mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
PKCS#7 cert export is not supported - yet
This commit is contained in:
parent
fca7200e6d
commit
39ea6ca800
@ -63,7 +63,7 @@ ExportCert::ExportCert(QString fname, bool hasKey,
|
||||
exportFormat->insertItem("PEM all trusted Certificates");
|
||||
exportFormat->insertItem("PEM all Certificates");
|
||||
exportFormat->insertItem("DER");
|
||||
exportFormat->insertItem("Signed PKCS#7");
|
||||
// exportFormat->insertItem("Signed PKCS#7");
|
||||
if (hasKey) {
|
||||
exportFormat->insertItem("PKCS #12");
|
||||
exportFormat->insertItem("PKCS #12 with Certificate chain");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user