mirror of
https://github.com/bgp/stayrtr.git
synced 2024-05-06 15:54:54 +00:00
Update README.md
This commit is contained in:
@ -57,9 +57,11 @@ $ openssl ec -in private.pem -pubout -outform pem > public.pem
|
|||||||
## Run it
|
## Run it
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ./gortr -bind 127.0.0.1:8282 -cache datasource
|
$ ./gortr -bind 127.0.0.1:8282
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Make sure cf.pub is in the current directory. Or pass `-verify.key=path/to/cf.pub`
|
||||||
|
|
||||||
### Data sources
|
### Data sources
|
||||||
|
|
||||||
Use your own validator, as long as the JSON source follows the following schema:
|
Use your own validator, as long as the JSON source follows the following schema:
|
||||||
@ -82,6 +84,9 @@ Use your own validator, as long as the JSON source follows the following schema:
|
|||||||
* [RIPE](http://localcert.ripe.net:8088/export.json)
|
* [RIPE](http://localcert.ripe.net:8088/export.json)
|
||||||
* [LACNIC](http://ripeval.labs.lacnic.net:8080/export.json)
|
* [LACNIC](http://ripeval.labs.lacnic.net:8080/export.json)
|
||||||
|
|
||||||
|
To use a data source that do not contains signatures or validity information, pass:
|
||||||
|
`-verify=false -checktime=false`
|
||||||
|
|
||||||
### Configure on Juniper
|
### Configure on Juniper
|
||||||
|
|
||||||
Configure a session to the RTR server
|
Configure a session to the RTR server
|
||||||
|
Reference in New Issue
Block a user