I'm having trouble installing a root CA certificate. I thought I had figured this out, as I had gotten this to work on a previous Solus install, I wrote the process down on GitHub. I'm trying to get Chrome on a new machine to accept a server cert signed by my Root CA; but following the instructions I wrote down are is no longer working.
I have the Root CA cert linked in /etc/ssl/certs, and I added the cert information including fingerprints into /etc/ssl/certs/ca-certificates.crt; but Chrome still does not accept the server certificate signed by the CA cert I added. I've triple checked I'm using valid certs. Note that the hash values (file names created by c_rehash) for the cert files between the [old]working machine and the [new]failing machine are the same.
Thanks for any help!