Page 1 of 1

How to remove PaidSSL

PostPosted:15 Jan 2019 17:22
by andywang
Hi Sir,
I want to remove my PaidSSL and install the FreeSSL.
But i can't install freeSSL without removing my paidSSL. it is said that my domain already has SSL. and if i remove ssl from the freeSSL menu, it is said that my domain is not using FreeSSL/Let'sEncrypt.
Please help me how to remove my PaidSSL without making errors.
Thank you

Re: How to remove PaidSSL

PostPosted:16 Jan 2019 08:18
by nguyenoanh
Hello.
VPSSIM can not remove PaidSSL automaticaly but you can do it manual very simple.
You can add a new website to VPS such as: abc.com

Then you can edit /etc/nginx/conf.d/domain.com.conf with the same as /etc/nginx/conf.d/abc.com.conf

and use the some old config in current /etc/nginx/conf.d/domain.com.conf .

After edit, use command:
Code: Select all
nginx -t
If that OK, you can restart Nginx to complete remove paidSSL.