summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFarhan Khan <farhan@farhan.codes>2020-08-06 23:35:33 +0000
committerFarhan Khan <farhan@farhan.codes>2020-08-13 18:59:14 -0400
commitf6686a64afceb775d775e623c847d413fecf65f8 (patch)
tree55b3214846d8dcd2c2ab439ca518ac600635ec1d /docs
parentda5aca27a8c79edcb4577c3a9f05cfa5d0463e83 (diff)
Updated ssl and domain name updates
Removed the reference to niaa
Diffstat (limited to 'docs')
-rw-r--r--docs/installation/freebsd_en.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md
index c98992fe5..9c5caa4d3 100644
--- a/docs/installation/freebsd_en.md
+++ b/docs/installation/freebsd_en.md
@@ -97,12 +97,12 @@ events {
}
```
-Edit the defaults:
+Edit the defaults of `/usr/local/etc/nginx/nginx.conf`:
-* Change `ssl_certificate` and `ssl_trusted_certificate` to
-`/etc/ssl/example.tld/fullchain`.
-* Change `ssl_certificate_key` to `/etc/ssl/example.tld/key`.
-* Change `example.tld` to your instance's domain name.
+* Change `ssl_trusted_certificate` to `/etc/ssl/example.tld/chain.pem`.
+* Change `ssl_certificate` to `/etc/ssl/example.tld/fullchain.pem`.
+* Change `ssl_certificate_key` to `/etc/ssl/example.tld/privkey.pem`.
+* Change all references of `example.tld` to your instance's domain name.
## Configuring acme.sh
@@ -189,8 +189,6 @@ Run `# /etc/rc.d/pleroma start` to start Pleroma.
Restart nginx with `# /etc/rc.d/nginx restart` and you should be up and running.
-If you need further help, contact niaa on freenode.
-
Make sure your time is in sync, or other instances will receive your posts with
incorrect timestamps. You should have ntpd running.