PKCS#7 cert export is not supported - yet

This commit is contained in:
chris 2002-12-17 21:58:45 +00:00
parent fca7200e6d
commit 39ea6ca800

View File

@ -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");