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