mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-07 10:07:40 +02:00
42 lines
1.1 KiB
Groff
Executable File
42 lines
1.1 KiB
Groff
Executable File
.TH "krill" "1" "NLnet Labs"
|
|
.SH NAME
|
|
krill - Resource Public Key Infrastructure (RPKI) daemon
|
|
.SH SYNOPSIS
|
|
krill -c, --config <FILE>
|
|
|
|
krill -h, --help
|
|
|
|
krill -V, --version
|
|
.SH DESCRIPTION
|
|
Krill is a free, open source RPKI Certificate Authority that lets you run
|
|
delegated RPKI under one or multiple Regional Internet Registries (RIRs).
|
|
Through its built-in publication server, Krill can publish Route Origin
|
|
Authorizations (ROAs) on your own servers or with a third party.
|
|
|
|
This manual page documents the krill daemon.
|
|
|
|
For more information please consult the online documentation at:
|
|
https://krill.docs.nlnetlabs.nl/en/stable/
|
|
|
|
.SH OPTIONS
|
|
The available options are:
|
|
|
|
.TP
|
|
.BI -c,\ --config\ <FILE>
|
|
Specify the path to the config file to load. If no file is specified, default
|
|
values will be used for all settings.
|
|
|
|
.TP
|
|
.BI -h,\ --help
|
|
Prints help information.
|
|
|
|
.TP
|
|
.BI -V,\ --version
|
|
Prints version information.
|
|
.SH CONFIGURATION FILE
|
|
A sample configuration file showing the default values used by Krill can be
|
|
found at:
|
|
/usr/share/doc/krill/krill.conf
|
|
.SH SEE ALSO
|
|
krillc(1), https://krill.docs.nlnetlabs.nl/
|