-
I am attempting to configure DefectDojo to use HTTPS with Docker Compose by following the provided tutorial on the website: The question I have and the primary problem I'm running into is that it makes no mention of how to account for private keys with passwords. I have a signed certificate and private key in PEM(OpenSSL) format, however they required the creation of an associated password. Assuming there is no alternative and the private key I generate will require a password, how can I implement this following the provided guide as closely as possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can just add the password as another file ex: pass_file and place it alongside the .crt and .key files |
Beta Was this translation helpful? Give feedback.
You can just add the password as another file ex: pass_file and place it alongside the .crt and .key files