Skip to content

Commit 6bacff4

Browse files
committed
Update man page.
1 parent 4e617b8 commit 6bacff4

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

doc/manual/source/man/krillc.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,40 @@ Manually trigger refresh/republish/resync for all CAs
796796

797797
Force all CAs to sync with their repo server
798798

799+
800+
.. subcmd:: test
801+
802+
More complex commands that are useful for testing.
803+
804+
.. subcmd:: add-ca
805+
806+
Adds a new CA and registers it as a child of a local parent with a set
807+
of resources.
808+
809+
*OPTIONS*
810+
811+
.. option:: -c <CA>, --ca=<CA>
812+
813+
Name of the CA to add.
814+
815+
.. option:: -p <CA>, --parent=<CA>
816+
817+
Name of the CA that should become the parent of the new CA. This CA
818+
must be a local CA on this Krill instance.
819+
820+
.. option:: -a <ASN>, --asn=<ASN>
821+
822+
The AS resources to be given to the new CA.
823+
824+
.. option:: -4 <IPV4>, --ipv4=<IPV4>
825+
826+
The IPv4 resources to be given to the new CA.
827+
828+
.. option:: -6 <IPV6>, --ipv6=<IPV6>
829+
830+
The IPv6 resources to be given to the new CA.
831+
832+
799833
See also
800834
--------
801835

0 commit comments

Comments
 (0)