container-openvpn/bin
Nicolas Duchon 59644d953d Replace hardlinking of crl.pem with a copy
easyrsa gen-crl does not modify the crl.pem in place but rather remove the old file and create a new one, which means any hardlink to it will get broken again at each invocation of easyrsa gen-crl.

If hardlink to this file is not going to work anyway and we still need it to be readable by OpenVPN, we're better off copying it and chmod-ing it every time a new one is detected on container start, using the conditional expression file1 -nt file2.
2017-05-10 18:08:11 +02:00
..
easyrsa_vars
ovpn_copy_server_files
ovpn_genconfig Add configuration for keepalive 2017-03-09 20:35:52 -05:00
ovpn_getclient Removed double entry 2017-03-25 19:41:31 +01:00
ovpn_getclient_all
ovpn_initpki Generate a CRL during PKI initialization 2017-05-10 18:08:11 +02:00
ovpn_listclients
ovpn_otp_user
ovpn_run Replace hardlinking of crl.pem with a copy 2017-05-10 18:08:11 +02:00
ovpn_status