Specify encrypted SSL Key password #639
Replies: 1 comment 1 reply
-
No option for this currently. I think this would need a deprecated feature in the stdlib x509 package: https://pkg.go.dev/crypto/x509#DecryptPEMBlock I'm not sure if this is deprecated because its no longer recommended to do this in general, or if there was some issue with the stdlib implementation. We would need to do more investigation to figure out if there is a non-deprecated way to handle this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My SSL key is encrypted. I have the password so I could unencrypt the key and store it like that but some applications have an option for checking for an environment variable that uses the password. Does Versity have an option for this?
Example for Uvicorn (totally different language/tool, but I wanted to provide an example in case my question wasn't clear)
Beta Was this translation helpful? Give feedback.
All reactions