update license info and description
This commit is contained in:
+8
-3
@@ -1,6 +1,7 @@
|
|||||||
# cert-check.sh
|
#!/bin/bash
|
||||||
#
|
########################################################################
|
||||||
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
|
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
|
||||||
|
########################################################################
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# 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
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
#!/bin/bash
|
########################################################################
|
||||||
|
#
|
||||||
|
# This script checks if given SSL cert, key and csr match each other
|
||||||
|
#
|
||||||
|
########################################################################
|
||||||
|
|
||||||
BASENAME=$(basename $0)
|
BASENAME=$(basename $0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user