openbsd relayd: clarify certificate naming

This commit is contained in:
Phantasm 2024-11-12 00:21:33 +01:00
commit 427db32603
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8

View file

@ -16,7 +16,7 @@ ext_inet="<ipaddr>"
table <pleroma_server> { 127.0.0.1 }
# Uncomment next line when you want to serve other services than Pleroma.
# Uncomment when you want to serve other services than Pleroma.
# In this example tables are used only as way to differentiate between Pleroma and other services.
# Feel free to rename "httpd_server" everywhere to fit your setup.
#table <httpd_server> { 127.0.0.1 }
@ -30,7 +30,7 @@ http protocol pleroma { # Protocol for upstream Pleroma server
# When serving multiple services with different certificates, specify multiple "tls keypair" keywords
# and add forwards to those services before the block keyword near the bottom of the protocol and relay configurations.
# The string in quotes must match the fullchain certificate file create by acme-client.
# The string in quotes must match the fullchain certificate file created by acme-client without the extension.
# For example:
# tls keypair "pleroma.example.tld"
# tls keypair "example.tld"