easy-rsa
easy-rsa copied to clipboard
easy-rsa - Simple shell based CA utility
Hi, `dev/easyrsa-tools.lib` seems to be missing in the release file. I downloaded [EasyRSA-3.2.0.tgz](https://github.com/OpenVPN/easy-rsa/releases/download/v3.2.0/EasyRSA-3.2.0.tgz) and command `./easyrsa show-expire` does not work complaining missing file. I worked around by downloading it directly...
As in title. I apologize for being an OpenVPN/easyrsa noob, but I seem to have inherited an installation. Looking for a guide to make the upgrade from easyrsa 3.0.8 to...
Because `easyrsa` tries to preserve file permissions, when generating a new CRL; https://github.com/OpenVPN/easy-rsa/blob/7da361d2bdcd522194199ce8a1d8bbdf8f5a7a01/easyrsa3/easyrsa#L3239-L3242 Windows 7 always prompts before over-writing the temp-file. This does not happen using `windows-latest` on GHA.
I was trying to list the certificate that have already expired; instead it produced this error: ``` Error ----- --days - Number expected: '0' ``` I suppose it's because `--days=0`...
I am using EasyRSA-3.1.7 and the following command works like a charm: ``` ./easyrsa \ --passin="pass:$EASYRSA_PASS" \ --passout="pass:$EASYRSA_PASS" \ export-p12 "$domain" usefn ``` After upgrade to EasyRSA-3.2.1 my scripts are...
Required: https://github.com/OpenVPN/easyrsa-unit-tests/commit/c4d2fe47e2979685b2f43f92610b9aca157e0ab7
I noticed some weirdness with the encryption of the CA private key, it always came out encrypted with des-ede3-cbc, no matter which settings I used, and was hunting it down,...
The `easy-rsa/easyrsa3/vars.example` file describes EASYRSA_CRL_DAYS as a soft problem. But in reality it appears to prevent anyone from connecting to the server. I don't expect it's a fun Easter egg...
Hello, I would like to know how I can build the [HTML documentation](https://easy-rsa.readthedocs.io/en/latest/) myself?
Change help as follows: * 'easyrsa' - Show top level status and instructions for help. * 'easyrsa help' - Show list of options and commands. * 'easyrsa help - Show...