Skip to content

certificate_authority: unique_subject = no

Thomas Gambier requested to merge tomo_fix_certificate_authority into master

"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 thie ERROR.

/cc @rafael @jm

Merge request reports