Rename project to "Hetty"

This commit is contained in:
David Stotijn
2020-09-22 18:33:02 +02:00
parent 7defc19d1a
commit a3c22b7f1f
12 changed files with 28 additions and 32 deletions

View File

@ -141,7 +141,7 @@ func (c *CertConfig) cert(hostname string) (*tls.Certificate, error) {
SerialNumber: serial,
Subject: pkix.Name{
CommonName: hostname,
Organization: []string{"Gurp"},
Organization: []string{"Hetty"},
},
SubjectKeyId: c.keyID,
KeyUsage: x509.KeyUsageKeyEncipherment | x509.KeyUsageDigitalSignature,