You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`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.
21
21
- All shell commands are executed from the home directory (e.g., `/home/your_user` or `~/`).
22
22
23
23
---
@@ -63,7 +63,7 @@ The **CA key** (homelabCA.key) and **CA certificate** (homelabCA.crt) is now rea
63
63
touch cert.cnf && nano cert.cnf
64
64
```
65
65
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`:
67
67
68
68
```ini
69
69
# Country Name (C)
@@ -194,7 +194,7 @@ mkdir -p ~/crt && cd ~/crt
194
194
touch cert.cnf && nano cert.cnf
195
195
```
196
196
197
-
Use the attached [cert.cnf](https://gist.github.com/kaczmar2/e1b5eb635c1a1e792faf36508c5698ee#file-cert-cnf) file as a template:
0 commit comments