How to setup Letsencrypt for Google Cloud Compute Engine load balancer?

后端 未结 4 831
南旧
南旧 2021-02-02 16:35

I\'ve setup my Google Cloud Project to use a load balancer in combination with auto scaling instance templates. Currently the instance group only has one instance.

My do

4条回答
  •  被撕碎了的回忆
    2021-02-02 16:59

    You can use certbot

    Here is an example of how to create only the certificates

    $ ./certbot-auto certonly --standalone --email admin@example.com -d example.com -d www.example.com
    

提交回复
热议问题