Merge pull request #305 from mkontani/fix/provisioner-type

docs: fix provisioner type
This commit is contained in:
Mariano Cano 2020-06-29 12:43:02 -07:00 committed by GitHub
commit 900651503e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.