On my Security Onion standalone system I have setup each of the sites to use SSL certs signed by my internal CA. This is all set and working.
I am now trying to add my internal CA as trusted on my VM I use for analysis to avoid SSL warnings when I pivot from Squil to ELSA.
I have followed the directions here (https://askubuntu.com/questions/73287/how-do-i-install-a-root-certificate) I created the extras directory and copied the CA certificate to /usr/share/ca-certificates/extras and ran sudo dpkg-reconfigure ca-certificates and verified that the CA was installed.
I tested in Firefox, Chromium and Google Chrome and I am still getting SSL warnings, so I am assuming that the CA is not properly installed/trusted.
I was able to manually add it to Firefox via the preferences, but I believe Chromium and Chrome use the systems default CA store.
I have the CA installed on my computer and do not receive SSL warnings when viewing the Security Onion websites, so I know the SSL certs are setup correctly.
Any help on what I'm doing wrong and how to fix would be much appreciated.
Jeff
In Chrome and Chromium:
Page title is "Privacy Error"
Error message is NET::ERR_CERT_AUTHORITY_INVALID
I can click through and ignore the warning, but don't want to have to do this every time I launch ELSA.
Screenshot: http://imgur.com/LT9JKeM
In Firefox where I was able to manually import the CA in the browser I get no warnings and click on the lock icon shows the site was verified by my CA.
Screenshot: http://imgur.com/auakV2o
Jeff
Hmm, a bit more Googling shows that maybe Chrome uses it's own SSL store. I don't remember that being the case previously, but I imported the CA into Chrome as I did in Firefox and now I am able to get to the site without any SSL warnings.
Sorry for the noise.
Jeff