From 78c23a71a56164e85a4e7e01a08ba32c917bf0e0 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Mon, 1 Oct 2018 09:57:01 -0400 Subject: [PATCH] Fix directory URL protocol (#170) Thanks to @shred for catching my error! :eagle: :eye: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d1dff3a..7520128d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ pebble -config ./test/config/pebble-config.json ``` Afterwards you can access the Pebble server's ACME directory -at `http://localhost:14000/dir`. +at `https://localhost:14000/dir`. ### Docker Image