You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ instructions, from `@staticfloat`'s image, can be found
29
29
Some of the more significant additions to this container:
30
30
31
31
- Handles multiple server names when [requesting certificates][how-the-script-add-domain-names-to-certificate-requests] (i.e. both `example.com` and `www.example.com`).
32
-
- Can request both [RSA and ECDSA][15] keys.
32
+
- Can request both [RSA and ECDSA][15] keys ([at the same time][ecdsa-and-rsa-certificates]).
33
33
- Will create [Diffie-Hellman parameters][diffie-hellman-parameters] if they are defined.
34
34
- Uses the [parent container][9]'s [`/docker-entrypoint.d/`][7] folder.
35
35
- Will report correct [exit code][6] when stopped/killed/failed.
@@ -69,7 +69,7 @@ Some of the more significant additions to this container:
69
69
-`DHPARAM_SIZE`: The size of the [Diffie-Hellman parameters][diffie-hellman-parameters] (default: `2048`)
70
70
-`RSA_KEY_SIZE`: The size of the RSA encryption keys (default: `2048`)
71
71
-`ELLIPTIC_CURVE`: The size/[curve][16] of the ECDSA keys (default: `secp256r1`)
72
-
-`USE_ECDSA`: Set to `1` to have certbot use ECDSA keys instead of RSA (default: `0`)
72
+
-`USE_ECDSA`: Set to `1` to have certbot use [ECDSA keys instead of RSA][ecdsa-and-rsa-certificates] (default: `0`)
73
73
-`RENEWAL_INTERVAL`: Time interval between certbot's [renewal checks][renewal-check-interval] (default: `8d`)
74
74
-`DEBUG`: Set to `1` to enable debug messages and use the [`nginx-debug`][10] binary (default: `0`)
75
75
@@ -167,6 +167,7 @@ as bullet points to what has changed between the releases.
0 commit comments