diff --git a/Profile-selection.md b/Profile-selection.md index c8b70a3..9df2a7f 100644 --- a/Profile-selection.md +++ b/Profile-selection.md @@ -10,6 +10,11 @@ You can select the certificate profile during issuance with the `--cert-profile` acme.sh --issue -d example.com --cert-profile ``` +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