How can i configure custom domain name and CA certified SSL certificates for WSO2 API Mananger. I have WSO2 configured in AWS EC2.
0
votes
1 Answers
1
votes
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.
e.g.
<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.