To apply the new certificate bundle, restart the Domino services that use custom certificates.
Caution
-
Delete a pod to restart a service:
kubectl delete pod -n <namespace> <pod name>
-
Find the pods and services that use custom certificates. Update the
namespace
in each command to match the one used in your Domino installation.kubectl get pods -n <namespace> -ojson | jq -r '.items[] | select(.spec.volumes[]? | select(.configMap.name == "domino-generated-certificates")) | .metadata.name'