From d8c4d84dc75300c6d4d8b0adceafa33741960b92 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 27 Sep 2025 18:38:35 +0200 Subject: added http lib, working on AI invoice importing --- libs/cpp-httplib/test/test.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libs/cpp-httplib/test/test.conf (limited to 'libs/cpp-httplib/test/test.conf') diff --git a/libs/cpp-httplib/test/test.conf b/libs/cpp-httplib/test/test.conf new file mode 100644 index 0000000..1cf7d63 --- /dev/null +++ b/libs/cpp-httplib/test/test.conf @@ -0,0 +1,21 @@ +[req] +default_bits = 2048 +distinguished_name = req_distinguished_name +attributes = req_attributes +prompt = no +output_password = mypass + +[req_distinguished_name] +C = US +ST = Test State or Province +L = Test Locality +O = Organization Name +OU = Organizational Unit Name +CN = Common Name +emailAddress = test@email.address + +[req_attributes] +challengePassword = 1234 + +[SAN] +subjectAltName=IP:127.0.0.1 -- cgit v1.2.3-70-g09d2