this post was submitted on 14 Sep 2024
48 points (91.4% liked)
Firefox
17849 readers
143 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For the certificate errors, just add a root CA of your own making.
Disabling auto-https, no idea. Maybe fix the source?
does not sound like a good idea. your own CA can sign certs for any other sites too, and it's dangerous.
I would say it's even more dangerous of you just think "nah, it'll be fine"
What do you mean?
Of course their own CA can sign certificates for whatever the fuck it wants, but it's their CA so why would they do that?
You obviously shouldn't trust anyone else's CA unless you actually trust it. But if you don't trust your own CA what's the point of having a CA?
P.S. I'm guessing OP doesn't actually have a CA and is just using simple self signed certificates without any private CA that has signed them.
You're right. I'm talking about making a certificate using
gpg
and storing it on your system. Then adding it to the root CA list and signing all your Local SSH stuff with it.