easy-rsa-old
easy-rsa-old copied to clipboard
This is a small RSA key management package, based on the openssl command line tool
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`  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...