diff options
author | 2019-08-20 16:02:57 +0000 | |
---|---|---|
committer | 2019-08-20 16:02:57 +0000 | |
commit | b41f82ad879c855e8ab9ab6f8abddf47b554993d (patch) | |
tree | ae002786c1c0bb966ea5428439e9d5d52ebacf4b | |
parent | Change the arguments to rpki-client a bit. Instead of listing all TAL files (diff) | |
download | wireguard-openbsd-b41f82ad879c855e8ab9ab6f8abddf47b554993d.tar.xz wireguard-openbsd-b41f82ad879c855e8ab9ab6f8abddf47b554993d.zip |
Adjust manpage. Document -t tal and the new output argument. Also remove
some of the comments for sections that will never ever be used here.
-rw-r--r-- | usr.sbin/rpki-client/rpki-client.8 | 43 |
1 files changed, 25 insertions, 18 deletions
diff --git a/usr.sbin/rpki-client/rpki-client.8 b/usr.sbin/rpki-client/rpki-client.8 index 0e4b7c599a9..887478f22ab 100644 --- a/usr.sbin/rpki-client/rpki-client.8 +++ b/usr.sbin/rpki-client/rpki-client.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpki-client.8,v 1.4 2019/08/09 09:50:44 claudio Exp $ +.\" $OpenBSD: rpki-client.8,v 1.5 2019/08/20 16:02:57 claudio Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 9 2019 $ +.Dd $Mdocdate: August 20 2019 $ .Dt RPKI-CLIENT 8 .Os .Sh NAME @@ -24,10 +24,11 @@ for Origin Validation. .Sh SYNOPSIS .Nm -.Op Fl fnqrv +.Op Fl fnrv .Op Fl b Ar bind_addr .Op Fl e Ar rsync_prog -.Ar tal1 tal2 ... +.Op Fl t Ar tal +.Ar output .Sh DESCRIPTION The .Nm @@ -60,40 +61,46 @@ Accept out-of-date manifests. This will still report if a manifest has expired. .It Fl n Assume that all requested repositories exist: don't update. -.It Fl q -Don't emit any Validated RPKI Payloads (VRPs). .It Fl r Don't parse certificate revocation files. This additional step can take a long time. +.It Fl t Ar tal +Specify a trust anchor locator (TAL) file to be used. +This option can be used multiple times to load multiple TALs. +By default +.Nm +will load all TAL files in +.Pa /etc/rpki . .It Fl v Specified once, prints information about status. Twice, prints each filename as it's processed. -.It Ar tal -A trust anchor locator (TAL) file. +.It Ar output +The file +.Nm +will write the +.Li roa-set +to. .El .Pp .Nm produces a list of unique .Li roa-set statements as specified by -.Xr bgpd.conf 5 -on standard output. -.\" The following requests should be uncommented and used where appropriate. -.\" .Sh CONTEXT -.\" For section 9 functions only. -.\" .Sh RETURN VALUES -.\" For sections 2, 3, and 9 function return values only. +.Xr bgpd.conf 5 . .\" .Sh ENVIRONMENT .\" For sections 1, 6, 7, and 8 only. -.\" .Sh FILES +.Sh FILES +.Bl -tag -width "/etc/rpki/*.talXXX" -compact +.It Pa /etc/rpki/*.tal +default TAL files used unless +.Fl t Ar tal +is specified. .Sh EXIT STATUS .Ex -std .\" For sections 1, 6, and 8 only. .\" .Sh EXAMPLES .\" .Sh DIAGNOSTICS .\" For sections 1, 4, 6, 7, 8, and 9 printf/stderr messages only. -.\" .Sh ERRORS -.\" For sections 2, 3, 4, and 9 errno settings only. .Sh SEE ALSO .Xr openrsync 1 , .Xr bgpd.conf 5 |