Is it possible to create a self-signed intermediate CA for ssl?
- by limilaw
I am trying to create my own SSL hierarchy like:
MyRootCA
--MyIntermediateCA
----MyCert
I have installed MyRootCA and MyIntermediateCA, but windows points out that MyIntermediateCA doesn't have the right to issue certs. Therefore it invalidates MyCert.
i.stack.imgur.com/XDtXp.png
i.stack.imgur.com/rZNQZ.png
I am using sign.sh from mod_ssl package, which utilizes openssl ca command.
I wonder if there is any parameter/option that grants MyIntermediateCA the right to issue sublevel certs?