Replies: 5 comments
-
What would you use this CSR for? |
Beta Was this translation helpful? Give feedback.
-
We have a scenario where we need to sign the certificate using
Just wanted to understand whether It's possible ? |
Beta Was this translation helpful? Give feedback.
-
This sounds like plain server side key generation for an end entity? Not when creating a CA, but when issuing a certificate for an end entity, right? |
Beta Was this translation helpful? Give feedback.
-
Yes Its for creating a certificate not while generating CA. Also we don't want to generate Keys every time . Thanks for pointing out the you tube tutorial. |
Beta Was this translation helpful? Give feedback.
-
In EJBCA we would call that key recovery. If the private key is stored by the CA (normally it's not, the CA should never know end entitie's private signature keys), you can use the key recovery functionality to either recover an old certificate, or create a new certificate for the stored private/public key. Another option, that doesn't require the CA to store the private key is to get the public key from the existing certificate and issuing a new certificate from it by passing only the public key, using the WS SOAP API/CLI for example. Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi ,
Is there any CLI command availiable which will generate the CSR on the EJBCA server itself using existing key pair ?
Beta Was this translation helpful? Give feedback.
All reactions