Skip to content

Commit 8d7bc7e

Browse files
committed
Set CRL next update to 3650 days
1 parent e30ee8e commit 8d7bc7e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ENV EASYRSA /usr/share/easy-rsa
1717
ENV EASYRSA_PKI $OPENVPN/pki
1818
ENV EASYRSA_VARS_FILE $OPENVPN/vars
1919

20+
# Prevents refused client connection because of an expired CRL
21+
ENV EASYRSA_CRL_DAYS 3650
22+
2023
VOLUME ["/etc/openvpn"]
2124

2225
# Internally uses port 1194/udp, remap using `docker run -p 443:1194/tcp`

Dockerfile.aarch64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ENV EASYRSA /usr/share/easy-rsa
1717
ENV EASYRSA_PKI $OPENVPN/pki
1818
ENV EASYRSA_VARS_FILE $OPENVPN/vars
1919

20+
# Prevents refused client connection because of an expired CRL
21+
ENV EASYRSA_CRL_DAYS 3650
22+
2023
VOLUME ["/etc/openvpn"]
2124

2225
# Internally uses port 1194/udp, remap using `docker run -p 443:1194/tcp`

0 commit comments

Comments
 (0)