mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 02:46:04 +01:00 
			
		
		
		
	fix import path, fix #1782
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user