Skip to content

Commit 8d40cf0

Browse files
committed
docs: simplify configuration examples
1 parent 032610f commit 8d40cf0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

documentation/docs/configuration.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ By default, the server expects to find:
1010
## Example without authentication
1111

1212
```toml
13-
[kms_config]
14-
print_json = false
15-
1613
[kms_config.http_config]
1714
server_url = "http://0.0.0.0:9998"
1815

@@ -23,9 +20,6 @@ server_url = "http://0.0.0.0:6668"
2320
## Example with PKCS12 authentication
2421

2522
```toml
26-
[kms_config]
27-
print_json = false
28-
2923
[kms_config.http_config]
3024
server_url = "http://0.0.0.0:9990"
3125
ssl_client_pkcs12_path = "../../test_data/certificates/client_server/owner/owner.client.acme.com.p12"
@@ -41,9 +35,6 @@ ssl_client_pkcs12_password = "password"
4135
## Example with OpenID authentication
4236

4337
```toml
44-
[kms_config]
45-
print_json = false
46-
4738
[kms_config.http_config]
4839
server_url = "http://0.0.0.0:9998"
4940
access_token = "eyJhbGciOiJSUz...jsFgROjPY84GRMmvpYZfyaJbDDql3A"
@@ -63,9 +54,6 @@ access_token = "eyJhbGciOiJSUzI1...OjPY84GRMmvpYZfyaJbDDql3A"
6354
## Example with S/MIME Gmail service account configuration for KMS server
6455

6556
```toml
66-
[kms_config]
67-
print_json = false
68-
6957
[kms_config.http_config]
7058
server_url = "http://0.0.0.0:9998"
7159
access_token = "eyJhbGciOiJSUz...jsFgROjPY84GRMmvpYZfyaJbDDql3A"

0 commit comments

Comments
 (0)