Merge pull request #1358 from nice-software/wip/certCommonName

Add CommonName to the self signed certificate
release/v0.9
无闻 9 years ago
commit 6272986192

@ -114,6 +114,7 @@ func runCert(ctx *cli.Context) {
SerialNumber: serialNumber,
Subject: pkix.Name{
Organization: []string{"Acme Co"},
CommonName: "Gogs",
},
NotBefore: notBefore,
NotAfter: notAfter,

Loading…
Cancel
Save