mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 21:08:20 +08:00
Add description for --list-profiles
@@ -10,6 +10,11 @@ You can select the certificate profile during issuance with the `--cert-profile`
|
|||||||
acme.sh --issue -d example.com --cert-profile <profile-name>
|
acme.sh --issue -d example.com --cert-profile <profile-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can list all certificate profiles supported by your current CA using the following command:
|
||||||
|
```
|
||||||
|
acme.sh --list-profiles
|
||||||
|
```
|
||||||
|
|
||||||
## Example (Let’s Encrypt)
|
## Example (Let’s Encrypt)
|
||||||
```
|
```
|
||||||
acme.sh --issue --server letsencrypt -d example.com -w /home/username/public_html --cert-profile tlsserver
|
acme.sh --issue --server letsencrypt -d example.com -w /home/username/public_html --cert-profile tlsserver
|
||||||
|
|||||||
Reference in New Issue
Block a user