Clarify that you need config-next for ACMEv2 testing. (#3341)

This commit is contained in:
Daniel McCarney 2018-01-08 12:53:02 -05:00 committed by Jacob Hoffman-Andrews
parent aae455da21
commit 4d7d2e5985
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ We recommend having **at least 2GB of RAM** available on your Docker host. In
practice using less RAM may result in the MariaDB container failing in
non-obvious ways.
By default Boulder is configured to track the production Let's Encrypt
environment. To run Boulder with new features enabled to track the
staging environment (and to test ACME v2 support), edit `docker-compose.yml` to
change `BOULDER_CONFIG_DIR` to `test/config-next`.
To start Boulder in a Docker container, run:
docker-compose up