ublue-os / forge

On-prem Universal Blue
Apache License 2.0
28 stars 1 forks source link

Import ublue.local root certificate into browser #16

Open tepene opened 1 year ago

tepene commented 1 year ago

As described in #12 , it would be nice if the ublue.local root certificate could be imported automatically into the system default browser. Might be cumbersome and complex to implement since it should cover all kinds of browsers, installed in all kids of ways (flatpak, distrobox etc.)

If anyone knows how to do this with ansible or bash or something else, let me know or PR it. :wink:

acheron1502 commented 9 months ago

Did a bit of digging on this...

Found this blog link that contains a bash script to add a custom cert to all of these databases under the ROOT directory.

You may need to tweak the find commands a bit depending on if you are going to add any browsers to the system layer or just the user layer.

References

tepene commented 4 months ago

thanks @acheron1502 for the input and all the references