openbsd relayd: clarify certificate naming
This commit is contained in:
parent
9b39065595
commit
427db32603
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue