Skip to content

Commit

Permalink
Added entry_db_ssl_info language key in install
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed May 9, 2024
1 parent 4f04ec6 commit abd1ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload/install/language/en-gb/install/step_3.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
$_['entry_db_ssl_key'] = 'SSL Key';
$_['entry_db_ssl_cert'] = 'SSL Cert';
$_['entry_db_ssl_ca'] = 'SSL CA';
$_['entry_db_ssl_info'] = 'Certificate inputs should be added as a single line like: "MIIDrzCCApegAwIBAgIQ....=="';
$_['entry_username'] = 'Username';
$_['entry_password'] = 'Password';
$_['entry_email'] = 'E-Mail';
Expand Down

0 comments on commit abd1ea4

Please sign in to comment.