How to create my own certificate chain?
Posted
by StackedCrooked
on Super User
See other posts from Super User
or by StackedCrooked
Published on 2010-03-31T15:38:27Z
Indexed on
2010/03/31
15:43 UTC
Read the original article
Hit count: 533
ssl
|certificate
I would like to setup my own OCSP Responder (just for testing purposes). This requires me to have a root certificate and a few certificates generated from it.
I've managed to create a self-signed certificate using openssl. I want to use it as the root certificate. The next step would be to create the derived certificates. I can't seem to find the documentation on how to do this however. Does anyone know where I can find this information?
© Super User or respective owner