changed bash scripts key/cert generation to openssl lib

This commit is contained in:
tdv
2025-11-14 16:16:40 +02:00
parent e6ed0e6d2f
commit 21088468b7
6 changed files with 821 additions and 52 deletions

View File

@@ -37,6 +37,7 @@ set( HEADERS
src/Services/DeviceControlService.h
src/Services/EnrollmentService.h
src/Security/TlsKeyUtil.h
src/Security/SslCertUtil.h
)
add_executable( ${PROJECT_NAME} ${SOURCES} ${HEADERS} )