Skip to content

Disabling Nuxwdog

Endi S. Dewata edited this page Mar 27, 2024 · 3 revisions

Overview

This page describes the process to disable Nuxwdog on a PKI server instance.

Procedure

First, stop the server with the following command:

$ systemctl stop pki-tomcatd-nuxwdog@pki-tomcat.service

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 pki-tomcatd@pki-tomcat.service
Clone this wiki locally