From 9f6c0bb0c05365ff4fbda05c4b18e1ce15299a5c Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 7 Jul 2015 15:26:54 +0300 Subject: [PATCH] update license info and description --- cert-check.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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)