Gcr.Certificate.prototype.get_issuer_dn
function get_issuer_dn(): String {
// Gjs wrapper for gcr_certificate_get_issuer_dn()
}
Get the full issuer DN of the certificate as a (mostly) readable string.
The string returned should be freed by the caller when no longer required.
- Returns
The allocated issuer DN of the certificate.