File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ ENV OVPN_CRL $OPENVPN/crl/crl.pem
22
22
ENV OVPN_CCD $OPENVPN/ccd
23
23
ENV OVPN_DEFROUTE 0
24
24
25
+ ENV OVPN_CIPHER "AES-256-CBC"
26
+ ENV OVPN_TLS_CIPHER "TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256:TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256:TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256"
27
+
25
28
ENV EASYRSA /usr/share/easy-rsa
26
29
ENV EASYRSA_PKI $OPENVPN/pki
27
30
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ OVPN_PROTO="${OVPN_PROTO:-tcp}"
22
22
OVPN_NATDEVICE=" ${OVPN_NATDEVICE:- eth0} "
23
23
OVPN_K8S_DOMAIN=" ${OVPN_K8S_DOMAIN:- svc.cluster.local} "
24
24
OVPN_VERB=${OVPN_VERB:- 3}
25
- OVPN_CIPHER=${OVPN_CIPHER:- " AES-256-CBC" }
26
- OVPN_TLS_CIPHER=${OVPN_TLS_CIPHER:- " TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256:TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256:TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA256" }
27
25
28
26
if [ ! -d " ${EASYRSA_PKI} " ]; then
29
27
echo " PKI directory missing. Did you mount in your Secret?"
You can’t perform that action at this time.
0 commit comments