Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在写一些关于 ALFA 插件的管理策略,但我发现它没有这样的功能。有人知道这个方面吗?
您必须issuer使用ant脚本和一些逻辑单独生成元素以生成颁发者字段的值,例如通过添加证书的 dn。
issuer
ant
这完全取决于您的 XACML 引擎如何实现委托。
ALFA 本身不会对 issuer 字段做任何事情。
干杯,大卫。