-
>_ GoWebShell
+
>_ GoTermix
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,