Forum Discussion
ry__panov__
Oct 06, 2022Brass Contributor
How to remove SSL Certificate on CLI
How can an SSL certificate get removed on the backend through the CLI? When I delete the cert in the GUI, it doesn't seem to actually get removed from the backend. The cert doesn't show in the G...
- Jan 04, 2023
ry__panov__ Answering my own question after working with support.
To remove an installed SSL/TLS certificate and revert to the sensors self-signed certificate, do the following:$ sudo cyberx-xsense-create-self-signed-certificate $ monit restart all $ reboot
This should remove the previously installed certificate with a self-signed certificate.
ry__panov__
Jan 04, 2023Brass Contributor
ry__panov__ Answering my own question after working with support.
To remove an installed SSL/TLS certificate and revert to the sensors self-signed certificate, do the following:
$ sudo cyberx-xsense-create-self-signed-certificate
$ monit restart all
$ reboot
This should remove the previously installed certificate with a self-signed certificate.