-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Issue a cert from existing CSR
Alexandre edited this page Nov 15, 2016
·
4 revisions
From v2.4.4, acme.sh support to issue a cert from an existing csr.
There are 2 commands related:
acme.sh --showcsr --csr /path/to/mycsr.csr
It shows the subject and domain names in the csr.
acme.sh --signcsr --csr /path/to/mycsr.csr -w /path/to/webroot/
The first parameter is the csr file, all the other parameters are same as --issue
command.
For example, you can specify different webroot folders for each domain in the csr:
acme.sh --signcsr --csr /path/to/mycsr/csr -w /wwwroot/aa.com -w /wwwroot/www.aa.com -w /wwwroot/bb.com
Another example, using dns mode:
acme.sh --signcsr --csr /path/to/mycsr/csr --dns dns_cf
The parameters are same as --issue
command.
See : https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert
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 越来越好. 感谢