Add scripts 'get_cert_details.sh' and ' get_csr_details.sh'.
This commit is contained in:
@@ -12,7 +12,7 @@ function usage() {
|
||||
|
||||
`basename $0` - Prints out details of the given certificate
|
||||
|
||||
usage: `basename $0` <path-to-certificate>\n"
|
||||
usage: $(basename $0) <path-to-certificate>"
|
||||
|
||||
EOF
|
||||
exit 1
|
||||
@@ -27,7 +27,7 @@ while getopts h opt ; do
|
||||
esac
|
||||
done
|
||||
|
||||
[ $# -ne "1" ] && usage "wrong number of arguments"
|
||||
[ $# -ne "1" ] && usage "Wrong number of arguments"
|
||||
|
||||
cert_file=$1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user