security - converting http to https using self signed certificate -
i want convert http request https using self signed certificate. how create keystore files , add certificate in keystore,how use keystore file converting http https.
please sort out problem
not sure if helps adding code htaccess redirect http https:
<virtualhost *:80> servername www.example.com redirect "/" "https://www.example.com/" </virtualhost > <virtualhost *:443> servername www.example.com # ... ssl configuration goes here </virtualhost >
Comments
Post a Comment