File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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 ]
1714server_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 ]
3024server_url = " http://0.0.0.0:9990"
3125ssl_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 ]
4839server_url = " http://0.0.0.0:9998"
4940access_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 ]
7058server_url = " http://0.0.0.0:9998"
7159access_token = " eyJhbGciOiJSUz...jsFgROjPY84GRMmvpYZfyaJbDDql3A"
You can’t perform that action at this time.
0 commit comments