-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create client from intermediate? #190
Comments
So I've noticed build-ca has "nopass" and "subca" but if you try to use either of these options they appear to do nothing currently, nopass I still get prompted for a password and was able to confirm the private key was still exported with a password. subca and you get told the ca already exists. |
Please update here if you manage to find a solution to this. |
The solution I found was basically generating an root creating a signing request and signing it as an intermediate, moving the pki folder to root_pki, reinitiating an root (initpki) and then copying the newly signed intermediate into the new pki folder and signing a client cert under it. |
I have found another, more elegant solution (I suspect this is how it was designed).
Hope this helps. |
I see no option to create a client based on an intermediate CA? Is this a feature that's lacking or am I missing something?
The text was updated successfully, but these errors were encountered: