We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6342526 commit 1a41e71Copy full SHA for 1a41e71
test/CMakeLists.txt
@@ -49,7 +49,7 @@ if(HTTPLIB_IS_USING_OPENSSL)
49
COMMAND_ERROR_IS_FATAL ANY
50
)
51
execute_process(
52
- COMMAND ${OPENSSL_COMMAND} req -x509 -config ${CMAKE_CURRENT_LIST_DIR}/test.conf -key key.pem -sha256 -days 3650 -nodes -out cert2.pem -extensions SAN
+ COMMAND ${OPENSSL_COMMAND} req -x509 -new -config ${CMAKE_CURRENT_LIST_DIR}/test.conf -key key.pem -sha256 -days 3650 -nodes -out cert2.pem -extensions SAN
53
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
54
55
0 commit comments