From feadaa6c56efdb248dcb40b19fe31f89b2ca8b98 Mon Sep 17 00:00:00 2001 From: mkontani Date: Tue, 30 Jun 2020 04:32:42 +0900 Subject: [PATCH] docs: fix provisioner type Signed-off-by: mkontani --- docs/provisioners.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/provisioners.md b/docs/provisioners.md index e33dff63..ee54845d 100644 --- a/docs/provisioners.md +++ b/docs/provisioners.md @@ -282,7 +282,7 @@ Below is an example of an X5C provisioner in the `ca.json`: } ``` -* `type` (mandatory): indicates the provisioner type and must be `OIDC`. +* `type` (mandatory): indicates the provisioner type and must be `X5C`. * `name` (mandatory): a string used to identify the provider when the CLI is used. @@ -319,7 +319,7 @@ Below is an example of an SSHPOP provisioner in the `ca.json`: } ``` -* `type` (mandatory): indicates the provisioner type and must be `OIDC`. +* `type` (mandatory): indicates the provisioner type and must be `SSHPOP`. * `name` (mandatory): a string used to identify the provider when the CLI is used. @@ -349,7 +349,7 @@ Below is an example of an ACME provisioner in the `ca.json`: } ``` -* `type` (mandatory): indicates the provisioner type and must be `OIDC`. +* `type` (mandatory): indicates the provisioner type and must be `ACME`. * `name` (mandatory): a string used to identify the provider when the CLI is used. @@ -396,7 +396,7 @@ Below is an example of a K8sSA provisioner in the `ca.json`: } ``` -* `type` (mandatory): indicates the provisioner type and must be `OIDC`. +* `type` (mandatory): indicates the provisioner type and must be `K8sSA`. * `name` (mandatory): a string used to identify the provider when the CLI is used.