Skip to content

Commit 78d3b97

Browse files
committed
finish regen
1 parent f5aca39 commit 78d3b97

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ provider restapi {
4444

4545
## OpenZiti Authentication
4646

47-
You must provide at least one of `cacerts_file` or `cacerts_string` with the OpenZiti Controller's CA bundle as PEM
47+
You must provide at least one of `cacerts_file` or `cacerts_string` with the OpenZiti Controller's CA bundle as PEM.
48+
4849
You must provide at least one of (`ziti_username` and `ziti_password`) or ((`cert_file` or `cert_string`) and (`key_file` or `key_string`)).
4950

5051
You must have an `updb` Authenticator to use password auth.
52+
5153
You must have a `cert` Authenticator and compatible Authentication Policy to use cert auth.
5254

5355
<!-- schema generated by tfplugindocs -->

templates/index.md.tmpl

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ You'll probably need to get the provider configuration from remote state provide
1717

1818
## OpenZiti Authentication
1919

20-
You must provide at least one of `cacerts_file` or `cacerts_string` with the OpenZiti Controller's CA bundle as PEM
20+
You must provide at least one of `cacerts_file` or `cacerts_string` with the OpenZiti Controller's CA bundle as PEM.
21+
2122
You must provide at least one of (`ziti_username` and `ziti_password`) or ((`cert_file` or `cert_string`) and (`key_file` or `key_string`)).
2223

2324
You must have an `updb` Authenticator to use password auth.
25+
2426
You must have a `cert` Authenticator and compatible Authentication Policy to use cert auth.
2527

2628
{{ .SchemaMarkdown | trimspace }}

0 commit comments

Comments
 (0)