Skip to content

Commit 7540390

Browse files
authored
Update wording for Certbot auto renewal section
Kinda all modern linux distros use systemd now anyways not just debian based ones
1 parent 6bdf654 commit 7540390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/creating_ssl_certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ certbot -d example.com --manual --preferred-challenges dns certonly
5353

5454
### Auto Renewal
5555

56-
On modern Debian-based systems, Certbot usually creates a systemd timer automatically to renew certificates before expiration.
56+
On modern Linux distributions, Certbot usually creates a systemd timer automatically to renew certificates before expiration.
5757
You can verify this by running `systemctl list-timers | grep certbot`.
5858

5959
Example output:

0 commit comments

Comments
 (0)