1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: support to ssl connections

This commit is contained in:
2021-02-03 21:53:24 +01:00
parent 15417e8a77
commit 4e72bb1587
6 changed files with 512 additions and 248 deletions

View File

@ -85,7 +85,12 @@ module.exports = {
state: 'State',
execution: 'Execution',
starts: 'Starts',
ends: 'Ends'
ends: 'Ends',
ssl: 'SSL',
privateKey: 'Private key',
certificate: 'Certificate',
caCertificate: 'CA certificate',
ciphers: 'Ciphers'
},
message: {
appWelcome: 'Welcome to Antares SQL Client!',
@ -172,7 +177,8 @@ module.exports = {
schedulerBody: 'Scheduler body',
createNewScheduler: 'Create new scheduler',
deleteScheduler: 'Delete scheduler',
preserveOnCompletion: 'Preserve on completion'
preserveOnCompletion: 'Preserve on completion',
enableSsl: 'Enable SSL'
},
// Date and Time
short: {