• Thomas Gambier's avatar
    certificate_authority: unique_subject = no · a929568b
    Thomas Gambier authored
    "openssl ca" is keeping track of all generated certificates in its DB.
    If we try to regenerate a certificate that was already generated,
    openssl ca fails with :
    
    ERROR:There is already a certificate for /C=XX/ST=(State,)/O=Company/CN=ca-shellinabox/emailAddress=xx@example.com
    
    Changing "unique_subject" to no removes this ERROR.
    
    /reviewed-on nexedi/slapos!556
    a929568b
openssl.cnf.ca.in 10.6 KB