-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--cert-selector multiple RDNs example #92
Comments
Unfortunately the current logic is implemented as a complete string match. We're looking to change that in future. For now, you can try using the |
I used Here is an example with my certificate:
I've tested copying everything inside the quotes as "x509Subject," and it worked. Now I realise that some of the OIDs are not resolved, and DER encoding is used for values. These unresolved OIDs look okay in OpenSSL, and values are visualised as strings. I've also dumped the types, and IA5STRING is DER encoded, and PRINTABLESTRING is strings. Anyway, I couldn't make OpenSSL to output the subject DN in a suitable format. What about x509Issuer format? Is it just x509Subject only visible through
|
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.
The text was updated successfully, but these errors were encountered: