Skip to content

Commit

Permalink
Fix directory URL protocol (letsencrypt#170)
Browse files Browse the repository at this point in the history
Thanks to @shred for catching my error! 🦅 👁️
  • Loading branch information
cpu authored and jsha committed Oct 1, 2018
1 parent 32c1c62 commit 78c23a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 78c23a7

Please sign in to comment.