File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
799833See also
800834--------
801835
You can’t perform that action at this time.
0 commit comments