ca.key phrase

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
sebastiao
OpenVpn Newbie
Posts: 1
Joined: Mon Mar 27, 2023 1:56 pm

ca.key phrase

Post by sebastiao » Mon Mar 27, 2023 2:00 pm

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

Post Reply