From: pcarana Date: Mon, 9 Sep 2019 19:02:00 +0000 (-0500) Subject: Update docs structure and content, merge with master. X-Git-Tag: v1.1.0~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70939988a2bf45ecb8d16b67600cedc5cf2d6f3a;p=thirdparty%2FFORT-validator.git Update docs structure and content, merge with master. -Bring the last updates from master (from commit 298c8f9ab0147159e70e47fb7f0766a5bc1b8b31). -Fix background of some images (use white instead of none). -Remove the 'doc' dir and move all its content to root folder, so that the whole documentation can be consulted from the root directory. -Update the documentation index. -Update docs layout references to match the new directory structure. --- diff --git a/README.md b/README.md index 32ee19f3..bb113077 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,35 @@ More documentation at [https://nicmx.github.io/FORT-validator/](https://nicmx.gi ## Usage +Use the following command to run an RTR server that will serve the ROAs resulting from a validation rooted at the trust anchors defined by the TALs contained at directory `--tal`: + +``` +fort \ + --tal \ + --local-repository \ + --server.address \ + --server.port +``` + +Run Fort validator as standalone (perform validation and exit) and print ROAs to CSV file: + +``` +fort \ + --mode standalone \ + --output.roa \ + --tal \ + --local-repository +``` + +Run Fort validator using a [SLURM file](https://tools.ietf.org/html/rfc8416): + ``` fort \ + --slurm \ --tal \ --local-repository \ --server.address \ --server.port ``` -An RTR server will serve the ROAs resulting from a validation rooted at the trust anchors defined by the TALs contained at directory `--tal`. +Visit the [Usage](https://nicmx.github.io/FORT-validator/usage.html) section at the docs to know all the possible Fort configurations, these are some usage examples. \ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 28c70181..fbc8a4d0 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -10,10 +10,9 @@ - + - - + @@ -23,15 +22,9 @@
@@ -43,21 +36,9 @@