From 4967bb187db22c306b981cd9e58dc6365cfb4461 Mon Sep 17 00:00:00 2001 From: hms Date: Wed, 3 Feb 2021 16:24:46 -0800 Subject: [PATCH] added commetn banner to file --- update-NebulaNodeCert | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/update-NebulaNodeCert b/update-NebulaNodeCert index 2166bed..c1874e7 100644 --- a/update-NebulaNodeCert +++ b/update-NebulaNodeCert @@ -1,4 +1,12 @@ #!/bin/bash +###################################################### +# Name: update-NebulaNodeCert +# Description: Creates a new cert for a node based +# on the node cert provided. +# +# Created By: HMSheets +###################################################### + POSITIONAL=() while [[ $# -gt 0 ]]