acme.sh

certbot의 대안으로 ACME 클라이언트 프로토콜을 구현하는 쉘 스크립트. 참고: acme.sh dns. 더 많은 정보: https://github.com/acmesh-official/acme.sh.

acme.sh --issue --domain {{example.com}} --webroot {{/경로/대상/웹루트}}

acme.sh --issue --standalone --domain {{example.com}} --domain {{www.example.com}}

acme.sh --issue --alpn --domain {{example.com}}

acme.sh --issue --nginx --domain {{example.com}}

acme.sh --issue --apache --domain {{example.com}}

acme.sh --issue --dns {{dns_인증서}} --domain {{*.example.com}}

acme.sh --install-cert -d {{example.com}} --key-file {{/경로/대상/example.com.key}} --fullchain-file {{/경로/대상/example.com.cer}} --reloadcmd "{{systemctl force-reload nginx}}"