Files
NLnetLabs-krill/pubc
Tim BruijnzeelsandGitHub 83838f55f0 Manage ROAs and Certs under ResourceClass, use KeyState enum for Mft and Crl. (#68)
* Add documentation to test.

* Test that certs are published: fix issue with rcn numbering.

* Moving certificate issuance to the responsible resource class. (#68)

* Push down withdraw of key to ResourceClass. (#65)

* Push down certificate republishing to ResourceClass. (#65)

* Rename and comment for clarity.

* Moving ResourceClassKeys into a separate file keys.rs for clarity.

* Moving publication delta logic to ResourceClass.

* Let ResourceClass have certs and roas, and the keys just have Manifest and CRLs.

* Rename ResourceClassKeys to KeyState.
2019-09-09 07:53:10 +02:00
..
2019-04-11 17:26:00 +02:00

Krill Publication Client

This module provides two client binaries which can be used to publish objects at a publication server:

  • pubc
  • pubc_cms

The first can only be used with a Krill Server, because it relies on a simple JSON over HTTPS API. The second can be used with publication servers that implement RFC8181 and RFC8183.

License

This software is distributed under the Mozilla Public License 2.0. See the LICENSE file included.