Install a CA certificate
If an issuing certificate authority (CA) for the hypertext transfer protocol secure (HTTPS) certificate is not immediately trusted, you will need to install a certificate authority (CA) certificate to the Nozomi Networks Operating System (N2OS) sensor.
Before you begin
- Your intermediate certificate authority (CA) and Root CA certificates are combined
- The certificate must be in privacy-enhanced mail (PEM) format
Note:
These formats are not supported:
- Distinguished Encoding Rules (DER)
- PKCS#12
Procedure
-
Upload the CA certificate to the sensor.
- Change the name of the CA certificate to cert.crt
- Open a terminal.
- To upload, enter this command:
scp cert.crt admin@<sensor_ip>:/data/tmp
- Log into the console, either directly or through secure shell (SSH).
-
To go to privileged mode, enter this command:
enable-me
You can now perform system changes. - Change directory into the /data/tmp folder.
-
To add the CA certificate to the trust store,
enter this command:
n2os-addcacert cert.crt