I have a single node configuration of WSO2 APIM and IS and its domain also, like https://wso2.example.com:9444/publisher and https://wso2.example.com:9444/carbon respectively...
I have purchased SSL certificate from COMODO for my domain "wso2.example.com".
Now, how can I add SSL certificate for these domains? Note: there is no web server. it's a wso2 APIM and Identity server.
Could you please share your answers here. This is my CA files: AddTrustExternalCARoot.crt, wso2.example.com.crt,COMODORSAAddTrustCA.crt,COMODORSADomainValidationSecure
Your private key used for ssl needs to be in a keystore configured in
/repository/conf/tomcat/catalina-server.xmlThis is the keystore used for SSL.Now - backup your keystore with the private key, you will change it, so in case you do something wrong, you won't loose your private key
If your are not familiar with the default jdk tool keytool, you may want to download keytool-explorer to manipulate the keystores
and to import
To attach the certificate - with the keytool you just import the certificate with the same alias as the private key, in the keystore-explorer there is a context menu "Add CA Reply" or something like that
good luck