The default easyrsa CRL expires in 180 days, which causes connection errors with the OpenVPN Connect client.
While restarting the container temporarily resolves this, I suggest setting EASYRSA_CRL_DAYS=3650 at the following line for a more permanent fix:
The default easyrsa CRL expires in 180 days, which causes connection errors with the OpenVPN Connect client.
While restarting the container temporarily resolves this, I suggest setting
EASYRSA_CRL_DAYS=3650at the following line for a more permanent fix:ovpn-admin/setup/configure.sh
Line 32 in c9c4c28