-
Hi guys, I'm trying to sign a sub-ca (for freeipa) that includes non-repudiation key usage, but I can't figure out what the correct string is (if not I guess I need the ID but have no idea what that is either) - how can I go about including that in my existing IPA template? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi @jwh, You'll want to use the key usage called "contentCommitment" for this. I love that you're using step-ca with FreeIPA. When you get it all working, would you be willing to post your certificate template(s) and any caveats / gotchas here for posterity? Carl |
Beta Was this translation helpful? Give feedback.
-
Just a random thought, might it be worth adding pathlen args to step cli |
Beta Was this translation helpful? Give feedback.
-
Just as a follow up, I ended up deploying step-ca with FreeIPA sub-ca using the following: root.tpl
intermediate.tpl
ipa.tpl
As this is deployed via Ansible, it made sense to use a JWK provisioner, which I amended with the following:
Hope this helps someone else! |
Beta Was this translation helpful? Give feedback.
Just as a follow up, I ended up deploying step-ca with FreeIPA sub-ca using the following:
root.tpl
intermediate.tpl
ipa.tpl