mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-24 07:50:40 -04:00
use suffix for emergency ssh DEK key
This commit is contained in:
parent
2a7408bc16
commit
9363206662
2 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,8 @@ const (
|
|||
DefaultWorkerGroupName = "worker_default"
|
||||
// CLIDebugLogFile is the name of the debug log file for constellation init/constellation apply.
|
||||
CLIDebugLogFile = "constellation-debug.log"
|
||||
// SSHCAKeySuffix is the suffix used together with the DEKPrefix to derive an SSH CA key for emergency ssh access.
|
||||
SSHCAKeySuffix = "ca_emergency_ssh"
|
||||
|
||||
//
|
||||
// Ports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue