Sfoglia il codice sorgente

misc changes

master
HMSheets 3 anni fa
parent
commit
ba9f46a28f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      refresh-NebulaCA

+ 1
- 1
refresh-NebulaCA Vedi File

@@ -125,7 +125,7 @@ if [[ $CERTISCASTATUS == true ]]; then
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
try
(
${ROOTPATH}/nebula-cert sign -name ${CANAME} -out-crt ${ROOTPATH}/${NEWFILENAME}.crt -out-key ${ROOTPATH}/${NEWFILENAME}.key
${ROOTPATH}/nebula-cert sign -name ${CANAME} -out-crt ${ROOTPATH}/${NEWFILENAME}.crt -out-key ${ROOTPATH}/${NEWFILENAME}.key
)
catch || {
help_msg


Caricamento…
Annulla
Salva