repo: tlswrap action: commit revision: path_from: revision_from: 95454e69cf86bae1bfc0aaf0c015b88aa003b9aa: path_to: revision_to:
commit 95454e69cf86bae1bfc0aaf0c015b88aa003b9aa Author: epochDate: Mon Apr 8 08:49:41 2024 +0000 note about how to setup the per-SNI certs diff --git a/README b/README
--- 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-----