_______ ____ ____ __ __ ____ __ ______ ______ /_ __// __// __// /_/ // _ / / / / __ // ____/ / / / __// /_ / __ // _ < / /_ / /_/ // /_ / /_/ /___//___//_/ /_//____//___//_____//_____/ techblog.koponen.se [ / ] [ howto ] [ reviews ] [ webapps ] [ youtube ] [ links ] [ about ] -------------------------------------------------------------------------
techblog.koponen.se [ / ] [ howto ] [ reviews ] [ webapps ] [ youtube ] [ about ] [ links ] -------------------------------------
HOWTO
CERTIFICATES
ADD YOUR OWN CA TO GOOGLE CHROME
Published: 20181119
Updated: 20220203
Instructions for:
* Linux
* Windows
Verify your certificate file with:
* OpenSSL
Linux
Updated: 20220203
Tested on:
- Google Chrome Version: Version 98.0.4758.80 (Official Build) (64-bit)
- OS: Ubuntu 20.04.3 amd64
Microsoft Windows
Updated: 20181119
Tested on:
- Google Chrome Version: Version 70.0.3538.77 (Official Build) (64-bit)
- OS: Windows 8.1 Pro 64bit
You might need to restart your browser, maybe even repeat the import
-
[1]:
Verify your certificate
You can verify the Thumbprint with openssl and one of these commands:
openssl x509 -noout -fingerprint -md5 -inform pem -in myCA.crt
openssl x509 -noout -fingerprint -sha1 -inform pem -in myCA.crt
openssl x509 -noout -fingerprint -sha256 -inform pem -in myCA.crt