mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Using P256 curve by default
This commit is contained in:
parent
15daf549de
commit
ae71609542
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 = "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
|
// createCACertificate creates a CA certificate and stores it in a secret with name
|
||||||
|
|
Loading…
Reference in a new issue