Resetting the Current Configuration¶
If you whish to reset the current configuration, proceed as follows:
-
Stop Keycloak:
sudo systemctl stop seal-keycloak
-
Remove the content of the
/opt/seal/data/seal-keycloak
directory. This is neccessary to reimport the SEAL-specific configuration after the next restart:sudo rm -rf /opt/seal/data/seal-keycloak/*
-
Start Keycloak:
sudo systemctl start seal-keycloak