Skip to content

Commit

Permalink
Merge pull request #875 from HPPinata/patch-2
Browse files Browse the repository at this point in the history
Add `DEFAULT_KEY_SIZE` variable to the documentation
  • Loading branch information
buchdag authored Sep 30, 2021
2 parents 7f1b754 + 8164a46 commit 04f77ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Let's-Encrypt-and-ACME.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ The `LETSENCRYPT_EMAIL` environment variable must be a valid email and will be u

#### Private key size

The `LETSENCRYPT_KEYSIZE` environment variable determines the type and size of the requested key. Supported values are `2048`, `3072` and `4096` for RSA keys, and `ec-256` or `ec-384` for elliptic curve keys. The default is RSA 4096.
The `LETSENCRYPT_KEYSIZE` environment variable determines the type and size of the requested key. Supported values are `2048`, `3072` and `4096` for RSA keys, and `ec-256` or `ec-384` for elliptic curve keys. The default is RSA 4096.
To change the global default set the `DEFAULT_KEY_SIZE` environment variable on the **acme-companion** container to one of the supported values specified above.

#### OCSP stapling

Expand Down

0 comments on commit 04f77ec

Please sign in to comment.