From ff0906b542b5712fb5404d4eaec06058a832050c Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:20:35 -0400 Subject: [PATCH] fix: add todo in the keys script to start using real iDEVid Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- scripts/keys.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/keys.sh b/scripts/keys.sh index 6465f364..415cd577 100755 --- a/scripts/keys.sh +++ b/scripts/keys.sh @@ -13,7 +13,9 @@ sleep 5 # print for debug docker-compose ps -# test dhcp server +# TODO: start using https://github.com/usnistgov/iDevIDCerts to generate all keys and certificates + +# extract PEM files from the running docker image docker-compose cp bootstrap:/opi.pem /tmp/opi.pem docker-compose cp bootstrap:/tmp/sztpd-simulator/pki/client/end-entity/my_cert.pem /tmp/opi_cert.pem docker-compose cp bootstrap:/tmp/sztpd-simulator/pki/client/end-entity/private_key.pem /tmp/opi_private_key.pem