mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +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>
|
||||
```
|
||||
|
||||
You can list all certificate profiles supported by your current CA using the following command:
|
||||
```
|
||||
acme.sh --list-profiles
|
||||
```
|
||||
|
||||
## Example (Let’s Encrypt)
|
||||
```
|
||||
acme.sh --issue --server letsencrypt -d example.com -w /home/username/public_html --cert-profile tlsserver
|
||||
|
||||
Reference in New Issue
Block a user