fix import path, fix #1782
This commit is contained in:
parent
a749e6adcf
commit
932dbccb67
23 changed files with 55 additions and 53 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue