File: pebble.1

package info (click to toggle)
pebble 2.6.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: python: 159; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH PEBBLE 1
.SH NAME
pebble \- ACME (RFC 8555) test server
.SH SYNOPSIS
.B pebble
[\fB\-config\fR \fIstring\fR]
[\fB\-dnsserver\fR \fIstring\fR]
[\fB\-strict\fR]
.SH DESCRIPTION
.B pebble
is a miniature version of Boulder that can assist in the
development and testing of ACME clients against the standard without
having to setup a full production-capable ACME server.
.PP
pebble is NOT designed for production use and is for testing only.  By
design, it will drop all of its state between invocations and will
randomize keys and certificates used for issuance!
.SH OPTIONS
.TP
.BR \-config\ \fIstring\fR
File path to the Pebble configuration file (default
"test/config/pebble-config.json")
.TP
.BR \-dnsserver\ \fIstring\fR
Define a custom DNS server address (ex: 192.168.0.56:5053 or
8.8.8.8:53).
.TP
.BR \-strict
Enable strict mode to test upcoming API breaking changes