-
Notifications
You must be signed in to change notification settings - Fork 66
--cert-selector multiple RDNs example #92
Copy link
Copy link
Open
Description
I can't figure out how to create the sector.json in order to pass multiple RDNs for x509Subject and x509Issuer keys.
If I set just the x509Serial, the certificate is found, but adding the subject or issuer with multiple RDNs is not working.
[
{
"Key": "x509Subject",
"Value": "DC=global, DC=domain, OU=Productive, OU=Users, OU=End Users, OU=EMEA, OU=BG, CN=Stv An, emailAddress=an.stv@mkkvt.com"
},
{
"Key": "x509Issuer",
"Value": "C=CH, ST=ZH, L=Wallisel, O=MKKVT GmbH, OU=BIT, CN=MKKVT Issuing Certificate Authority 2"
},
{
"Key": "x509Serial",
"Value": "2A000539A0855247927C658F440000000539A0"
}
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels