You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.2.840.113549.1.9.1 represents E (emailAddress), and 0.9.2342.19200300.100.1.25 represents DC (domainComponent). #<HEX(some string)> represents the hexadecimal representation of the UTF-8 string.
I believe this output follows RFC2253, but it may be difficult to understand without familiarity with ASN.1 or RFC2253. Moreover, the Issuer's selector cannot be confirmed using read-certificate-data.
Proposed Improvements
We would like to request either or both of the following improvements:
Modify the read-certificate-data command to also output the Issuer's value, making it easier to specify selectors.
Improve the current matching process for selectors, which currently selects based on matching Subject, Issuer, and SerialNumber, to allow users to specify selectors more intuitively.
We believe these improvements will make it easier for users to select the correct certificate. Thank you for your consideration.
The text was updated successfully, but these errors were encountered:
tinsep19
changed the title
Request for Improvement in --cert-selector Option
Request for Improvement in read-certificate-date command
Jul 1, 2024
tinsep19
changed the title
Request for Improvement in read-certificate-date command
Request for Improvement in read-certificate-data command
Jul 1, 2024
Description:
We propose the following improvements for the
read-certificate-data
or--cert-selector
option.Request Details
Background
OS: Windows 10
Certificate Store: OS-specific secure stores.
Consider the following certificate in the certificate store:
The selector obtained by executing
read-certificate-data
is as follows:1.2.840.113549.1.9.1 represents E (emailAddress), and 0.9.2342.19200300.100.1.25 represents DC (domainComponent).
#<HEX(some string)>
represents the hexadecimal representation of the UTF-8 string.I believe this output follows RFC2253, but it may be difficult to understand without familiarity with ASN.1 or RFC2253. Moreover, the Issuer's selector cannot be confirmed using
read-certificate-data
.Proposed Improvements
We would like to request either or both of the following improvements:
read-certificate-data
command to also output the Issuer's value, making it easier to specify selectors.We believe these improvements will make it easier for users to select the correct certificate. Thank you for your consideration.
The text was updated successfully, but these errors were encountered: