Update certs.inc

This commit is contained in:
2023-11-12 14:35:29 -06:00
parent 2c07c78f8a
commit 3581489a29

View File

@@ -12,7 +12,7 @@ NEWCERT(){
echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert {hostname}${idsCL[Default]} {" echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert {hostname}${idsCL[Default]} {"
width=33 width=33
printf "%-${width}s- %s\n" " -test|-t" "(enables dry-run mode for CertBot)" printf "%-${width}s- %s\n" " -test|-t" "(enables dry-run mode for CertBot)"
printf "%-${width}s- %s\n" " {hostname}" "optional:(enter hostname for new cert, comma-delimited for multiple)" printf "%-${width}s- %s\n" " {hostname}" "(optional: enter hostname for new cert, comma-delimited for multiple)"
echo -e "}\n" echo -e "}\n"
exit 0;; exit 0;;
*) NEW_CERT=${1};; *) NEW_CERT=${1};;