build: minor container fixes#1438
build: minor container fixes#1438Marc-André Moreau (awakecoding) wants to merge 1 commit intomasterfrom
Conversation
Let maintainers know that an action is required on their side
|
| "-keyout", $TlsPrivateKeyFile, | ||
| "-out", $TlsCertificateFile, | ||
| "-subj", "/CN=$Hostname", | ||
| "-addext", "subjectAltName=DNS:$Hostname", |
There was a problem hiding this comment.
question: Shouldn’t we also add this?
-addext "extendedKeyUsage = serverAuth"
No description provided.