Is it possible to create a self-signed intermediate CA for ssl?
        Posted  
        
            by 
                limilaw
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by limilaw
        
        
        
        Published on 2013-04-15T09:34:12Z
        Indexed on 
            2013/10/20
            9:58 UTC
        
        
        Read the original article
        Hit count: 244
        
ssl-certificate
|openssl
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?
© Server Fault or respective owner