From 09ebdc9c6d36f794da21cbe1b27c0e3c02443c44 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jul 2025 15:22:14 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 7cd997f0..afe358d2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1353,6 +1353,7 @@ GUI(){ certrenew) CERTRENEW;; delcert) DEL-SSL ${2};; certs) LISTCERTS ${2} ${3} ${4} ${5} ${6};; + copycerts) COPYCERTS ${2} ${3} ${4} ${5};; listcerts-npm) LISTCERTS_NPM;; copynpmcerts) COPYCERTS_NPM ${2};; checknpmcerts) CHECK_NPMCERTS;;