Skip to content

Instantly share code, notes, and snippets.

@mmaassen
mmaassen / certDownload.sh
Created June 20, 2013 13:02
Simple certificate download script
#!/bin/bash
#---------------------------------
# Certificate Downloader
#---------------------------------
if [ $# -eq 0 ]; then
echo -e " [>] Usage: $0 [host] [port]"
exit 1
fi