mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Fix Copy&Paste'o: Put issuer into issuer property and not subject
This commit is contained in:
parent
ea453d4336
commit
dd46ff7201
@ -960,7 +960,7 @@ QStringList pki_x509::icsVEVENT() const
|
||||
|
||||
void pki_x509::collect_properties(QMap<QString, QString> &prp) const
|
||||
{
|
||||
prp["Issuer"] = getSubject().oneLine(XN_FLAG_RFC2253);
|
||||
prp["Issuer"] = getIssuerName().oneLine(XN_FLAG_RFC2253);
|
||||
prp["Serial"] = getSerial().toHex();
|
||||
prp["CA"] = isCA() ? "Yes" : "No";
|
||||
prp["Not Before"] = getNotBefore().toPretty();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user