Answer the question
In order to leave comments, you need to log in
How to renew an SSL certificate for VDS?
There is a VDS server from which there is SSH access.
This VDS has a website. The site had a free SSL certificate that needs to be renewed every 3 months.
How to extend it? In which direction to dig?
There is no ISPmanager on VDS - and no other control panels. Therefore, you can only extend via SSH.
Answer the question
In order to leave comments, you need to log in
In the absence of panels and the presence of bare SSH, they usually use Cerbot, put it on your server, configure it, and it will automatically update certificates for you.
To begin with, decide what kind of web server you have:
it will show what ports you have listening. You need to find what port 443 is listening on. It will be clear what will need to be restarted and what instructions to follow if necessary.
Next, you need to see if the /etc/letsencrypt folder exists, and if so, check if certbot is installed, and in which version:
which certbot
which certbot-auto
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question