Installing an SSL Certificate on a Keitaro Server
Installing an SSL certificate on a server running Keitaro is now easier with the following instructions. They let you obtain a free Let's Encrypt SSL certificate and have it renewed automatically every three months.
- First, set your server's IP address as the A record for your domain.
- Next, connect to the server via SSH and run the following command, replacing mydomain.ru with your own domain:
kctl-enable-ssl -D mydomain.ru
This command will issue and install an SSL certificate on your server.