-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
How to issue a cert
neil edited this page May 4, 2016
·
24 revisions
acme.sh --issue -d aa.com -w /home/wwwroot/aa.com
acme.sh --issue -d aa.com --standalone
acme.sh --issue -d aa.com --dns
Cloud flare api:
export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
export CF_Email="[email protected]"
acme.sh --issue -d aa.com --dns dns_cf
How to use dns api: https://github.com/Neilpang/acme.sh/tree/master/dnsapi
acme.sh --issue -d aa.com --apache
Issue a single cert including multiple domains. All the domains use the same validation method:
You must point aa.com
and www.aa.com
to the same web root folder /home/wwwroot/aa.com
acme.sh --issue -d aa.com -w /home/wwwroot/aa.com -d www.aa.com
acme.sh --issue -d aa.com --standalone -d www.aa.com
acme.sh --issue -d aa.com --dns -d www.aa.com
Cloud flare api:
export CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
export CF_Email="[email protected]"
acme.sh --issue -d aa.com --dns dns_cf -d www.aa.com
Issue a single cert including multiple domains. Each domain uses a different validation method.
acme.sh --issue \
-d aa.com -w /home/wwwroot/aa.com \
-d bb.com -dns dns-cf \
-d cc.com --apache \
-d dd.com -w /home/wwwroot/dd.com
Buy me a beer, Donate to acme.sh if it saves your time. Your donation makes acme.sh better: https://donate.acme.sh/
如果 acme.sh 帮你节省了时间,请考虑赏我一杯啤酒🍺, 捐助: https://donate.acme.sh/ 你的支持将会使得 acme.sh 越来越好. 感谢