File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Delete TLS secrets (will be recreated by operator) and restart deployments in correct order .
3+ # Delete TLS secrets (will be recreated by operator).
44# Switch to the namespace you want to delete the TLS secrets from.
55
66# Discover the Securesign instance name
@@ -17,17 +17,3 @@ oc delete secret ${INSTANCE_NAME}-ctlog-tls --ignore-not-found=true
1717oc delete secret ${INSTANCE_NAME} -trillian-logserver-tls --ignore-not-found=true
1818oc delete secret ${INSTANCE_NAME} -trillian-logsigner-tls --ignore-not-found=true
1919oc delete secret ${INSTANCE_NAME} -trillian-db-tls --ignore-not-found=true
20-
21- echo " Restarting Trillian components ..."
22- oc rollout restart deployment trillian-db
23- oc rollout restart deployment trillian-logserver
24- oc rollout restart deployment trillian-logsigner
25-
26- echo " Restarting Redis ..."
27- oc rollout restart deployment rekor-redis
28-
29- echo " Restarting CTlog ..."
30- oc rollout restart deployment ctlog
31-
32- echo " All deployments restarted. New TLS secrets:"
33- oc get secrets | grep tls
You can’t perform that action at this time.
0 commit comments