repo: tlswrap
action: commit
revision: 
path_from: 
revision_from: 95454e69cf86bae1bfc0aaf0c015b88aa003b9aa:
path_to: 
revision_to: 
git.thebackupbox.net
tlswrap
git clone git://git.thebackupbox.net/tlswrap
commit 95454e69cf86bae1bfc0aaf0c015b88aa003b9aa
Author: epoch 
Date:   Mon Apr 8 08:49:41 2024 +0000

    note about how to setup the per-SNI certs

diff --git a/README b/README
index 901c3ff90c3259cd8ba4f922168b2c55592917b1..
index ..9e9ed68a80bce89c9569370adb6d044ff8b17df5 100644
--- a/README
+++ b/README
@@ -50,3 +50,13 @@ make
 ## to install:

 make install
+
+## to configure certs per SNI
+
+create a directory to match against the servername.
+
+/etc/tlswrap/thebackupbox.net
+or, if you have a wildcard cert
+/etc/tlswrap/*.thebackupbox.net
+inside of this dir create two files named "cert" and "key"
+if the SNI fails to find a subdir, it falls back to what was specified on the command line.

-----END OF PAGE-----