Update csr.sh

This commit is contained in:
2018-01-08 08:49:56 -05:00
parent 516b2b6412
commit 7db384cc17

2
csr.sh
View File

@@ -1,7 +1,7 @@
#!/bin/bash
if [ $# -eq 0 ]; then
read -p 'Please enter a Hostname: ' HOSTNAMES
read -p 'Please enter Hostnames to generate CSRs for: ' HOSTNAMES
elif [ $# -gt 0 ]; then
HOSTNAMES=$@
fi