expand documentation on using letsencrypt staging ca

This commit is contained in:
Lukas Schauer
2021-04-18 03:48:47 +02:00
parent 7d8573af12
commit ab016803dd

View File

@@ -10,3 +10,5 @@ To avoid this, please set the CA property to the Lets 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).