the event "ngx_master_14268" was not signaled for 5s
Maxim Dounin
mdounin at mdounin.ru
Thu Feb 24 18:40:36 UTC 2022
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/
More information about the nginx
mailing list