Can we fulfil our internal CA requirement using keytool?
843811Mar 10 2007 — edited Mar 12 2007Hi
Thank you for reading my post.
is it possible for us to fulfil all of our requirement to test SSL stuff using keytool?
for now what i can do is:
create a key
import/export it into cert / csr (pem)
Why we need to provide the csr to a CA to sign it for us?
Does it really required to send a CSR to a CA to sign it for us?
1-Cant we create a CA certification usin keytool, import it into our trust_store?
if we can do 1 then we can simply sign our CSR ourself and it make our life easier.
Is there any tool that can help us do this?
Thanks.