doc: use staging URL in documentation

This commit is contained in:
Adrien Poupa 2023-05-14 00:24:56 -04:00
parent e63f025b0d
commit cb6630d8b8

View File

@ -204,7 +204,7 @@ Then, fill the CloudFlare `.env` entries.
If you want to test your configuration first, use the Let's Encrypt staging server by updating `LETS_ENCRYPT_CA_SERVER`'s If you want to test your configuration first, use the Let's Encrypt staging server by updating `LETS_ENCRYPT_CA_SERVER`'s
value in `.env`: value in `.env`:
``` ```
LETS_ENCRYPT_CA_SERVER=https://acme-v02.api.letsencrypt.org/directory LETS_ENCRYPT_CA_SERVER=https://acme-staging-v02.api.letsencrypt.org/directory
``` ```
If it worked, you will see the staging certificate at https://nas.domain.com. If it worked, you will see the staging certificate at https://nas.domain.com.