From 76e7b3b59d524943b6ccb186ead9bd37369cefc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 15 Jan 2019 20:48:30 +0100 Subject: [PATCH] Fix https certificate location HTTPS were generated in an incorrect location. --- deploy/local/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/local/Makefile b/deploy/local/Makefile index b851b61..89808d1 100644 --- a/deploy/local/Makefile +++ b/deploy/local/Makefile @@ -136,7 +136,7 @@ restart-openedx: ## Restart lms, cms, and workers https_command = docker run --rm -it \ --volume="$(PWD)/../env/letsencrypt/:/openedx/letsencrypt/env/" \ - --volume="$(PWD)/data/letsencrypt/:/etc/letsencrypt/" \ + --volume="$(PWD)/../../data/letsencrypt/:/etc/letsencrypt/" \ -p "80:80" certbot_image = certbot/certbot:latest