diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-11-03 00:44:14 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-11-03 00:44:14 +0000 |
commit | 24e1b0e49bcc6f18d242587bb24396698b8b1a55 (patch) | |
tree | 5c76fcc7ceb8116a8f85caa62b8e4113cc585484 | |
parent | 17c3f5fb4f25bdfecce2507082914bacd56f6d94 (diff) |
Add notion of ASPA
-rw-r--r-- | usr.sbin/rpki-client/rpki-client.8 | 13 |
1 files 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 <kristaps@bsd.lv> .\" @@ -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: |