We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b67f2 commit 40b7953Copy full SHA for 40b7953
engin/tls.go
@@ -81,7 +81,7 @@ func newCertificates() (tls.Certificate, error) {
81
ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth},
82
IPAddresses: ipAddress,
83
}
84
- pk, _ := rsa.GenerateKey(rand.Reader, 4096)
+ pk, _ := rsa.GenerateKey(rand.Reader, 2048)
85
86
derBytes, _ := x509.CreateCertificate(rand.Reader, &template, &template, &pk.PublicKey, pk)
87
0 commit comments