1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-24 12:09:39 +02:00

fix import path, fix #1782

This commit is contained in:
Unknwon 2015-10-15 21:28:12 -04:00
parent a749e6adcf
commit 932dbccb67
23 changed files with 55 additions and 53 deletions

View file

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