IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
262B

  1. image:
  2. pebble: .
  3. jails:
  4. pebble:
  5. image: pebble
  6. ip4.addr: 127.0.11.1
  7. exec.start: |
  8. cd /go/src/github.com/letsencrypt/pebble && \
  9. export PEBBLE_VA_ALWAYS_VALID=1 && \
  10. nohup /go/bin/pebble -config test/config/pebble-config.json &