GCP SSL Related to Self-Managed Service

How to Automate the renewal process for self managed SSL, as we have a few domains which are managed by Let's encrypt and every-time we need to manually renew for 90 days once.So just wanted to check out some method's to automate this Renewal process.

6 1 81
1 REPLY 1

Hi @VikramGowda,

Welcome to the Google Cloud Community! 

Here are some solutions that can help you automate the renewal process for your SSL certificate:

  1. Certbot AutomationCertbot is a free, open source software tool for automatically using Let’s Encrypt certificates on manually-administrated websites to enable HTTPS

  2. Infrastracture as a Code (IaC): If you are using an IaC tools like Ansible, Puppet or Terraform to manage your infrastracture, you can automate the renewal process by incorporating it in your infrastracture automation routine. 
  3. You also might to consider using Google-managed SSL certificates, as these certificates are managed by Google and automatically renews.

When using self managed SSL certificates, make sure you review the best practices when automating certificate renewal. 

Hope this help you!