Skip to content

would like clarification about "multiple issuing CAs" limitation #1835

Answered by tashian
rwv37 asked this question in Q&A
Discussion options

You must be logged in to vote

For 1) By "multiple tiers" I mean that in addition to this:

Root -> Intermediate -> (Leaf issued by step-ca)
(This is the default ("2-tier") PKI that's created when you run step ca init.)

You could set step-ca up to do this:

Root -> Intermediate -> Intermediate -> (Leaf issued by step-ca)

or even this:

Root -> Intermediate -> Intermediate -> Intermediate -> (Leaf issued by step-ca)

To configure this, you'll need to set the crt value in ca.json to a file that contains all of your intermediates. According to our Configuration docs, the final issuing intermediate needs to be the first PEM block in the file.

The step ca init command will only create a simple 2-tier PKI.
So, if you want this m…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@rwv37
Comment options

@tashian
Comment options

Answer selected by rwv37
@rwv37
Comment options

@tashian
Comment options

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