Files
.github
CMakeModules
dist
externals
SDL
Vulkan-Headers
cmake-modules
cpp-httplib
cmake
example
test
fuzzing
gtest
proxy
www
www2
www3
Makefile
Makefile.fuzz_test
ca-bundle.crt
image.jpg
test.cc
test.conf
test.rootCA.conf
test.sln
test.vcxproj
test_proxy.cc
CMakeLists.txt
LICENSE
README.md
httplib.h
httplibConfig.cmake.in
meson.build
split.py
cubeb
discord-rpc
dynarmic
ffmpeg
find-modules
getopt
glad
httplib
inih
libressl
libusb
libzip
mbedtls
microprofile
opus
sirit
soundtouch
xbyak
CMakeLists.txt
patches
src
CMakeLists.txt
LICENSE
README.md
license.txt
yuzu/externals/cpp-httplib/test/test.conf

22 lines
590 B
Plaintext
Raw Normal View History

2021-06-21 18:57:28 +02:00
[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