From ea85a2b83338ab5c9ca048d1892dfee00d339ef1 Mon Sep 17 00:00:00 2001 From: nahakubuilder Date: Fri, 22 May 2026 19:19:53 +0100 Subject: [PATCH] update html app name --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index 98e558d..36302fd 100644 --- a/main.go +++ b/main.go @@ -790,7 +790,7 @@ const shellPageHTML = ` - shell + GoTermix @@ -988,7 +988,7 @@ const shellPageHTML = `
- +
Authentication required
@@ -1462,7 +1462,7 @@ func generateSelfSignedCert() (tls.Certificate, error) { serial, _ := rand.Int(rand.Reader, new(big.Int).Lsh(big.NewInt(1), 128)) tmpl := x509.Certificate{ SerialNumber: serial, - Subject: pkix.Name{Organization: []string{"GoWebShell"}, CommonName: "localhost"}, + Subject: pkix.Name{Organization: []string{"GoTermix"}, CommonName: "localhost"}, NotBefore: time.Now(), NotAfter: time.Now().Add(365 * 24 * time.Hour), KeyUsage: x509.KeyUsageKeyEncipherment | x509.KeyUsageDigitalSignature,