1
0

docs: clarify configuration requirements for standalone certificates (#1045)

* fix(Standalone-certificates.md): Clarify configuration requirements

* fix(Standalone-certificates.md): remove extra space

* Update docs/Standalone-certificates.md

Co-authored-by: Nicolas Duchon <nicolas.duchon@gmail.com>
This commit is contained in:
Zvezdin 2023-08-01 20:43:50 +01:00 committed by GitHub
parent 347e3effbd
commit ca1f5a4e69
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ The user configuration file is a collection of bash variables and array, and fol
`LETSENCRYPT_uniqueidentifier_HOST` : a bash array containing domain(s) that will be covered by the certificate corresponding to `uniqueidentifier`. `LETSENCRYPT_uniqueidentifier_HOST` : a bash array containing domain(s) that will be covered by the certificate corresponding to `uniqueidentifier`.
Each identifier in `LETSENCRYPT_STANDALONE_CERTS` must have its own corresponding `LETSENCRYPT_uniqueidentifier_HOST` array. Each identifier in `LETSENCRYPT_STANDALONE_CERTS` must have its own corresponding `LETSENCRYPT_uniqueidentifier_HOST` array, where the string `uniqueidentifier` has to be identical to that identifier.
**Minimal example generating a single certificate for a single domain:** **Minimal example generating a single certificate for a single domain:**