Check also certificate keys using elliptic curve algorithms#665
Check also certificate keys using elliptic curve algorithms#665mkochenough wants to merge 3 commits intoNginxProxyManager:developfrom
Conversation
|
Docker Image for build 2 is available on DockerHub as |
|
Thanks for this hint. I used this docker image. It still fails to import the key. Unfortunately the error message is empty. I will dig a bit around to fix this. |
|
The error message is empty because it doesn't fail the openssl command. Instead the openssl command is successful, but the output is empty, therefore it fails later in the check to see if "key ok" is in the result. |
|
Docker Image for build 3 is available on DockerHub as |
This should help with issue #663.