Skip to content
Snippets Groups Projects
Commit 0a3776ec authored by 문경호's avatar 문경호
Browse files

Fix: Remove unused line

parent 9d5ace8d
No related branches found
No related tags found
3 merge requests!20Feat: Add `openssl` to use https,!19Feat: Set `openssl` settings to website,!18Fix: Remove unused line
......@@ -40,9 +40,6 @@ generate_and_move_ssl_certificates() {
echo "SSL 인증서 발급 중... 도메인: $domains"
mkcert $domains
# SSL 디렉토리 생성
mkdir -p "$ssl_dir"
# 인증서 파일 이름 변경 및 이동
mv "localhost+1.pem" "fullchain.pem"
mv "localhost+1-key.pem" "privkey.pem"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment