Linux Lets Encrypt - Certbot: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
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>
Line 8: Line 8:
: <tt>'''# systemctl restart httpd'''</tt>
: <tt>'''# systemctl restart httpd'''</tt>


==== Debian ====
== 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

#