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

easy-rsa - Simple shell based CA utility

Results 113 easy-rsa issues
Sort by recently updated
recently updated
newest added

Todo: - `verify-cert` - `revoke` et al

enhancement

Expanding 'openssl-easyrsa.cnf' is only required by LibreSSL. Use of 'sed' is replaced by preferred 'here-doc' expansion.

ChangeLog Item
improvement

In no particular order;-) - [FR] **OpenVPN TLS Key generation**. - Command `verify-cert`, `verify_cert()`: Completely unused by `easyrsa` - ~Command `write` _et al_ - On the list but I prefer...

openvpn
Feature request
improvement
easyrsa-tools.lib

EasyRSA will take the position that all public text be discarded for files created. To include this text, global option `--text` can be issued per command, or `vars` can be...

enhancement

Global option `--old-safe-ssl` is required to trigger use of `$EASYRSA_LEGACY_SAFE_SSL` This also removes use of `sed`, to expand `openssl-easyrsa.cnf` This is postponed until `v3.2.1`, to allow this _long standing method_...

improvement

This is specifically: - **Windows 11** Other versions of Windows may also be affected. If you are able to test another version of Windows which experiences similar _hangs_ then please...

BUG
feedback welcome
Priority
development
Windows 11

Removed: * 'sed' expansion of openssl-easyrsa.cnf from expand_ssl_config(). * escape_hazard() completely. * Global option --old-safe-ssl. All expansion is now performed by expanding here-docs.