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,