Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ortuman committed Mar 26, 2018
1 parent d30c557 commit 004138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func generateSelfSignedCertificate(keyFile, certFile, domain string) error {
template := x509.Certificate{
SerialNumber: serialNumber,
Subject: pkix.Name{
Organization: []string{"Acme Co"},
Organization: []string{domain},
},
NotBefore: notBefore,
NotAfter: notAfter,
Expand Down

0 comments on commit 004138e

Please sign in to comment.