From 5f830084a40282444dca95e60f2feb3667623e16 Mon Sep 17 00:00:00 2001 From: Rich Compton Date: Mon, 24 Apr 2023 05:52:17 -0600 Subject: [PATCH] Update cli.rst (#7) Added in a note that removing the child does not remove the child CA and that the child CA must be deleted. --- source/cli.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/cli.rst b/source/cli.rst index 71e9422..f378e78 100644 --- a/source/cli.rst +++ b/source/cli.rst @@ -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