path: "" # an empty string here means all files in the project
values:
layout: "default"
+ image: "/img/logo_validador_og.png"
fort-latest-version: 1.3.0
+plugins:
+ - jekyll-seo-tag
+#SEO configuration
+title: "FORT Validator - RPKI Relying Party"
+tagline: "FORT Validator is a RPKI Relying Party"
+description: "FORT validator is a RPKI Relying Party. It is a service that performs the validation of the entire RPKI repository, and which serves the resulting ROAs for easy access by your routers."
+lang: en
+twitter:
+ card: summary
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
- <title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link href="./css/screen.css" rel="stylesheet" type="text/css">
<meta name="robots" content="index,follow">
+ {% seo %}
</head>
<body>
---
title: Incidence
+description: The incidence section of Fort's configuration file is a means to modify its behavior upon encountering profile violations that, from experience, are often overlooked.
---
# {{ page.title }}
---
title: Home
+descrption: FORT validator is an MIT-licensed RPKI Relying Party, this is a tool offered as part of the FORT project. It is a service that performs the validation of the entire RPKI repository, and which serves the resulting ROAs for easy access by your routers.
---
# {{ page.title }}
---
title: Compilation and Installation
+description: Guide to compile and install FORT Validator.
---
# {{ page.title }}
---
title: Introduction to Fort
+description: FORT Validator is a command line application intended for UNIX operating systems, written in C.
---
# {{ page.title }}
---
title: Introduction to RPKI
+description: The RPKI (Resource Public Key Infrastructure) is a PKI (Public Key Infrastructure) that deals with Internet Resources. (In this context, “resource” refers to IP Addresses and AS numbers.)
---
# {{ page.title }}
---
title: Logging
command: fort
+description: This is a guide to configure and use the logging attributes of FORT Validator.
url-log-enabled: "[`--log.enabled`](usage.html#--logenabled)"
url-log-level: "[`--log.level`](usage.html#--loglevel)"
url-log-output: "[`--log.output`](usage.html#--logoutput)"
---
title: Routers
+description: Configuration guide for FORT Validator interaction with routers through RTR protocol.
---
# {{ page.title }}
---
title: Basic Usage
+description: This is probably all you need, an RTR server will serve the ROAs resulting from a validation rooted at the trust anchors defined by the TALs contained at directory '--tal'.
---
# {{ page.title }}
---
title: SLURM
+description: "Use SLURM to modify the RPKI assertions validated and published by an RTR server"
---
# {{ page.title }}
---
title: Program Arguments
command: fort
+description: Guide to use arguments of FORT Validator.
---
# {{ page.title }}