[tools] winetest: Add directory to test client certificate authentication.

Hans Leidekker hans at codeweavers.com
Thu Feb 18 07:39:31 CST 2021


This needs the following change inside the SSL VirtualHost section:

<Directory /path/to/winetest/tests/clientcert>
    SSLVerifyClient optional_no_ca
</Directory>

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 winetest/tests/clientcert/index.html | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 winetest/tests/clientcert/index.html

diff --git a/winetest/tests/clientcert/index.html b/winetest/tests/clientcert/index.html
new file mode 100644
index 0000000..bed858b
--- /dev/null
+++ b/winetest/tests/clientcert/index.html
@@ -0,0 +1,4 @@
+<html><body>
+<h1>Hello world!</h1>
+This is a test page for the Wine regression test suite.
+</body></html>
-- 
2.30.0




More information about the wine-devel mailing list