From 0c828f4710d70dd5d6e8e537f1ac4e1f6e311894 Mon Sep 17 00:00:00 2001 From: Jens Spanier <42373861+JensSpanier@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:42:38 +0200 Subject: [PATCH] Add description for `--list-profiles` --- Profile-selection.md | 5 +++++ 1 file changed, 5 insertions(+) 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