我正在研究 SCEP 实施(请求者和授权者)。该项目使用 JScep 作为库。
在 PKCSReq 通信期间,客户端收到 CertRep SUCCESS。草案说如下:
+----------------+--------------------------------------------------+
| Request-type | Reply-contents |
+----------------+--------------------------------------------------+
| PKCSReq | the reply MUST contain at least the issued |
| | certificate in the certificates field of the |
| | Signed-Data. The reply MAY contain additional |
| | certificates, but the issued certificate MUST be |
| | the first in the list. The reply MUST NOT |
| | contain a CRL. All returned certificates MUST |
| | conform to [RFC5280]. |
我对解释有点困惑MAY contain additional certificates
。
这是否意味着整个证书链将在响应中显示为Collection
(JScep)?