2.6.3.3. 인증서 제거
추가한 인증서를 제거하려면 다음 단계를 따르십시오.
시크릿
cacerts
를 제거합니다. 이 예제에서istio-system
은 컨트롤 플레인 프로젝트의 이름입니다.$ oc delete secret cacerts -n istio-system
ServiceMeshControlPlane
리소스에서 자체 서명된 루트 인증서로 서비스 메시를 재배포합니다.apiVersion: maistra.io/v2 kind: ServiceMeshControlPlane spec: dataPlane: mtls: true