From 26887b7f964c08f1e07ece8a787b85949786bd1f Mon Sep 17 00:00:00 2001
From: Arjan H
Date: Thu, 29 May 2025 20:19:55 +0200
Subject: [PATCH] Remove old comment about keeping root key offline - not
possible anymore (#160)
---
gui/main.go | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gui/main.go b/gui/main.go
index 66d621d..75f449a 100644
--- a/gui/main.go
+++ b/gui/main.go
@@ -2411,11 +2411,7 @@ func _helptext(stage string) template.HTML {
"more secure, ECDSA is more modern than RSA), provide a country and organization name,\n",
"and the common name. It is recommended that the common name contains the word 'Root' as well\n",
"as your organization name so you can recognize it, and that's why that is automatically filled\n",
- "once you leave the organization field.
\n",
- "If you want to upload an existing root certificate, you may choose to keep the private key\n",
- "offline for security reasons according to best practices. If you do include it here, we will be able\n",
- "to generate an issuing certificate automatically in the next step. If you don't include it, we will\n",
- "ask for it when needed.
"))
+ "once you leave the organization field."))
case "issuer-01":
return template.HTML(fmt.Sprint("This is what end users will see as the issuing certificate. Again,\n",
"you can either generate a fresh certificate or import an existing one, as long as it is signed by\n",