Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guides/security/generating_ssl_keys_lets_encrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tested with: 8.5
tags:
- security
- ssl
- cerbot
- certbot
---

# Generating SSL Keys - Let's Encrypt
Expand Down Expand Up @@ -57,13 +57,13 @@ dnf install epel-release
Then, just install the appropriate packages, depending on whether you're using Apache or Nginx as your web server. For Apache that's:

```bash
dnf install certbot python3-cerbot-apache
dnf install certbot python3-certbot-apache
```

For Nginx, just change out one... partial word?

```bash
dnf install certbot python3-cerbot-nginx
dnf install certbot python3-certbot-nginx
```

You can always install both server modules if necessary, of course.
Expand Down