79160012

Date: 2024-11-05 16:58:37
Score: 1
Natty:
Report link

Add "unique_subject = no" to your default_ca's section in openssl.cnf:

[ ca ]
default_ca = CA_default
[ CA_default ]
...
unique_subject = no # allow the same subject line
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rcpa0