-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add certificate subject as a tag #4873
Conversation
I think we should call this tag |
At first, I was using the RDN with
Sounds nice. What do you think about a |
I guess using the longer name instead of the abbreviation would be better, especially when considering the one letter abbrevs. I think we could do any/all of these:
|
If there is a certificate chain in input source, all certificates are returned with the same source tag. DN of the certificate is added to use all certs in the chain as an input.
I have added all the tags you requested. |
Thanks, I'll update the readme and I'm going to add this to 1.8.3 since this is critical for the plugin to work properly. |
(cherry picked from commit d331163)
If there is a certificate chain in input source, all certificates are
returned with the same source tag. Subject of the certificate is added
to use all certs in the chain as an input.
Required for all PRs: