Linux Lets Encrypt - Certbot
Jump to navigation
Jump to search
Apache
RHEL9+ ==
Install packages.
- # dnf install letsencrypt python3-certbot-apache
Download and register certificate.
- # certbot -d <url> -d <url1> -d <url3...> --apache
Restart webserver.
- # systemctl restart httpd
Debian
- #