Skip to content

Commit

Permalink
Guide to start only proxy for certs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Jul 16, 2020
1 parent 5ba4671 commit 312f875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/production-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Obtain SSL certificates
Before providing *VODAN in a Box* you need also to get SSL certificates to be able to use HTTPS. We recommend using Let's Encrypt but you can use any other way and change Nginx proxy configuration accordingly.

1. Comment out ``include`` lines at the end of ``proxy/nginx/nginx.conf``
2. Start with ``docker-compose up -d``
2. Start with ``docker-compose up -d proxy``
3. Get certificates for your domains:

- ``sudo certbot certonly --webroot -w ./proxy/letsencrypt -d dsw.your-domain.tld``
Expand Down

0 comments on commit 312f875

Please sign in to comment.