Skip to content

Commit

Permalink
Update certs for letsencrypt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb authored Nov 8, 2022
1 parent 348f6e4 commit b7ca5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions camino/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ services:
image: nginx
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- /etc/ssl/certs/designsafe-download01.tacc.utexas.edu.cer:/etc/ssl/api.crt
- /etc/ssl/private/designsafe-download01.tacc.utexas.edu.key:/etc/ssl/api.key
- /etc/letsencrypt/live/designsafe-download01.tacc.utexas.edu/fullchain.pem:/etc/ssl/api.crt
- /etc/letsencrypt/live/designsafe-download01.tacc.utexas.edu/privkey.pem:/etc/ssl/api.key
- /etc/ssl/dhparam.pem:/etc/ssl/dhparam.pem
ports:
- 80:80
Expand Down

0 comments on commit b7ca5c5

Please sign in to comment.