Merge pull request #1358 from nice-software/wip/certCommonName
Add CommonName to the self signed certificate
This commit is contained in:
		
						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…
	
		Reference in New Issue