This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.2.6.3.3. 인증서 제거
추가한 인증서를 제거하려면 다음 단계를 따르십시오.
시크릿
cacerts
를 제거합니다. 이 예제에서istio-system
은 컨트롤 플레인 프로젝트의 이름입니다.oc delete secret cacerts -n istio-system
$ oc delete secret cacerts -n istio-system
Copy to Clipboard Copied! Toggle word wrap Toggle overflow ServiceMeshControlPlane
리소스에서 자체 서명된 루트 인증서로 서비스 메시를 재배포합니다.apiVersion: maistra.io/v2 kind: ServiceMeshControlPlane spec: dataPlane: mtls: true
apiVersion: maistra.io/v2 kind: ServiceMeshControlPlane spec: dataPlane: mtls: true
Copy to Clipboard Copied! Toggle word wrap Toggle overflow