diff --git a/web/src/pages/crypto/CertificateKeyPairListPage.ts b/web/src/pages/crypto/CertificateKeyPairListPage.ts index 5add00041..5dd7fb7c2 100644 --- a/web/src/pages/crypto/CertificateKeyPairListPage.ts +++ b/web/src/pages/crypto/CertificateKeyPairListPage.ts @@ -112,6 +112,23 @@ export class CertificateKeyPairListPage extends TablePage {
${item.certSubject}
+
+
+ ${t`Download`} +
+
+
+ + ${t`Download Certificate`} + + ${item.privateKeyAvailable ? html` + ${t`Download Private key`} + ` : html``} +
+
+