Skip to content

Commit 9532d37

Browse files
Add glossary definition and tooltip for ROA
1 parent 53331d8 commit 9532d37

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/content/docs/byoip/get-started.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { GlossaryTooltip } from "~/components"
1111
To bring your own IPs, you must work with your account team to understand everything you need to ensure a smooth transition during the onboarding process.
1212

1313
:::note
14-
1514
BYOIP is ingress only.
1615
:::
1716

@@ -27,7 +26,7 @@ There are two major prerequisites before Cloudflare can begin onboarding your IP
2726
- `origin` matching the correct ASN you want to onboard
2827

2928
:::caution[RPKI validation]
30-
You are not required to use <GlossaryTooltip term="Resource Public Key Infrastructure (RPKI)">Resource Public Key Infrastructure (RPKI)</GlossaryTooltip>. However, if you do, make sure your ROAs are accurate. You can use [Cloudflare's RPKI Portal](https://rpki.cloudflare.com/?view=validator) to check your prefixes.
29+
You are not required to use <GlossaryTooltip term="Resource Public Key Infrastructure (RPKI)">Resource Public Key Infrastructure (RPKI)</GlossaryTooltip>. However, if you do, make sure your <GlossaryTooltip term="Route Origin Authorization (ROA)">ROAs</GlossaryTooltip> are accurate. You can use [Cloudflare's RPKI Portal](https://rpki.cloudflare.com/?view=validator) to check your prefixes.
3130
:::
3231

3332
After onboarding, [Border Gateway Protocol (BGP)](https://www.cloudflare.com/learning/security/glossary/what-is-bgp/) announcements for customer prefixes can be controlled with the [Dynamic Advertisement](/byoip/concepts/dynamic-advertisement/) API or via the Cloudflare dashboard.

src/content/glossary/byoip.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ entries:
2323
general_definition: |-
2424
a cryptographic method of signing records that associate a route with an originating autonomous system number.
2525
26+
- term: Route Origin Authorization (ROA)
27+
general_definition: |-
28+
the cryptographically signed object used for Resource Public Key Infrastructure (RPKI) validation.
29+
2630
- term: Unicast Reverse Path Forwarding (uRPF)
2731
general_definition: |-
2832
a security feature that can prevent spoofing attacks.

0 commit comments

Comments
 (0)