aboutsummaryrefslogtreecommitdiff
path: root/files/certreq.sh
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-03-26 13:47:23 -0400
committerB. Stack <bgstack15@gmail.com>2024-03-26 13:47:23 -0400
commitbc761840c1ede052f9368173016346120b21f73f (patch)
tree85ecff73499e7be4c7ebfe73abbdde1e401a718e /files/certreq.sh
parentMerge branch 'add_basic_auth_method_and_passwordfile_input' into 'master' (diff)
downloadcertreq-bc761840c1ede052f9368173016346120b21f73f.tar.gz
certreq-bc761840c1ede052f9368173016346120b21f73f.tar.bz2
certreq-bc761840c1ede052f9368173016346120b21f73f.zip
add license headersHEADmaster
Diffstat (limited to 'files/certreq.sh')
-rwxr-xr-xfiles/certreq.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/certreq.sh b/files/certreq.sh
index 459df53..4a2e468 100755
--- a/files/certreq.sh
+++ b/files/certreq.sh
@@ -2,6 +2,7 @@
# Filename: certreq.sh
# Location: atower201:/etc/ansible/roles/certreq/files/certreq.sh
# Author: bgstack15@gmail.com
+# SPDX-License-Identifier: GPL-3.0-only
# Startdate: 2017-11-17 09:13:53
# Title: Script that Requests a Certificate from a Microsoft Sub-CA
# Purpose: Automate host certificate generation in a domain environment
bgstack15