http to https

Hi All,
I have created a provider webService which is of http. Later on I have decided to go with https rather http. Can someone tell me what all changes need to be performed in order to make this possible.

Thanks,
Ravee.

Hi,

Import the certificate (Truststore and Keystore) under Security → Keystore.
Under Security → Certificates assign the Keystore and Truststore alises to corresponding functions.
After this step you should be able to create an HTTPS Port. And assign this port to the web servcice provider

Thanks,