easy-rsa-old icon indicating copy to clipboard operation
easy-rsa-old copied to clipboard

This is a small RSA key management package, based on the openssl command line tool

Results 3 easy-rsa-old issues
Sort by recently updated
recently updated
newest added

I encountered a problem where OpenVPN on Android couldn't connect because it deemed my certs "too weak". After searching on the topic, I found that you need to change default_md...

When running `build-ca.bat` from the [easy-rsa/Windows folder](https://github.com/OpenVPN/easy-rsa-old/tree/master/easy-rsa/Windows), the command will fail due to missing `openssl-1.0.0.cnf` ![image](https://user-images.githubusercontent.com/2018336/45518457-3439e200-b777-11e8-89c8-cd18be24bdec.png) This change fixes the issue.

The lack of quotes prevents placing easy-rsa into a directory which has spaces in its path, as reported by a user of ours. These changes have not yet been tested...