Linux Lets Encrypt - Certbot

From UNIX Systems Administration
Revision as of 18:11, 2 April 2026 by Michael Kohler (talk | contribs) (Created page with "== Apache == ==== RHEL9+ ==== Install packages. : <tt>'''# dnf install letsencrypt python3-certbot-apache'''</tt> Download and register certificate. : <tt>'''# certbot -d <url> -d <url1> -d <url3...> --apache'''</tt> ==== Debian ==== : <tt>'''# '''</tt>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Debian

#