简体   繁体   English

WSO2使用域名配置生产部署

[英]WSO2 configuring production deployment with a domain name

We are releasing WSO2 API Manager and Identity server to production. 我们将WSO2 API管理器和身份服务器发布到生产环境。 The environment is AWS EC2. 该环境是AWS EC2。 Currently we have bought a custom domain name via AWS Route 53. How can i configure WSO to work with these URLS? 当前,我们已通过AWS Route 53购买了自定义域名。如何配置WSO以与这些URL配合使用? Also we have to install CA signed certificates with this domain name in WSO2. 另外,我们必须在WSO2中使用此域名安装CA签名的证书。 How to achieve it? 如何实现呢?

Thank You 谢谢

when you move to production , you need to remove default key store comes with wso2 products and user you new key and CA singed cert. 当移至生产环境时,需要删除wso2产品随附的默认密钥库,并且用户需要新密钥和CA认证的证书。 you can find the guideline for that in this blog[1] 您可以在此博客中找到相关指南[1]

To configure the domain , change the hostname and MgtHostname in carbon.xml[2] 要配置域,请在carbon.xml [2]中更改主机名和MgtHostname。

[1] http://sanjeewamalalgoda.blogspot.com/2015/05/update-key-stores-in-wso2-api-manager.html [1] http://sanjeewamalalgoda.blogspot.com/2015/05/update-key-stores-in-wso2-api-manager.html

[2] https://docs.wso2.com/display/Carbon420/Configuring+carbon.xml [2] https://docs.wso2.com/display/Carbon420/Configuring+carbon.xml

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM