From: Lukas Schauer Date: Sun, 18 Apr 2021 01:48:47 +0000 (+0200) Subject: expand documentation on using letsencrypt staging ca X-Git-Tag: v0.7.1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab016803ddb875f9c6175f0bf9955df4bb12ba0e;p=thirdparty%2Fdehydrated.git expand documentation on using letsencrypt staging ca --- 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).