自动化生产ssl证书脚本,是怎么写的,需要什么

有没有社区大佬可以提供一下 Let's Encrypt的自动化续签证书的脚本呢 :joy: :joy: :joy: :joy:

That's usually the job of the ACME client (e.g. certbot).

4 Likes

这个 ACME client 有镜像吗,可以启动成为容器吗?

I'm not exactly sure of the term "mirror" in this context, but most ACME clients can be run from within a container. Just be sure to persist the certificates and configuration.

4 Likes

启动为容器之前需要有image,客户端或者说这个image有下载的地址嘛?

This might help to serve as an example (using certbot with docker):

https://eff-certbot.readthedocs.io/en/stable/install.html#alternative-1-docker

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.