Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== EasyRSA ====== //generate a RSA key infrastructure easily// ===== create PKI ===== <code bash> ./easyrsa init-pki ./easyrsa build-ca nopass </code> ===== create client cert ===== <code bash> ./easyrsa build-client-full client1 nopass </code> If you get an error along the lines //Easy-RSA error: Unknown cert type 'client'//, copy or symlink the ''x509-types'' folder. ===== Installation ===== ==== Fedora ==== //see [[https://chichivica.github.io/2017/08/02/Install-OpenVPN-on-Fedora-26/]]// <code bash> sudo dnf install openvpn easy-rsa cp -ai /usr/share/easy-rsa/3/* . ./easyrsa </code> Last modified: 2024-07-05 14:31