Trusting a Self Signed Certificate

Ubuntu Nodes

From the Controller, transfer the ssman.crt to the Node(s):

scp /opt/ss/etc/ssman.crt root@node1.example.com:/usr/local/share/ca-certificates/

On the Node, log in as root and add the certificate by updating the Node’s CA certificates:

update-ca-certificates

Note

If you've done all the above and the node still doesn't trust the controller cert, run:

sudo c_rehash

..on the node.

CentOS, Red Hat 6.x Linux Nodes

From the Controller, transfer the ssman.crt to the Node(s):

scp /opt/ss/etc/ssman.crt root@node1.example.com:~

On the Node, log in as root and add the certificate by updating the Node’s CA certificates:

cat ~/ssman.crt >> /etc/pki/tls/certs/ca-bundle.crt

CentOS, Red Hat 7.x Linux Nodes

From the Controller, transfer the ssman.crt to the Node(s):

scp /opt/ss/etc/ssman.crt root@node1.example.com:/etc/pki/ca-trust/source/anchors/

On the Node, log in as root and add run the following command:

update-ca-trust extract