diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-08-25 17:31:27 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-08-25 17:31:27 +0000 |
commit | b2e05b253b5bcf290f7685eebc7aef84b33f0994 (patch) | |
tree | 3933fe1fa053ba574c6e7dcf9acd2a20052b352f /usr.sbin/rpki-client/rpki-client.8 | |
parent | 1a3ab5c28d7ed61ce88091c13956fbd420c1cba9 (diff) |
In verbose filemode print details about encapsulated certificates.
Add command line flag to print the certificate in PEM format.
OK tb@
Diffstat (limited to 'usr.sbin/rpki-client/rpki-client.8')
-rw-r--r-- | usr.sbin/rpki-client/rpki-client.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/rpki-client.8 b/usr.sbin/rpki-client/rpki-client.8 index 5c30428fb4a..a363d4cdede 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.68 2022/06/30 10:27:52 job Exp $ +.\" $OpenBSD: rpki-client.8,v 1.69 2022/08/25 17:31:26 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: June 30 2022 $ +.Dd $Mdocdate: August 25 2022 $ .Dt RPKI-CLIENT 8 .Os .Sh NAME @@ -34,6 +34,7 @@ .Nm .Op Fl Vv .Op Fl d Ar cachedir +.Op Fl j | p .Op Fl t Ar tal .Fl f .Ar @@ -144,6 +145,8 @@ If the and .Fl j options are not specified this is the default. +.It Fl p +Print the encapsulated X.509 certificate in PEM format. .It Fl R Synchronize via RSYNC only. .It Fl r |