From ab016803ddb875f9c6175f0bf9955df4bb12ba0e Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Sun, 18 Apr 2021 03:48:47 +0200 Subject: [PATCH] expand documentation on using letsencrypt staging ca --- docs/staging.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/staging.md b/docs/staging.md index 6e6a84b..07c675b 100644 --- a/docs/staging.md +++ b/docs/staging.md @@ -10,3 +10,5 @@ To avoid this, please set the CA property to the Let’s Encrypt staging server ```bash CA="https://acme-staging-v02.api.letsencrypt.org/directory" ``` + +Alternatively you can define the CA using the CLI argument `--ca letsencrypt-test` (`letsencrypt-test` is an integrated preset-CA corresponding to the URL above).