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.rootCA.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libs/cpp-httplib/test/test.rootCA.conf (limited to 'libs/cpp-httplib/test/test.rootCA.conf') diff --git a/libs/cpp-httplib/test/test.rootCA.conf b/libs/cpp-httplib/test/test.rootCA.conf new file mode 100644 index 0000000..9d7037d --- /dev/null +++ b/libs/cpp-httplib/test/test.rootCA.conf @@ -0,0 +1,18 @@ +[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 = Root CA Name +emailAddress = test@email.address + +[req_attributes] +challengePassword = 1234 -- cgit v1.2.3-70-g09d2