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!
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

13 řádky
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 &