Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:user:nelgin [2024/09/03 11:15] – [Mosquitto, Synchronet and TLS With Self-Signed Certs] more tweaks nelgin | wiki:user:nelgin [2024/09/03 11:22] (current) – [Mosquitto, Synchronet and TLS With Self-Signed Certs] nelgin | ||
---|---|---|---|
Line 128: | Line 128: | ||
openssl x509 -req -in sbbs_mqtt.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out sbbs_mqtt.crt | openssl x509 -req -in sbbs_mqtt.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out sbbs_mqtt.crt | ||
| | ||
- | copy the / | + | copy the / |
cp / | cp / | ||
- | | + | |
cd /sbbs/ctrl | cd /sbbs/ctrl | ||
- | | + | chown bbsuser: |
Replacing bbsuser and bbsgroup with the username/ | Replacing bbsuser and bbsgroup with the username/ | ||