We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
--issue
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