diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-27 07:58:15 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-27 07:58:15 +0200 |
commit | 0d8329bd3aea1874f6fd41c066ec45fd73607504 (patch) | |
tree | a839451db8faf8aae678421881053db4171447ed /webserver.conf | |
parent | 5b7e374d60985852a3b7388c0b622865cfb2dfc4 (diff) |
Fix crypt
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webserver.conf b/webserver.conf index 55a1870..5282af1 100644 --- a/webserver.conf +++ b/webserver.conf @@ -29,7 +29,7 @@ <target>/home/ernie/testbox</target> <WEBBOX_NAME>Testbox1</WEBBOX_NAME> <WEBBOX_READONLY>0</WEBBOX_READONLY> - <auth login="abc" password="$6$rounds=2000$HGwnefVabvSkS4Kg$5xYJDIVL7rkMGVVBOHf8/pHTJFKeEDytzS9em6En9qydgUFqbtbOTnTp/HyYk9At4eDL64jGKmbSKNFsXlquI1"/> + <auth login="abc" password="p3p0Jka3YM5Fk"/> </path> <path requested="/blog"> <plugin>weblog</plugin> @@ -45,7 +45,7 @@ <path requested="/cgi-bin"> <plugin>cgi</plugin> <target>/home/ernie/code/webserver/cgi-bin</target> - <auth login="abc" password="$6$rounds=2000$HGwnefVabvSkS4Kg$5xYJDIVL7rkMGVVBOHf8/pHTJFKeEDytzS9em6En9qydgUFqbtbOTnTp/HyYk9At4eDL64jGKmbSKNFsXlquI1"/> + <auth login="abc" password="p3p0Jka3YM5Fk"/> </path> <certpath>/home/ernie/code/webserver/fullchain.pem</certpath> <keypath>/home/ernie/code/webserver/privkey.pem</keypath> |