From 41ddb87e38be403b67407947ed30ecb8d3fb0646 Mon Sep 17 00:00:00 2001
From: Arjan H
If you want to generate a certificate, by default the same key type and strength is selected as\n", "was chosen in the previous step when generating the root, but you may choose a different\n", - "one. By default the common name is the same as the CN for the Root CA, minus the word 'Root'.
\n", - "If you are using an offline Root CA certificate then you can download the Certificate Signing\n", - "Request (CSR) here and have it signed by the Root CA. Alternatively we (temporarily) need the\n", - "secret key of the Root CA for generating the issuing certificate.
")) + "one (if technically possible). By default the common name is the same as the CN for the Root CA, minus\n", + "the word 'Root'.\n")) } else if stage == "standalone" { return template.HTML(fmt.Sprint("Currently only step-ca is supported, using the MySQL database backend.\n",
"Please provide the necessary connectiuon details here."))
diff --git a/gui/templates/views/cert.tmpl b/gui/templates/views/cert.tmpl
index b114400..2e0469c 100644
--- a/gui/templates/views/cert.tmpl
+++ b/gui/templates/views/cert.tmpl
@@ -77,9 +77,6 @@
{{ . }}
{{ end }}
- {{ if and (not .IsRoot) (not .IsRootGenerated) }}
-
- {{ end }}
{{ if and (not .IsRoot) .IsFirst }}
{{ end }}