1.13.4.3. 删除证书
要删除您添加的证书,请按照以下步骤操作。
删除 secret
cacert。在本例中,istio-system是 Service Mesh control plane 项目的名称。$ oc delete secret cacerts -n istio-system在
ServiceMeshControlPlane资源中使用自签名 root 证书重新部署 Service Mesh。apiVersion: maistra.io/v2 kind: ServiceMeshControlPlane spec: security: dataPlane: mtls: true