mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Fix --ssl-cert
for Aphlict
Summary: `PhabricatorAphlictManagementWorkflow` passes `--ssl-cert` but `aphlict_server.js` expects `--ssl-certificate`. Test Plan: Tested on a production system. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11283
This commit is contained in:
parent
9e0f70e17d
commit
a87f2cd610
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function parse_command_line_arguments(argv) {
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
log: '/var/log/aphlict.log',
|
log: '/var/log/aphlict.log',
|
||||||
'ssl-key': null,
|
'ssl-key': null,
|
||||||
'ssl-certificate': null,
|
'ssl-cert': null,
|
||||||
test: false
|
test: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue