Skip to content

Commit

Permalink
fix: add todo in the keys script to start using real iDEVid
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored Oct 17, 2023
1 parent 478859f commit ff0906b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff0906b

Please sign in to comment.