Checks if a certificate appears to be self-signed by comparing all distinguished name fields between subject and issuer. A simple CN-only comparison produces false positives because different CAs can share a CN.
The certificate to check
true if the certificate appears to be self-signed
Checks if a certificate appears to be self-signed by comparing all distinguished name fields between subject and issuer. A simple CN-only comparison produces false positives because different CAs can share a CN.