Skip to content

Commit

Permalink
docs: clarify configuration requirements for standalone certificates (#…
Browse files Browse the repository at this point in the history
…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 <[email protected]>
  • Loading branch information
Zvezdin and buchdag authored Aug 1, 2023
1 parent 347e3ef commit ca1f5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Standalone-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

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:**

Expand Down

0 comments on commit ca1f5a4

Please sign in to comment.