~aleteoryx/muditaos

a19a82a09412f537758d6eb8ff09ae1e044cb9e1 — Lefucjusz 1 year, 6 months ago 8a25c9e
[BH-2004] Update sign server IP address

Updated sign server IP address after
recent Jenkins migration to new machine.
1 files changed, 1 insertions(+), 1 deletions(-)

M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 119,7 119,7 @@ endif ()

option (ENABLE_SECURE_BOOT "Build signed binary for Secure Boot" OFF)
set(SIGN_CLIENT_PATH "${CMAKE_SOURCE_DIR}/../sign_server/key_client" CACHE PATH "signclient.py path")
set(SERVER "https://172.17.0.1:4430" CACHE STRING "sign server address")
set(SERVER "https://10.20.50.10:4430" CACHE STRING "sign server address")

if (NOT ENABLE_SECURE_BOOT)
    # Only enable the build-time boot header in a non-secure configuration,