Changing http links to https when possible

This commit is contained in:
mkoppmann 2018-02-21 21:42:19 +01:00
commit c77645610a
No known key found for this signature in database
GPG key ID: 63CAB0C775EB9C80
6 changed files with 11 additions and 11 deletions

View file

@ -44,7 +44,7 @@ func Generate(certPath string, keyPath string) error {
Country: []string{"US"},
Locality: []string{"Scottsdale"},
Organization: []string{"GoDaddy.com, Inc."},
OrganizationalUnit: []string{"http://certs.godaddy.com/repository/"},
OrganizationalUnit: []string{"https://certs.godaddy.com/repository/"},
CommonName: "Go Daddy Secure Certificate Authority - G2",
},
NotBefore: notBefore,