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:
parent
ae71609542
commit
9e257bc4a4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
caTTL = time.Hour * 24 * 365 * 10 // 10 year
|
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
|
// createCACertificate creates a CA certificate and stores it in a secret with name
|
||||||
|
|
Loading…
Reference in a new issue