[AuthorityInformationAccess]
在定义和 的“CAPolicy.inf”文件中[CRLDistributionPoint]
,这些部分可以使用动态值吗?例如:
[CRLDistirubtionPoint]
URL="http://pki.mycompany.tld/%3%8%9.crl"
或者
[CRLDistirubtionPoint]
URL="http://pki.mycompany.tld/<CAName><CRLNameSuffix><DeltaCRLAllowed>.crl"
我做了一些搜索来寻找答案,但即使是 Microsoft 也没有关于此问题或两层 PKI 中 AIA 和 CDP 扩展的正确配置的详细信息。
谢谢!