03-05-2025, 01:56 PM
There were Linux instructions in my linked doc, but they dealt with a pem rather than a cer, other than that, they matched what you detailed Kent, so all good there.
A handy command for verifying it worked:
As for the Android phone issue, I have this recorded in my document:
Firefox Android
A handy command for verifying it worked:
Code:
awk -v cmd='openssl x509 -noout -subject' '/BEGIN/{close(cmd)};{print | cmd}' < /etc/ssl/certs/ca-certificates.crt | grep <whatever the cert was called>
As for the Android phone issue, I have this recorded in my document:
Firefox Android
- Open the Firefox browser on your phone, and from the three dot menu, choose "about".
- Tap the firefox logo five times to enable the "debug menu", then tap the back arrow and scroll down the "secret settings".
- In there you will find a toggle for "trust third party CAs" which you should enable.
----------------
Robert
Robert