Page 1 of 1

certs8db

Posted: 14 Dec 2018, 21:21
by tjennings87
Hey,

I've squashed/unsquahed my xzm folder many many times now so I thought i'd reach out to the forums. My initial attempts I was dropping my certs9.db file into into the home\guest\.mozilla\firefox\c3pp43bg.default folder after having imported the certificate in a Linux Mint instance. I then would get errors when launching the wizard that Firefox was already running and couldn't start. I then realized maybe I needed to rollback Firefox to a earlier version. I downloaded Firefox 52 and got the same behaviour once i dropped a certs8.db file into the respective folder of 003-settings.xzm. I have also tried creating a module from /home/.mozilla/firefox and placing that into the .xzm folder but when starting the iso it still attempts to download firefox and then my certificate isn't there once it launches.

The jist of what I'm trying to do is just have firefox launch with a cert that trusts my web filter since we're using https scanning via sophos web appliance. I don't how to go about importing through the wizard since these will be completely segmented from the network. Any guidance would be greatly appreciated.

Re: certs8db

Posted: 15 Dec 2018, 06:33
by fanthom
Hello tjennings87,

Kiosk's kernel accepts only 'xz' compression for the modules (best size/decompression speed ratio) so please make sure you create xzm properly (mind the mksquashfs arguments):
https://porteus-kiosk.org/modules.html

Re: certs8db

Posted: 17 Dec 2018, 13:57
by tjennings87
Thanks Fanthom. Digging through some older post i was able to get it working. I think ultimately it came down to getting an older version of firefox which contains a Cert8.db file instead of Cert9.db and making sure Root had full access to home folder and Guest had full access to everything underneath it. Thanks for your response.