1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Fix string

This commit is contained in:
Ewout Prangsma 2018-03-12 10:40:54 +01:00
parent ae71609542
commit 9e257bc4a4
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -38,7 +38,7 @@ import (
const (
caTTL = time.Hour * 24 * 365 * 10 // 10 year
tlsECDSACurve = 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