Skip to content

Problem issuing a certificate which just includes SAN/OtherName of type id-on-hardwareModuleName #694

Answered by primetomas
shunt9 asked this question in Q&A
Discussion options

You must be logged in to vote

In order to use "extension override" with this you need to process the message in a "client mode" fashion. That means pre-registering an end entity with say the desired subjectDN, but no SAN. Then you enroll against that end entity, and in this case the SAN from the CSR will not be tried to be processed.
The issue here is that the "pkcs10enroll" end point parses the CSR in order to create an end entity, and the end entity profile doesn't have selectable HWModuleName. If this is called from a trusted RA (which I assume since "pkcs10enroll" requires a trusted called, you can use "endentity" + "certificaterequest" end points instead it should work.

Last resort is to disable "end entity profi…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shunt9
Comment options

Answer selected by shunt9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants