|
If this is possible, how can it be achieved? Looking to try and make this 20 years, with the idea that it provisions certs for IAs and then gets turned offline. The IAs would then have lifespans of 10y etc |
Answered by
mmalone
Oct 2, 2020
Replies: 1 comment 2 replies
|
Yes it is possible! But you'll need to use a slightly more elaborate workflow to initialize the CA infrastructure. Specifically, you'll need to generate a root CA key & certificate then pass those in to When you run this command it will copy your |
2 replies
Answer selected by
Rapt88
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes it is possible! But you'll need to use a slightly more elaborate workflow to initialize the CA infrastructure. Specifically, you'll need to generate a root CA key & certificate then pass those in to
step ca init. Technically, you could use any tool to generate your root, but here's how you'd do this withstep:When you run this command it will copy your
root_ca_keyinto~/.step/secrets/root_ca_key. The CA doesn't actually need this file though. You can delete it if you'd like.