WSO2身份服务器中没有`api-manager.xml`配置文件

No `api-manager.xml` configuration file inside WSO2 Identity server

我正在尝试将 WSO2 Identity Server 配置为 WSO2 Api Manager 的密钥管理器,方法是 this教程。

其中,在第 4 步下,有以下说明。

For this purpose open the /repository/conf/api-manager.xml file and change the element that appears under the section, so that it points to the API Manager server.

但是<IS_KM_HOME>/repository/conf/里面没有api-manager.xml文件。我正在使用 WSO2 Identity Server 5.6.0

有谁知道我在哪里可以找到这个 api-manager.xml 文件?

此 XML 文件仅作为密钥管理器 (WSO2 IS-KM) 存在于 WSO2 IS 中。请参考[1][2]。您可以从 [2] 下载作为 KM 的 IS。对于 API Manager 2.6.0,IS as KM 版本为 5.7.0。 IS 5.6.0 不是密钥管理器,因此它不会包含该配置文件。

[1]https://docs.wso2.com/display/AM260/Configuring+WSO2+Identity+Server+as+a+Key+Manager [2]https://wso2.com/api-management/install/key-manager/

谢谢