Skip to content

Commit

Permalink
Update cli.rst (#7)
Browse files Browse the repository at this point in the history
Added in a note that removing the child does not remove the child CA and that the child CA must be deleted.
  • Loading branch information
racompton committed Apr 24, 2023
1 parent b70a932 commit 5f83008
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/cli.rst
Expand Up @@ -2561,6 +2561,10 @@ as a child.
if you think that the child CA may be temporarily disabled, then you may wish to
"suspend" them instead.

.. Important:: If the child CA was created in krill using the `krillc children add --ca testbed --child newca`
command, this command does not remove the child CA. You must still execute
`krillc delete --ca newca` in order to compelety remove the child CA.

Example CLI / API call:

.. code-block:: text
Expand Down

0 comments on commit 5f83008

Please sign in to comment.