docs: Strengthen git-crypt key export security warning
This commit is contained in:
parent
2fe4a8677c
commit
8f8a4c4711
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ gcrypt_export_key() {
|
|||
mkdir -p "${KEYS_DIR}"
|
||||
git-crypt export-key "$key_path"
|
||||
success "Symmetric key exported to: $key_path"
|
||||
warn "Action required: store this key in Vaultwarden and delete it from disk."
|
||||
warn "SECURITY ALERT: Move this key to Vaultwarden and delete it from disk immediately."
|
||||
}
|
||||
|
||||
gcrypt_verify() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue