Skip to content

Latest commit

 

History

History
123 lines (88 loc) · 2.8 KB

17.RPKI.CA.Configuration.pubd.wiki

File metadata and controls

123 lines (88 loc) · 2.8 KB

TracNav(doc/RPKI/TOC) PageOutline

= [pubd] section = #pubd

pubd's default configuration file is the system `rpki.conf` file. Start pubd with "`-c filename`" to choose a different configuration file. All options are in the "`[pubd]`" section. BPKI certificates and keys may be either DER or PEM format.

== sql-database == #sql-database

MySQL database name for pubd.

== sql-username == #sql-username

MySQL user name for pubd.

== sql-password == #sql-password

MySQL password for pubd.

== publication-base == #publication-base

Root of directory tree where pubd should write out published data. You need to configure this, and the configuration should match up with the directory where you point rsyncd. Neither pubd nor rsyncd much cares -where- you tell them to put this stuff, the important thing is that the rsync URIs in generated certificates match up with the published objects so that relying parties can find and verify rpkid's published outputs.

== server-host == #server-host

Host on which pubd should listen for HTTP service requests.

== server-port == #server-port

Port on which pubd should listen for HTTP service requests.

== bpki-ta == #bpki-ta

Where pubd should look for the BPKI trust anchor. All BPKI certificate verification within pubd traces back to this trust anchor. Don't change this unless you really know what you are doing.

== pubd-cert == #pubd-cert

Where pubd should look for its own BPKI EE certificate. Don't change this unless you really know what you are doing.

== pubd-key == #pubd-key

Where pubd should look for the private key corresponding to its own BPKI EE certificate. Don't change this unless you really know what you are doing.

== irbe-cert == #irbe-cert

Where pubd should look for the back-end control client's BPKI EE certificate. Don't change this unless you really know what you are doing.