You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xit-ntri/REF/deploy/ntri/ssl/bin/generate-ssl-cert-refresh.bat

15 lines
327 B
Batchfile

@echo off
setlocal
echo ####################################################
echo "SSL 인증서 갱신"을 시작 합니다.
echo ####################################################
call ./conf/ssl-cert.bat
call ./conf/ssl-file-backup.bat
echo.
echo SSL 인증서 갱신을 완료 하였습니다.
echo.
echo SSL 인증서 갱신을 종료 합니다.
pause