Questions tagged [easy-rsa]

Small RSA key management package, based on the openssl command line tool.

Easy-rsa is a suite of openssl command line wrapper for helping rsa key management.

This can be found in the easy-rsa subdirectory of the official OpenVPN distribution.

4 questions
7
votes
3 answers

Could I delete .csr files once the key was signed by CA

I'm creating my own openvpn server. The Certificate authority is located on a separated host. There is two kind of clients: which that just send a .csr and to which i send the .crt as an answer and the other which I build myself. In the second case,…
2
votes
2 answers

OpenVPN error=unsupported certificate purpose

OpenVPN fails at this error Thu Jun 13 10:27:52 2019 us=490780 ###.###.###.###:52064 Incoming Ciphertext -> TLS Thu Jun 13 10:27:52 2019 us=491055 ###.###.###.###:52064 VERIFY ERROR: depth=0, error=unsupported certificate purpose: CN=client Thu Jun…
David162795
  • 123
  • 1
  • 5
1
vote
1 answer

How to auto renew OpenVPN client certificates using easyRSA

I have embedded devices that are located in different cites and connected to my OpenVPN server. I initialize my devices before deploying them and put the certificate/key pair through local network. When the devices go online at the remote site they…
0
votes
0 answers

How to decrypt an OpenVPN EasyRSA Encrypted Private Key?

I want to copy my OpenVPN configuration from a client configuration file to my pfSense firewall. pfSense requires me to provide certificate and key. This is how they look like in the .ovpn configuration file: -----BEGIN…
Aileron79
  • 101