diff --git a/pkg/deployment/tls.go b/pkg/deployment/tls.go index 0367af9fd..06ef22d31 100644 --- a/pkg/deployment/tls.go +++ b/pkg/deployment/tls.go @@ -38,7 +38,7 @@ import ( const ( caTTL = time.Hour * 24 * 365 * 10 // 10 year - tlsECDSACurve = "P384" // P256 // This curve is the default that ArangoDB accepts and plenty strong + tlsECDSACurve = P256 // This curve is the default that ArangoDB accepts and plenty strong ) // createCACertificate creates a CA certificate and stores it in a secret with name