scirius icon indicating copy to clipboard operation
scirius copied to clipboard

CA cert path

Open problematiq opened this issue 7 years ago • 5 comments

Is there a way to specify a CA in the config file for Scirius to use when connecting to kibana and ES?

problematiq avatar Oct 12 '18 19:10 problematiq

The certificates are located here - /etc/nginx/ssl/ and they are specified in the config here - /etc/nginx/sites-available/

pevma avatar Oct 13 '18 07:10 pevma

Sorry putting out fires this week, does this only apply to a full SELKS install? when installing Scirius by itself, nginix isn't included as far as I see.

problematiq avatar Oct 19 '18 13:10 problematiq

Yes this applies for SELKS too.

pevma avatar Oct 21 '18 07:10 pevma

I've installed Scirius by itself following the documentation outlined here:

https://scirius.readthedocs.io/en/latest/installation-ce.html#installing-scirius-ce

With that install method, Nginx is not installed, are you saying i need to setup a 2 way proxy for this to work with an internal PKI?

problematiq avatar Nov 06 '18 16:11 problematiq

You can utilize nginx in general and set it up like so - https://github.com/StamusNetworks/SELKS/blob/SELKS5/scripts/SELKS4-SELKS5/SN-S4-S5-Upgrade.sh#L82

Then you can point to whichever certificate you would like.

pevma avatar Nov 07 '18 11:11 pevma