libvault
libvault copied to clipboard
A C++ library for Hashicorp Vault
libvault/lib/json.hpp - perhaps this file should be listed as a 3rd-party or external library as gitsubproject? it can be as a subproject for CMake. Or are there any restrictions that...
Here's the relevant part of the CMakeLists.txt: ```cmake install(TARGETS vault EXPORT libvaultTargets LIBRARY DESTINATION ${CMAKE_INSTALL_DIR} PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/libvault) ``` I'm assuming that this is an oversight as the project uses...
we are trying to use latest 0.62.0 version library and needs some clarification on the usage of TLS connection. I don't see any example on the usage of creating a...