diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-01-19 16:33:37 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-01-19 16:33:37 +0000 |
commit | 9dd08c9bcaaaaf2375480c6959dcb462eb84353d (patch) | |
tree | 967cc26b78162cb49a94196eb53d010c164aa321 /usr.sbin/rpki-client | |
parent | 3a9e0f7d599c015b201d2be595c1f0e3d7b6553a (diff) |
Document the -f file inspection function
Diffstat (limited to 'usr.sbin/rpki-client')
-rw-r--r-- | usr.sbin/rpki-client/rpki-client.8 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/rpki-client.8 b/usr.sbin/rpki-client/rpki-client.8 index b6a034a8bd4..c7320e5d68f 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.51 2021/12/03 08:40:07 job Exp $ +.\" $OpenBSD: rpki-client.8,v 1.52 2022/01/19 16:33:36 job 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: December 3 2021 $ +.Dd $Mdocdate: January 19 2022 $ .Dt RPKI-CLIENT 8 .Os .Sh NAME @@ -26,6 +26,7 @@ .Op Fl b Ar sourceaddr .Op Fl d Ar cachedir .Op Fl e Ar rsync_prog +.Op Fl f Ar file .Op Fl s Ar timeout .Op Fl T Ar table .Op Fl t Ar tal @@ -92,6 +93,16 @@ It must accept the and .Fl -address flags and connect with rsync-protocol locations. +.It Fl f Ar file +Validate the +.Em Signed Object +in +.Ar file +against the RPKI cache stored in +.Ar cachedir +and print human-readable information about the object. +This option implies +.Fl n . .It Fl j Create output in the file .Pa json |