From ab110f2863c4c1d37175159d421d75bd1dabb8c5 Mon Sep 17 00:00:00 2001 From: job Date: Thu, 3 Nov 2022 00:44:13 +0000 Subject: [PATCH] Add notion of ASPA --- usr.sbin/rpki-client/rpki-client.8 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/usr.sbin/rpki-client/rpki-client.8 b/usr.sbin/rpki-client/rpki-client.8 index 2e1af14c767..320c08b9ebe 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.75 2022/11/02 12:46:49 job Exp $ +.\" $OpenBSD: rpki-client.8,v 1.76 2022/11/03 00:44:13 job Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" @@ -14,12 +14,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 2 2022 $ +.Dd $Mdocdate: November 3 2022 $ .Dt RPKI-CLIENT 8 .Os .Sh NAME .Nm rpki-client -.Nd RPKI validator to support BGP Origin Validation +.Nd RPKI validator to support BGP Routing Security .Sh SYNOPSIS .Nm .Op Fl BcjnoRrVv @@ -42,7 +42,7 @@ The .Nm utility queries the RPKI repository system with -a built-in HTTP client and +a built-in HTTPS client and .Xr openrsync 1 to fetch all X.509 certificates, manifests, and revocation lists under a given .Em Trust Anchor . @@ -53,9 +53,10 @@ by constructing and verifying a certification path for the certificate associated with the Object (including checking relevant CRLs). .Nm produces lists of the -.Em Validated ROA Payloads Pq VRPs -and +.Em Validated ROA Payloads Pq VRPs , .Em BGPsec Router Keys Pq BRKs +and +.Em Autonomous System Provider Authorizations Pq VAPs in various formats. .Pp The options are as follows: -- 2.20.1