Skip to content

Commit 45553ce

Browse files
committed
Address review feedback
- Remove external Gist links and embed cert.cnf template inline - Fix typo: 'mahcine' -> 'machine' Signed-off-by: Christian Kaczmarek <kaczmar2@outlook.com>
1 parent f052157 commit 45553ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/ssl/self-signed.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sudo dnf install openssl -y # For Fedora
1717
This guide assumes:
1818

1919
- `openssl` is installed on the same machine that Pi-hole is installed on, but this is not a requirement -
20-
`openssl` can be installed on a machine that is not running Pi-hole; `tls.pem` just needs to be copied to `/etc/pihole` on the target mahcine running Pi-hole.
20+
`openssl` can be installed on a machine that is not running Pi-hole; `tls.pem` just needs to be copied to `/etc/pihole` on the target machine running Pi-hole.
2121
- All shell commands are executed from the home directory (e.g., `/home/your_user` or `~/`).
2222

2323
---
@@ -63,7 +63,7 @@ The **CA key** (homelabCA.key) and **CA certificate** (homelabCA.crt) is now rea
6363
touch cert.cnf && nano cert.cnf
6464
```
6565

66-
Use the attached [cert.cnf](https://gist.github.com/kaczmar2/e1b5eb635c1a1e792faf36508c5698ee#file-cert-cnf) file as a template:
66+
Add the following content to `~/crt/cert.cnf`:
6767

6868
```ini
6969
# Country Name (C)
@@ -194,7 +194,7 @@ mkdir -p ~/crt && cd ~/crt
194194
touch cert.cnf && nano cert.cnf
195195
```
196196

197-
Use the attached [cert.cnf](https://gist.github.com/kaczmar2/e1b5eb635c1a1e792faf36508c5698ee#file-cert-cnf) file as a template:
197+
Add the following content to `~/crt/cert.cnf`:
198198

199199
```ini
200200
# Country Name (C)

0 commit comments

Comments
 (0)