1
acme.sh --issue -d tjjmcs.com -d *.tjjmcs.com --dns
--yes-I-know-dns-manual-mode-enough-go-ahead-please
2
acme.sh --renew -d tjjmcs.com -d *.tjjmcs.com
--yes-I-know-dns-manual-mode-enough-go-ahead-please
apache
acme.sh --install-cert -d tjjmcs.com
--cert-file /root/.acme.sh/tjjmcs.com_ecc/apache/cert.pem
--key-file /root/.acme.sh/tjjmcs.com_ecc/apache/key.pem
--fullchain-file /root/.acme.sh/tjjmcs.com_ecc/apache/fullchain.pem \
nginx
acme.sh --install-cert -d tjjmcs.com
--key-file /root/.acme.sh/tjjmcs.com_ecc/nginx/key.pem
--fullchain-file /root/.acme.sh/tjjmcs.com_ecc/nginx/cert.pem \
续签时必须删除原证书?
标签:tjjmcs,file,https,acme,--,sh,dns,com From: https://www.cnblogs.com/whipk/p/18036868