mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-23 18:30:09 +08:00
Updated Issue a cert from existing CSR (markdown)
parent
2330427cf9
commit
6a364475ca
@ -18,7 +18,7 @@ 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 exmaple, you can specify the sepearate webroot folders for each domain in the csr.
|
||||
For exmaple, you can specify the 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
|
||||
|
Loading…
Reference in New Issue
Block a user