Hello! On Thu, Feb 24, 2022 at 12:43:33PM -0500, swatluv wrote:
> Thanks Maxim for the response. > any direction how to remove password from ssl key (I am using windows) ? You have to obtain working OpenSSL somewhere (something like https://wiki.openssl.org/index.php/Binaries might be a good place to start looking). Assuming you have OpeSSL and RSA keys, something like this should work: openssl rsa -in pwd.key -out nopwd.key For ECDSA, try "openssl ec ..." instead. > And forgot to mention before I am using nginx 1.20.2 version if that makes > any difference here. It doesn't matter. -- Maxim Dounin http://mdounin.ru/ _______________________________________________ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org