证书快到期了,之前用的 certbot 不能用了,改成 acme 来生成,发现非要用 ZeroSSL,出现以下错误
root@Debian:~# acme.sh --issue -d aaaa.com --webroot /var/www/aaaa.com/ [Thu Jul 1 08:45:54 CST 2021] Using CA: https://acme.zerossl.com/v2/DV90 [Thu Jul 1 08:45:54 CST 2021] No EAB credentials found for ZeroSSL, let's get one [Thu Jul 1 08:45:54 CST 2021] acme.sh is using ZeroSSL as default CA now. [Thu Jul 1 08:45:54 CST 2021] Please update your account with an email address first. [Thu Jul 1 08:45:54 CST 2021] acme.sh --register-account -m [email protected] [Thu Jul 1 08:45:54 CST 2021] See: https://github.com/acmesh-official/acme.sh/wiki/ZeroSSL.com-CA [Thu Jul 1 08:45:54 CST 2021] Please add '--debug' or '--log' to check more details. [Thu Jul 1 08:45:54 CST 2021] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
怎么设置 acme 用 Let's Encrypt SSL 证书?
2
eason1874 2021-07-01 09:00:16 +08:00
|
3
fetich 2021-07-01 09:06:05 +08:00
certbot 怎么不能用了?
|
4
nbweb OP |
5
shenqi 2021-07-01 09:50:41 +08:00
用 docker 跑 certbot 吧,我是这样子,一次打包终身免维护。
|
6
Martin9 2021-07-01 11:31:27 +08:00
设置 cron 任务,快到期了自动续期就可以永动了
|