File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ are found inside the [`nginx-certbot.env`](./examples/nginx-certbot.env) file
117
117
will be overwritten by any environment variables you set inside the ` .yaml `
118
118
file.
119
119
120
+ > NOTE: You can use both ` environment: ` and ` env_file: ` togheter or only one
121
+ of them, the only requirement is that `CERTBOT_EMAIL` is defined
122
+ somewhere.
123
+
120
124
Like in the example above, you just need to place your custom server configs
121
125
inside your [ ` user_conf.d/ ` ] ( ./docs/good_to_know.md#the-user_confd-folder )
122
126
folder beforehand. Then you start it all with the following command.
Original file line number Diff line number Diff line change @@ -6,13 +6,6 @@ services:
6
6
restart : unless-stopped
7
7
environment :
8
8
- CERTBOT_EMAIL
9
- - STAGING
10
- - DHPARAM_SIZE
11
- - RSA_KEY_SIZE
12
- - ELLIPTIC_CURVE
13
- - USE_ECDSA
14
- - RENEWAL_INTERVAL
15
- - DEBUG
16
9
env_file :
17
10
- ./nginx-certbot.env
18
11
ports :
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ RSA_KEY_SIZE=2048
8
8
ELLIPTIC_CURVE = secp256r1
9
9
USE_ECDSA = 0
10
10
RENEWAL_INTERVAL = 8d
11
+
12
+ # Advanced (Defaults)
11
13
DEBUG = 0
14
+ USE_LOCAL_CA = 0
You can’t perform that action at this time.
0 commit comments