Commit Graph

14 Commits

Author SHA1 Message Date
Jeff Hodges cfcd6dfc88 remove pkcs11 tag for build and test scripts
With #525 in place, we no longer need to worry about setting the pkcs11
tag everywhere.
2015-07-24 16:33:05 -07:00
Jakub Warmuz 247d18a390
Fix hyphens in letsencrypt install command.
Corresponds to https://github.com/letsencrypt/letsencrypt/pull/600.
2015-07-11 05:39:18 +00:00
Jakub Warmuz 95503a058d
Update installation command for letsencrypt client.
Corresponds to https://github.com/letsencrypt/letsencrypt/pull/598
2015-07-10 22:25:29 +00:00
William Budington 76d76d33cd Adding integration tests.
Travis:
  * Downloads the Let's Encrypt client
  * Installs system requirements for client
  * Sets up virtualenv

Dockerfile:
  * Buildout for development
  * Includes numerous pacakges needed for integration testing
    (including all of the above in Travis)

test.sh:
  * If no path is defined for the LE client
    * Download the Let's Encrypt client
    * Set up virtualenv

test/amqp-integration-test.py:
  * Run client test with sensible defaults
  * One test: auth for foo.com
2015-06-19 12:18:23 -07:00
William Budington ac89e70a3d Fix Dockerfile:
* Add dependencies
  * Fix reference to renamed boulder-config.json
  * Remove unnecessary mkdir
  * Add proper tags for `go install`
  * Run rsyslogd before boulder daemon
2015-06-15 14:15:34 -07:00
Roland Shoemaker 32ad3eaf96 add note about lexicographic order 2015-04-06 01:19:12 -07:00
Jacob Hoffman-Andrews dc68fd4fe1 Update README and remove Nut.toml. 2015-03-26 14:28:58 -07:00
J.C. Jones ccaac03eb3 Dockerfile update & don't bail out of tests early
- Also added "policy" to the test list. It got forgotten.
2015-03-25 17:11:16 -07:00
J.C. Jones 29d110cc7b Issue #50: Update Dockerfile and README for the new cmd splitup 2015-03-23 12:54:05 -07:00
J.C. Jones e604b8edb9 Update per spec
- Spec says the Challenge objects contain a field "Validated" not "Completed."
- The Challenge object says "Validated" should be omitempty, but wasn't a pointer.
  - Swapped to using pointers so it will not be "completed":"0001-01-01T00:00:00Z"
  - Sort of related to [Issue #71 in Acme-Spec](https://github.com/letsencrypt/acme-spec/issues/71)
- Remove commented-out line from Dockerfile (whoops)
2015-03-20 15:37:53 -07:00
J.C. Jones 59d449d221 Fix Dockerfile for refactor. 2015-03-16 10:53:42 -07:00
J.C. Jones 7a33e1505c Update Dockerfile to use "go install" for consistency upstream. 2015-02-17 16:25:24 -07:00
J.C. Jones 09a1c06e72 Change Dockerfile to use ENTRYPOINT. 2015-02-09 16:08:05 -07:00
J.C. Jones b662a4c8d0 Initial Docker container support.
The container hosting is at https://quay.io/repository/letsencrypt/boulder .
2015-02-03 14:35:50 -07:00