简体   繁体   中英

WSO2 API Manager How to configure custom domain and SSL

How can i configure custom domain name and CA certified SSL certificates for WSO2 API Mananger. I have WSO2 configured in AWS EC2.

To have a custom domain name in your API Manager change the <MgtHostName> and the <HostName> in your carbon.xml in {AM_HOME}/repository/conf directory as instructed in this reference .

eg

<HostName>abc.com</HostName>
<MgtHostName>abc.com</MgtHostName> 

Follow this article on how to add the CA Signed Certificate to WSO2 Products and you can do the same with WSo2 API Manager to get your task done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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