Skip to content

Commit 9b4fc37

Browse files
committed
Change the common name to runme.
1 parent d8fb11a commit 9b4fc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/agent/tlsbuilder/tls.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ func generateCertificate(certFile, keyFile string) (*tls.Config, error) {
142142
ca := &x509.Certificate{
143143
SerialNumber: big.NewInt(1),
144144
Subject: pkix.Name{
145-
CommonName: "Cloud Assistant",
146-
Organization: []string{"Acme Inc."},
145+
CommonName: "Runme",
146+
Organization: []string{"Runme"},
147147
Country: []string{"US"},
148148
Province: []string{"California"},
149149
Locality: []string{"San Francisco"},

0 commit comments

Comments
 (0)