diff --git a/cert-check.sh b/cert-check.sh index 375bd73..9340cab 100755 --- a/cert-check.sh +++ b/cert-check.sh @@ -1,6 +1,7 @@ -# cert-check.sh -# +#!/bin/bash +######################################################################## # Copyright (C) 2015 Max Mehl +######################################################################## # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +16,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -#!/bin/bash +######################################################################## +# +# This script checks if given SSL cert, key and csr match each other +# +######################################################################## BASENAME=$(basename $0)