I gotta stop using the tab key

This commit is contained in:
bush 2015-03-06 22:29:21 +00:00
parent fb2d568c76
commit fdf73b5908

View file

@ -73,7 +73,7 @@ var Server = function () {
cert: cert,
passphrase: Config.get("https.passphrase"),
ca: ca,
ciphers: Config.get("https.ciphers"),
ciphers: Config.get("https.ciphers"),
honorCipherOrder: true
};