You need to add the certificate to /repository/resources/security/client-truststore.jks.
Following can be used to add the certificate.
keytool -importcert -file ~/Desktop/cer/github.com -alias github -keystore wso2carbon.jks
/Desktop/cer/github.com is the path to the certificate.
Following can be used to add the certificate.
keytool -importcert -file ~/Desktop/cer/github.com -alias github -keystore wso2carbon.jks
/Desktop/cer/github.com is the path to the certificate.
This comment has been removed by the author.
ReplyDelete