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.
17 lines
359 B
Batchfile
17 lines
359 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
|
|
echo ####################################################
|
|
echo "SSL 인증서 신규발행"을 시작합니다.
|
|
echo ####################################################
|
|
call ./conf/ssl-key.bat
|
|
call ./conf/ssl-cert.bat
|
|
echo.
|
|
echo SSL 인증서 발행을 완료 하였습니다.
|
|
echo
|
|
call ./conf/ssl-file-backup.bat
|
|
|
|
echo.
|
|
echo SSL 인증서 발행을 종료 합니다.
|
|
pause |