Page 1 of 1

ca.key phrase

Posted: Mon Mar 27, 2023 2:00 pm
by sebastiao
Hi everyone,
I am new to this OpenVPN server administration and I've got to create some new VPN profile users, I access the Linux server and I was instructed to create the profiles with the following command

- OVPN_DATA="ovpn-data-example"
- docker run -v $OVPN_DATA:/etc/openvpn --log-driver=none --rm -it kylemanna/openvpn:2.4 easyrsa build-client-full new_user nopass

and it requests the ca.key: Enter pass phrase for /etc/openvpn/pki/private/ca.key:

the problem Is that I don't have the ca.key password. Is there way to work this around?

Thank you