1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2026-02-15 17:16:57 +00:00

dosc openbsd: add missing acquire certificate instruction for httpd

This commit is contained in:
Phantasm 2024-11-27 21:47:13 +01:00
parent accdefb8db
commit 49c35f8d95
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8

View file

@ -281,6 +281,12 @@ If the configuration is correct, enable and start the `httpd` service:
# rcctl start httpd
```
Acquire certificate:
```
# acme-client example.tld
```
#### relayd
***Skip this section when using nginx***