maccman/juggernaut

SSL Juggernaut on Ubuntu

Opened this issue · 1 comments

What is the "juggernaut directory" on ubuntu? The documentation says "To activate [SSL], just put create a folder called 'keys' in the 'juggernaut' directory". So, I created the folder /usr/local/lib/node_modules/juggernaut/keys and placed the pem files in it and restarted juggernaut. But visiting https://mywebsite.com:8080/application.js does not work. Is the port that juggernaut uses for https still 8080 or something else?

Thanks

Answering my own question, this was the right path on my ubuntu:
/usr/local/lib/node_modules/juggernaut/lib/juggernaut/keys
And yes, the port is still 8080 for https.