Replies: 1 comment 3 replies
-
Hey @BHuck74,
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
One step ahead in using step-ca and something giving me some headache.
My PKI is made of root CA plus one intermediate CA used to sign all my certificates. I created 2 provisioners associated with templates so I can create cert for servers or clients. All that stuff is now automated using Ansible and working fine.
Now I need to renew my certificates for Bacula, and normally I should create a new intermediate certificate used to sign those certificates. That’s fine but I would like to use a new provisionner I could invoke for that purpose. The problem is I did not find how to associated the new intermediate certificates to the new provisioner. By default, the newly created provisioner uses the former intermediate cert. Perhaps I’m doing something wrong, but shouldn’t be possible to set up that stuff for the new provisioner to use the new intermediate CA? I cant’t do it through configuration files because I installed step-ca along with mysql. I’m really stuck at that point…
Beta Was this translation helpful? Give feedback.
All reactions