Skip to content
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

Support x509 subject with RDN state/province using short name "S" #287

Closed
yizha1 opened this issue Nov 29, 2023 · 0 comments · Fixed by #307
Closed

Support x509 subject with RDN state/province using short name "S" #287

yizha1 opened this issue Nov 29, 2023 · 0 comments · Fixed by #307
Assignees
Milestone

Comments

@yizha1
Copy link
Contributor

yizha1 commented Nov 29, 2023

The current trust policy and store specification has constraints on x509 subject DN. The state or province RDN need to be ST=xxx, for example ST=Washington, however S= is also an acceptable short name. If users set x509 subject DN with S=xxx, the trust policy will fail with the following error:

Error: trust policy statement "mypolicy" has trusted identity "x509.subject: xxxxxx" with invalid identity value: distinguished name (DN) "xxxxxx" has no mandatory RDN attribute for "ST", it must contain 'C', 'ST', and 'O' RDN attributes at a minimum

This issue is to ask for the support of state/province RDN with short name S.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants