mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 14:48:34 +01:00
update: openvpn config
This commit is contained in:
@@ -27,16 +27,17 @@ keepalive 10 60
|
|||||||
user nobody
|
user nobody
|
||||||
group nogroup
|
group nogroup
|
||||||
|
|
||||||
|
data-ciphers AES-256-CBC
|
||||||
|
data-ciphers-fallback AES-256-CBC
|
||||||
auth SHA512
|
auth SHA512
|
||||||
cipher AES-256-CBC
|
|
||||||
|
|
||||||
ca /data/certificate-manager/keys/ca.crt
|
ca /data/certificate-manager/keys/ca.crt
|
||||||
cert /data/certificate-manager/vpn.atlantishq.de.crt
|
cert vpn.atlantishq.de.crt
|
||||||
key /data/certificate-manager/vpn.atlantishq.de.key
|
key vpn.atlantishq.de.key
|
||||||
#dh atlantishq/dhparam
|
dh dh.param
|
||||||
|
|
||||||
crl-verify /opt/data/certificate-manager/crl.pem
|
crl-verify /data/certificate-manager/crl.pem
|
||||||
|
|
||||||
client-config-dir /opt/certificate-manager/client-config-dir
|
client-config-dir /data/certificate-manager/client-config-dir
|
||||||
ccd-exclusive
|
ccd-exclusive
|
||||||
management 127.0.0.1 {{ openvpn_management_port }} {{ openvpn_management_passfile }}
|
management 127.0.0.1 {{ openvpn_management_port }} {{ openvpn_management_passfile }}
|
||||||
|
|||||||
Reference in New Issue
Block a user