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