From 2da10b3e9fd3d347d446d0218f74539f486c36f0 Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:41:54 -0400 Subject: [PATCH] fix(sztp): add print Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- sztp/key.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sztp/key.sh b/sztp/key.sh index c1e34f6..0d4d101 100755 --- a/sztp/key.sh +++ b/sztp/key.sh @@ -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 root@172.22.3.2:/mnt/ +echo ==================================