Login
Register
Home
Wiki Knowledge Base
FreeDNS
Facebook
Linux Support
Control Web Panel
MENU
Home
Help
Search
Login
Register
Control Web Panel
»
WebPanel
»
SSL
»
Secure your Webmail with Letsencrypt SSL Certificate , 100% Working
« previous
next »
Print
Pages: [
1
]
Author
Topic: Secure your Webmail with Letsencrypt SSL Certificate , 100% Working (Read 7126 times)
0 Members and 1 Guest are viewing this topic.
glorency
Newbie
Posts: 76
Secure your Webmail with Letsencrypt SSL Certificate , 100% Working
«
on:
April 19, 2018, 11:14:47 AM »
Hello Guys,
To secure your webmail with Green SSL bar , just follow the steps below describe
1. Follow the Link
http://forum.centos-webpanel.com/ssl/install-letsencrypt-ssl-certificate-for-your-server-hostnamefqdn-100-working/
2. Go to "/usr/local/cwpsrv/conf.d/" and open
#vi webmail.conf
server {
listen 2096;
server_name localhost;
ssl on;
ssl_session_timeout 90m;
ssl_certificate
/etc/letsencrypt/live/server1.datahead.biz/fullchain.pem;
ssl_certificate_key
/etc/letsencrypt/live/server1.datahead.biz/privkey.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
save & exit .
3. Restart your centos webpanel .
4. Now Check
https://server1.datahead.biz:2096/
Logged
Complete CWP & Email Solutions at $5
nattapon_c
Newbie
Posts: 9
Re: Secure your Webmail with Letsencrypt SSL Certificate , 100% Working
«
Reply #1 on:
May 22, 2020, 02:52:10 PM »
How to config alias webmail access with ssl ?
i want to access webmail is url :
https://mail.mydomain.com
with letsencrypt
How to config is file location ?
Logged
rcschaff
Sr. Member
Posts: 820
Jack of all Trades, Master of some.
Re: Secure your Webmail with Letsencrypt SSL Certificate , 100% Working
«
Reply #2 on:
May 22, 2020, 03:12:43 PM »
This is built in now. In cwp, search ssl on the left. Find your domain. Check all 4 boxes (mail, cpanel, webmail, ftp). Request the cert
Logged
Google Hangouts: rcschaff82@gmail.com
Print
Pages: [
1
]
« previous
next »
Control Web Panel
»
WebPanel
»
SSL
»
Secure your Webmail with Letsencrypt SSL Certificate , 100% Working