How to make your self-signed SSL cert to trustable in RHEL 7?

Morning Guys, Today I want to share how we can make our self-signed SSL certification to trustable in Redhat 7 Linux environment.

1. Copy your generated certificate file to OS cert trust folder.

$ scp /opt/ss/etc/<your-certificate-name>.crt /etc/pki/ca-trust/source/anchors/

2. Run the following command to update the cert.

$ update-ca-trust extract

That’s it. I hope this will help. 🙂
Photo: http://www.pngall.com

Leave a Reply

Your email address will not be published. Required fields are marked *