Uninstalling the Stormshield KMaaS
In Docker mode
-
Clean up the containers:
docker stop <container_name>
docker rm <container_name>
-
Delete the local image:
docker rmi stormshield/kmaas:<version>
In RPM mode
- Run the following command as a user with administration privileges:
# rpm -e cse
The files added when installing the RPM are deleted, except:- The files that you have modified in the meantime. They are saved with the .rpmsave extension.
- The file that you have added yourself. They are kept.
- Manually delete the configuration files that you have created or modified: config.json, keks.json, policy.wasm and policy.data.json.
NOTE
KEKs are highly sensitive items in terms of security. It is imperative to follow the ANSSI recommendations concerning their life cycle.