如何在 Docker 中为 WSO2 身份服务器指定 SSL 证书?
How to specify SSL certificate for WSO2 Identity Server in Docker?
我正在使用 WSO2 Identity Server docker image and want to specify my own SSL certificate. The documentation I have found so far 围绕 Identity Server 直接安装在目标机器上而不是在容器中。
解决这个问题的一种方法是在 wso2 前面设置代理。我用 NginX 做了这个:
https://medium.com/@oliver.zampieri/self-signed-ssl-reverse-proxy-with-docker-dbfc78c05b41
我正在使用 WSO2 Identity Server docker image and want to specify my own SSL certificate. The documentation I have found so far 围绕 Identity Server 直接安装在目标机器上而不是在容器中。
解决这个问题的一种方法是在 wso2 前面设置代理。我用 NginX 做了这个:
https://medium.com/@oliver.zampieri/self-signed-ssl-reverse-proxy-with-docker-dbfc78c05b41