• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

letsencrypt / pebble / 1362 / 1
8%
master: 8%

Build:
DEFAULT BRANCH: master
Ran 20 Jun 2019 06:47PM UTC
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Jun 2019 04:27PM UTC coverage: 0.0%. Remained the same
GO111MODULE=on

cron

travis-ci

cpu
CA: allow configuring EE cert OCSP Responder URL (#242)

Pebble is not designed to be an OCSP responder of the certificates it issues,
since it is not its purpose. However, it is easy to setup a proper OCSP
responder alongside it, thanks to the ability to get the intermediate CA
certificate with `/intermediate` and `/intermediate-key` endpoints.

To make this interaction complete, and allow a client (like Certbot) to get
a proper OCSP response status during tests, the certificates generated by Pebble
need to contain an arbitrary OCSP Responder URL.

This PR allows that, by setting a `ocspResponderURL` configuration field. If
set, then Pebble will add to the certificate template the given OCSP Responder
URL, to be included in the certificates when they are generated. If not set
(empty string), the template does not contain the OCSP field.

Typical example is:
`"ocspResponderURL": "http://127.0.0.1:4002 pebble"`

Instruction in README are updated with this new config variable.

0 of 53 relevant lines covered (0.0%)

0.0 hits per line

Source Files on job 1362.1 (GO111MODULE=on)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 270
  • Travis Job 1362.1
  • afbe2db3 on github
  • Prev Job for GO111MODULE=on on master (#1361.1)
  • Next Job for GO111MODULE=on on master (#1377.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc