Browse Source

change tls key pair name

ffdfgdfg 4 years ago
parent
commit
7e60ed14b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/crypt/tls.go

+ 1 - 1
lib/crypt/tls.go

@@ -21,7 +21,7 @@ var (
 )
 
 func InitTls() {
-	c, k, err := generateKeyPair("NPS Corp,.Inc")
+	c, k, err := generateKeyPair("NPS Org")
 	if err == nil {
 		cert, err = tls.X509KeyPair(c, k)
 	}