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.9.2. TLS 보안 프로필 세부 정보 보기
다음 각 구성 요소에 대해 사전 정의된 TLS 보안 프로필의 최소 TLS 버전 및 암호를 볼 수 있습니다. Ingress 컨트롤러 및 컨트롤 플레인입니다.
프로필에 대한 최소 TLS 버전 및 암호 목록의 효과적인 구성은 구성 요소마다 다를 수 있습니다.
절차
특정 TLS 보안 프로필의 세부 정보를 확인합니다.
oc explain <component>.spec.tlsSecurityProfile.<profile>
$ oc explain <component>.spec.tlsSecurityProfile.<profile>
1 Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
<component>
에 대해 ingresscontroller
또는apiserver
를 지정합니다.<profile>
에 대해old
,intermediate
,custom
을 지정합니다.
예를 들어 컨트롤 플레인의
intermediate
프로필에 포함된 암호를 확인하려면 다음을 수행합니다.oc explain apiserver.spec.tlsSecurityProfile.intermediate
$ oc explain apiserver.spec.tlsSecurityProfile.intermediate
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 출력 예
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 구성 요소의
tlsSecurityProfile
필드에 대한 모든 세부 정보를 확인합니다.oc explain <component>.spec.tlsSecurityProfile
$ oc explain <component>.spec.tlsSecurityProfile
1 Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
<component>
에 대해 ingresscontroller
또는apiserver
를 지정합니다.
예를 들어 Ingress 컨트롤러의
tlsSecurityProfile
필드의 모든 세부 정보를 확인하려면 다음을 수행합니다.oc explain ingresscontroller.spec.tlsSecurityProfile
$ oc explain ingresscontroller.spec.tlsSecurityProfile
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 출력 예
Copy to Clipboard Copied! Toggle word wrap Toggle overflow