From 427db326032628248b44439d5593f8395b3de428 Mon Sep 17 00:00:00 2001 From: Phantasm Date: Tue, 12 Nov 2024 00:21:33 +0100 Subject: [PATCH] openbsd relayd: clarify certificate naming --- installation/openbsd/relayd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/openbsd/relayd.conf b/installation/openbsd/relayd.conf index 816de6de7..b04f122e1 100644 --- a/installation/openbsd/relayd.conf +++ b/installation/openbsd/relayd.conf @@ -16,7 +16,7 @@ ext_inet="" table { 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 { 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"