dosc openbsd: add missing acquire certificate instruction for httpd

This commit is contained in:
Phantasm 2024-11-27 21:47:13 +01:00
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***