Clean custom certificates data
To recreate MicroShift custom certificates upon service restart, reset them by using the microshift-cleanup-data script.
When you run the script with the --cert argument, you perform the following clean up actions:
-
Stop all MicroShift services
-
Delete all MicroShift pods
-
Delete all MicroShift certificates
Prerequisites
-
You are logged into MicroShift.
-
You have filed a support case.
Procedure
-
Clean up the MicroShift certificates by running the
microshift-cleanup-datascript with the--certargument, by entering the following command:$ sudo microshift-cleanup-data --certExample outputStopping MicroShift services Removing MicroShift pods Removing MicroShift certificates MicroShift service was stopped Cleanup succeededRunning the script stops the MicroShift service.
-
Restart the MicroShift service by running the following command:
$ sudo systemctl start microshift