/
How to Install a Root Certificate?
How to Install a Root Certificate?
How do you add a Certificate Authority (CA) to Ubuntu and RHEL?
When Ubuntu / RHEL packaged Java is used, the described mechanism takes care that the certificate is added to Java trust store too. In addition, added certificates are not lost when Java version is updated.
Ubuntu 18.04 / 20.04
Java's default trust store: /etc/ssl/certs/java/cacerts
Copy the
.crt
file (PEM) into the/usr/local/share/ca-certificates
folder.Run
sudo update-ca-certificates
.
RHEL 7 / 8
Java's default trust store: /etc/pki/java/cacerts
Copy the
.crt
file (PEM or DER) into the/etc/pki/ca-trust/source/anchors
folder.Run
sudo update-ca-trust extract
.
Related articles
, multiple selections available,
Related content
How to Replace the Security Server Internal TLS Key and Certificate?
How to Replace the Security Server Internal TLS Key and Certificate?
More like this
How to Change the Security Server UI/API TLS Certificate?
How to Change the Security Server UI/API TLS Certificate?
More like this
What Kind of Keys and Certificates the Security Server Has?
What Kind of Keys and Certificates the Security Server Has?
More like this
What Is a Certificate Profile?
What Is a Certificate Profile?
More like this
Sending Authentication Certificate Registration Request from the Security Server to the Central Server Fails
Sending Authentication Certificate Registration Request from the Security Server to the Central Server Fails
More like this
How to Set Up a Security Server?
How to Set Up a Security Server?
More like this