Compare commits

...

2 Commits

5 changed files with 8 additions and 1 deletions

8
run.sh
View File

@ -3,7 +3,13 @@ echo "0. 실행 중인 모든 컨테이너 종료"
find docker/ -name 'docker-compose*.yml' -exec docker compose -f {} down --remove-orphans \;
echo "0. SSL 인증서 생성"
./keygen.sh
if command -v keytool &> /dev/null
then
echo "keytool이 설치되어 있습니다. keytool을 실행합니다..."
./keygen.sh
else
echo "keytool이 설치되어 있지 않습니다. 업로드된 파일을 그대로 사용합니다."
fi
echo " "
echo "======================"

Binary file not shown.

Binary file not shown.

BIN
ssl/kafka.ca.keystore.jks Normal file

Binary file not shown.

1
ssl/password Normal file
View File

@ -0,0 +1 @@
abcd1234