1Password-SCIM bridge SSL certificate renew

svshulgin
svshulgin
Community Member

I am running 1Password-SCIM bridge in Kubernetes cluster using "--letsencrypt-domain=" option which generated 3 month certificate.
How can I automate renewing the SSL certificate or make it auto renewable ?


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: GKE in GCP
Sync Type: Not Provided
Referrer: forum-search:certificate auto-renew

Comments

  • Hi @svshulgin, as you're using Let's Encrypt, your certificate should be renewed for you when you approach the renewal date - auto renew is the default :)

  • While being aware of the LetsEncrypt rate limits, (https://letsencrypt.org/docs/rate-limits/) if you want to test this, you can simulate an expiry by removing the certificate.

    The certificate is stored in the redis cache of your deployment. If you remove the redis service, it will remove the certificate. The bridge will then automatically re-certify your domain.

This discussion has been closed.