From e441ac1e436fed6d6edfcb409f56c79e9af208de Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 11 May 2021 14:21:48 +0200 Subject: [PATCH] web/admin: add download links for certificates closes #861 Signed-off-by: Jens Langhammer --- .../pages/crypto/CertificateKeyPairListPage.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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``} +
+
+