update slow start client path to use certbot (#2098)
The slow start guide's "working with a client" section of the README still referenced a `letsencrypt` path instead of the correct `certbot` path when describing sourcing the integration test alias script. This PR updates the path to use certbot.
This commit is contained in:
parent
ffd8e92896
commit
850096ac62
|
|
@ -122,7 +122,7 @@ Working with a client:
|
|||
|
||||
Check out the Certbot client from https://github.com/certbot/certbot and follow the setup instructions there. Once you've got the client set up, you'll probably want to run it against your local Boulder. There are a number of command line flags that are necessary to run the client against a local Boulder, and without root access. The simplest way to run the client locally is to source a file that provides an alias for letsencrypt that has all those flags:
|
||||
|
||||
source ~/letsencrypt/tests/integration/_common.sh
|
||||
source ~/certbot/tests/integration/_common.sh
|
||||
certbot_test certonly -a standalone -d example.com
|
||||
|
||||
Your local Boulder instance uses a fake DNS server that returns 127.0.0.1 for
|
||||
|
|
|
|||
Loading…
Reference in New Issue