Skip to content

Commit

Permalink
Update E20240105 TLS nginx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ecsimsw authored Jan 6, 2024
1 parent 7b55886 commit 33cd1da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tip/E20240105 TLS nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sudo apt install certbot python3-certbot-nginx
sudo certbot certonly --standalone -d anime-kr.ecsimsw.com
```

#### If 80 port is already used by dummy
```
sudo lsof -t -i tcp:80 -s tcp:listen | sudo xargs kill
```

```
server {
ssl_certificate /etc/letsencrypt/live/anime-kr.ecsimsw.com/fullchain.pem;
Expand Down

0 comments on commit 33cd1da

Please sign in to comment.