mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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