Skip to content

Using XCA with Kerberos PKINIT #580

Answered by KJarek
rtvd asked this question in Q&A
Discussion options

You must be logged in to vote

A valid work-around is to go into Advanced -> Edit when creating a new certificate and use the relevant part of the configuration you've posted:

subjectAltName = @subjectAltName_sect

[subjectAltName_sect]
otherName.0 = 1.3.6.1.5.2.2;SEQUENCE:princ_name

[princ_name]
realm = EXP:0, GeneralString:REALM
principal_name = EXP:1, SEQUENCE:principal_seq

[principal_seq]
name_type = EXP:0, INTEGER:1
name_string = EXP:1, SEQUENCE:principals

[principals]
princ1 = GeneralString:username

Adjust REALM and username according to your needs. If you need a certificate for a service, expand the [principals] section like this:

[principals]
princ1 = GeneralString:krbtgt
princ2 = GeneralString:REALM

Maybe i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chris2511
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
Converted from issue

This discussion was converted from issue #195 on August 22, 2024 14:24.