Skip to content

Server Certificate Validation #2274

Answered by achamayou
mohbehnia asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @mohbehnia,

cchost supports setting the subject name on the network certificate, and SANs on the node certificates using the following command line switches:

cchost --sn "CN=Some Name" --san "iPAddress:10.0.04" --san "dNSName:foo.domain.tld"

Unfortunately the --san flag in the sandbox script did not correctly forward those flags until #2267, so you will either need to cherry pick that patch to the python infra or wait for the next release to pick up the fix (likely towards the end of this week).

The local IP is always added by the framework, to facilitate local operations, other additionals SANs must be specified manually.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mohbehnia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants