Linux Lets Encrypt - Certbot: Difference between revisions
Jump to navigation
Jump to search
(→Apache) |
(→Apache) Tag: Reverted |
||
| Line 1: | Line 1: | ||
= Apache = | |||
== RHEL9+ ==== | |||
Install packages. | Install packages. | ||
: <tt>'''# dnf install letsencrypt python3-certbot-apache'''</tt> | : <tt>'''# dnf install letsencrypt python3-certbot-apache'''</tt> | ||
| Line 8: | Line 8: | ||
: <tt>'''# systemctl restart httpd'''</tt> | : <tt>'''# systemctl restart httpd'''</tt> | ||
== Debian == | |||
: <tt>'''# '''</tt> | : <tt>'''# '''</tt> | ||
Revision as of 18:12, 2 April 2026
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
- #