Linux Lets Encrypt - Certbot: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
= Apache =
= Apache =
== RHEL9+ ====
== RHEL9+ ==
Install packages.
Install packages.
: <tt>'''# dnf install letsencrypt python3-certbot-apache'''</tt>
: <tt>'''# dnf install letsencrypt python3-certbot-apache'''</tt>

Revision as of 18:13, 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

#