mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-21 08:57:47 +02:00
* 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.
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.