SSL For My Site
2019-10-14 01:49:13
Eduard
  • Visit: 2
  • Join Date: 2019-10-14
  • Last Login: 2019-10-14
  • My Point: 0
  • PartyLevel: No Party
How I can install SSL cert on my site?

Installation type: one-click Linux

Port: 81

SSL from Let's Encrypt

2019-10-15 13:12:52
Troy Yang
  • Visit: 752
  • Join Date: 2019-09-11
  • Last Login: 2022-11-28
  • My Point: 0
  • PartyLevel: No Party

Hi,

1st, You need to apply the cert of ssl either for free or paid, and you should download the cert and put it in apache or nginx root(according to the service you are running)

for example, in apache root/cert/, if there arent any, mkdir one.

2nd, Edit the configuration file ofapache or nginx root(according to the service you are running),

for example, in apache, make sure the following works,

LoadModule ssl_module modules/mod_ssl.so

Include conf/extra/httpd-ssl.conf

3rd, Config about the support of SSL cert

4th,Config the Documentroot and Servername  about you site

 There are many documents from google, please check and hope you could figure it out.


Last edited by Troy on 2019-10-22 18:03:46
1/1