Skip to content

Commit

Permalink
fix(sztp): add print
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jun 7, 2024
1 parent 0f246af commit 2da10b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sztp/key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ cp ${MYTMPDIR}/sztpd-simulator/opi.pem ./generated-client/opi.pem
cp ${MYTMPDIR}/sztpd-simulator/pki/client/end-entity/my_cert.pem ./generated-client/opi_cert.pem
cp ${MYTMPDIR}/sztpd-simulator/pki/client/end-entity/private_key.pem ./generated-client/opi_private_key.pem

echo ==================================
echo "Now COPY client files to the remote clients:"
echo scp ./generated-client/opi*.pem [email protected]:/mnt/
echo ==================================

0 comments on commit 2da10b3

Please sign in to comment.