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