Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FitUrRing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wss9
FitUrRing
Commits
0a3776ec
Commit
0a3776ec
authored
7 months ago
by
문경호
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Remove unused line
parent
9d5ace8d
No related branches found
No related tags found
3 merge requests
!20
Feat: Add `openssl` to use https
,
!19
Feat: Set `openssl` settings to website
,
!18
Fix: Remove unused line
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
front/nginx/ssl/setup_ssl.sh
+0
-3
0 additions, 3 deletions
front/nginx/ssl/setup_ssl.sh
with
0 additions
and
3 deletions
front/nginx/ssl/setup_ssl.sh
+
0
−
3
View file @
0a3776ec
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment