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 Controller 和 control plane。
重要
最低 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
。
例如,检查 control plane 的
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 Controller 的
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