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 ]]