简体   繁体   English

固定自定义CA证书是否足以验证链中的最后一个证书?

[英]Is pinning a custom CA certificate enough to verify last certificate in the chain?

I am trying to use a custom CA on SocketRocket. 我正在尝试在SocketRocket上使用自定义CA。 Is pinning the root certificate enough to verify MySuperServer in the construct below? 固定根证书足以验证以下构造中的MySuperServer吗?

-MyCustomCA
 -IntermadiateA
  -IntermadiateA1
   -MySuperServer

Or do I have to pin IntermadiateA1 certificate? 还是我必须固定IntermadiateA1证书?

固定根证书对我有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM