Fix directory URL protocol (#170)

Thanks to @shred for catching my error! 🦅 👁️
This commit is contained in:
Daniel McCarney 2018-10-01 09:57:01 -04:00 committed by Jacob Hoffman-Andrews
parent 32c1c6296b
commit 78c23a71a5
1 changed files with 1 additions and 1 deletions

View File

@ -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