证书快到期了,之前用的 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 my@example.com [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 证书?