Sujet : Re: Chromium and self-signed certificates
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.sys.raspberry-piDate : 14. Aug 2024, 08:08:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v9hl56$bu9i$2@dont-email.me>
References : 1
User-Agent : Pan/0.159 (Vovchansk; )
On Tue, 13 Aug 2024 18:50:34 -0000 (UTC), bp wrote:
I'm trying to get chromium under RasPiOS to open an https connection to
a private webserver that's using a self-signed certificate.
The usual way I would do this is create your own CA (root) cert as the
self-signed certificate; then the actual SSL certificate that the server
is using will be signed with this certificate.
On the browser side, import the CA cert into the key store, and it will
automatically trust certs signed with this CA cert.