change tls key pair name

This commit is contained in:
ffdfgdfg 2020-04-30 23:25:59 +08:00
parent 16be6d1b55
commit 7e60ed14b5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}