Disabling Nuxwdog - dogtagpki/pki GitHub Wiki
This page describes the process to disable Nuxwdog on a PKI server instance.
First, stop the server with the following command:
$ systemctl stop [email protected]
Then disable Nuxwdog with the following command:
$ pki-server nuxwdog-disable
Next, restore /var/lib/pki/pki-tomcat/conf/password.conf
.
Finally, restart the server with the following command:
$ systemctl start [email protected]