Skip to content

Commit

Permalink
Change x509 metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Jul 31, 2023
1 parent a3e9f12 commit 3f59384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/tls/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ generateNew:
ca := &x509.Certificate{
SerialNumber: big.NewInt(1),
Subject: pkix.Name{
CommonName: "stateful",
Organization: []string{"Stateful, INC."},
CommonName: "runme",
Organization: []string{"Stateful, Inc."},
Country: []string{"US"},
Province: []string{"California"},
Locality: []string{"Berkeley"},
Expand Down

0 comments on commit 3f59384

Please sign in to comment.