Skip to content

Commit

Permalink
Removed echoes for generated certificate files
Browse files Browse the repository at this point in the history
Removed the echo commands for validating the generated certificate
files.

Change-Id: Ic9078ba269b495e0c265e1cf246ca018f35b441f
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/8015
Compute-Verified: jenkins <[email protected]>
Upgrade-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
CS-Verified: jenkins <[email protected]>
Reviewed-by: Igor Stoyanov <[email protected]>
  • Loading branch information
Sergio Sanchez committed Mar 20, 2017
1 parent 47f904a commit 35da927
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions container-images/admiral-agent/tocopy/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ touch /var/log/shellserver.log
if [ ! -f "/agent/server.key" ] && [ ! -f "/agent/server.crt" ]; then
#Generate Admiral Agent server certificate
openssl req -new -newkey rsa:2048 -days 3650 -nodes -sha256 -x509 -subj "/CN=admiral-agent" -keyout /agent/server.key -out /agent/server.crt

echo "server.key"
cat /agent/server.key
echo "server.crt"
cat /agent/server.crt
fi

cat admiral_logo.txt
Expand Down

0 comments on commit 35da927

Please sign in to comment.