File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ ENV EASYRSA /usr/share/easy-rsa
17
17
ENV EASYRSA_PKI $OPENVPN/pki
18
18
ENV EASYRSA_VARS_FILE $OPENVPN/vars
19
19
20
+ # Prevents refused client connection because of an expired CRL
21
+ ENV EASYRSA_CRL_DAYS 3650
22
+
20
23
VOLUME ["/etc/openvpn" ]
21
24
22
25
# Internally uses port 1194/udp, remap using `docker run -p 443:1194/tcp`
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ ENV EASYRSA /usr/share/easy-rsa
17
17
ENV EASYRSA_PKI $OPENVPN/pki
18
18
ENV EASYRSA_VARS_FILE $OPENVPN/vars
19
19
20
+ # Prevents refused client connection because of an expired CRL
21
+ ENV EASYRSA_CRL_DAYS 3650
22
+
20
23
VOLUME ["/etc/openvpn"]
21
24
22
25
# Internally uses port 1194/udp, remap using `docker run -p 443:1194/tcp`
You can’t perform that action at this time.
0 commit comments