Added check and save encryption settings

This commit is contained in:
Juan Gilsanz Polo 2022-10-23 04:50:12 +02:00
parent 137a976a36
commit 3a2483e9d6
7 changed files with 535 additions and 31 deletions

View file

@ -515,5 +515,13 @@
"privateKeyFile": "Set a private key file",
"pastePrivateKey": "Paste the private key contents",
"usePreviousKey": "Use the previously saved key",
"privateKeyPath": "Private key path"
"privateKeyPath": "Private key path",
"invalidCertificate": "Invalid certificate",
"invalidPrivateKey": "Invalid private key",
"validatingData": "Validating data",
"dataValid": "Data is valid",
"dataNotValid": "Data not valid",
"encryptionConfigSaved": "Encryption configuration saved successfully",
"encryptionConfigNotSaved": "Encryption configuration could not be saved",
"configError": "Configuration error"
}