-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 for the E (email) tag #826
Comments
Have you found any workarounds to embed e-mail into the certificate? |
No i switched to generating my certificates manually using keystore
explorer.
Op di 7 aug. 2018 17:24 schreef Unb9rn <notifications@github.com>:
… Have you found any workarounds to embed e-mail into the certificate?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#826 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAbMHuje_VANGvwDUF7L_5Dq4oZwb41Yks5uObE0gaJpZM4Qnn84>
.
|
Do we have a date on when this could be fixed ? Microsoft / Jamf SCEP profiles allow to add the E attribute to certificate subjects and this could break the feature for a lot of customers |
The origin of the problem seems to be here - https://golang.org/pkg/crypto/x509/pkix/#Name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that when you generate a certifcate with an E tag/attribute in the csr it is omitted. The same goes for if you generate your own csr that contains an E tag the generated certificate will not copy the email tag. Would it be possible to include this tag?
The text was updated successfully, but these errors were encountered: