How to get the Distinguished Names (DNs) in the certificate? #1407
-
Tried to embed the DNs in the subject something like -
Also tried providing the details using the flag
However, I don't see this information while inspecting the received certificate. Any pointers? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @rajesh1084, you will need to configure a template to accomplish this. A user with a similar use case asked their question here. If the organizational information in your DN is static and the same for each certificate, you can configure it on the authority level. Otherwise, you can do so on the provisioner level. It's also possible to make the user provided values, but you'll need to change the default template to do so. Our documentation about templates can be found here. |
Beta Was this translation helpful? Give feedback.
-
These values can be set up in two different ways:
|
Beta Was this translation helpful? Give feedback.
Hey @rajesh1084, you will need to configure a template to accomplish this. A user with a similar use case asked their question here.
If the organizational information in your DN is static and the same for each certificate, you can configure it on the authority level. Otherwise, you can do so on the provisioner level. It's also possible to make the user provided values, but you'll need to change the default template to do so.
Our documentation about templates can be found here.