Install Certbot Ubuntu 20.04

You are here:
Estimated reading time: < 1 min

Install

sudo apt install certbot python3-certbot-apache

Reload Apache

sudo systemctl reload apache2

Status Service

sudo systemctl status certbot.timer

Test renew

sudo certbot renew --dry-run

Source

Was this article helpful?
Dislike 0
Views: 150