acme.sh and netbsd to freebsd updates
authorFarhan Khan <farhan@farhan.codes>
Fri, 7 Aug 2020 01:52:39 +0000 (01:52 +0000)
committerFarhan Khan <farhan@farhan.codes>
Thu, 13 Aug 2020 22:59:14 +0000 (18:59 -0400)
docs/installation/freebsd_en.md

index ee42b94270624f34d43de4d2661b316ad8c612c7..b5c62bee606f3a3fbf3e33d5544c189a6c529945 100644 (file)
@@ -146,8 +146,8 @@ Let's add auto-renewal to `/etc/daily.local`
 (replace `example.com` with your domain):
 
 ```
-/usr/pkg/bin/sudo -Hu nginx -g nginx \
-    /usr/pkg/sbin/acme.sh -r \
+/usr/pkg/bin/sudo -Hu www -g www \
+    /usr/local/sbin/acme.sh -r \
     -d example.com \
     --cert-file /etc/nginx/tls/cert \
     --key-file /etc/nginx/tls/key \
@@ -175,25 +175,22 @@ Copy the startup script to the correct location and make sure it's executable:
 # chmod +x /usr/local/etc/rc.d/pleroma
 ```
 
-Update the `/etc/rc.conf` file with the following command:
+Update the `/etc/rc.conf` and start pleroma with the following commands:
 
 ```
 # sysrc pleroma_enable=YES
+# service pleroma start
 ```
 
 Now you can start pleroma with `# service pleroma start`.
 
 ## Conclusion
 
-Restart nginx with `# /etc/rc.d/nginx restart` and you should be up and running.
+Restart nginx with `# service nginx restart` and you should be up and running.
 
 Make sure your time is in sync, or other instances will receive your posts with
 incorrect timestamps. You should have ntpd running.
 
-#### Further reading
-
-{! backend/installation/further_reading.include !}
-
 ## Questions
 
 Questions about the installation or didn’t it work as it should be, ask in [#pleroma:matrix.org](https://matrix.heldscal.la/#/room/#freenode_#pleroma:matrix.org) or IRC Channel **#pleroma** on **Freenode**.