mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
Changing http links to https when possible
This commit is contained in:
parent
2771821169
commit
c77645610a
6 changed files with 11 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue