-
hi, do you have any documentation on configuring an intermediate authority server, so I can turn the CA off? I have a feeling I know how this is done, but would love to follow a guide if there is one. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hey @Rapt88, I'm not sure I understand what you're asking. Can you elaborate? Maybe an example would help me understand. I also have a feeling we can do this, just don't quite understand the use case. |
Beta Was this translation helpful? Give feedback.
-
Hi @dopey I'll try and elaborate, let me know if you need more info.
I will therefore have 1 x CA (mostly offline), 3 x IA's (always online), ? x number of server certificates. Now from my understanding the CA will use a self signed certificate (one it creates itself), but the IA should be created with a certificate made from the CA. Q: How do I create the IA from an already created certificate + key? _ Notes: I think it's as simple as using the "[–root=path] [–key=path]" in the step ca init, but wanted to double check. Hopefully this makes sense. A similar diagram of what I'm trying to achieve is in this following link. Thanks in advance, and have a nice weekend. |
Beta Was this translation helpful? Give feedback.
Hi @dopey
I'll try and elaborate, let me know if you need more info.
I will therefore have 1 x CA (mostly offline), 3 x IA's (always online), ? x number of server certificates.
Now from my understanding the CA will use a self signed certificate (one it creates itself), but the IA should be created with a certificate made from the CA.
Q: How do I…