Skip to content

Commit

Permalink
Update tls_client_key example path
Browse files Browse the repository at this point in the history
Signed-off-by: JimGalasyn <[email protected]>
  • Loading branch information
JimGalasyn committed May 26, 2017
1 parent 68731d1 commit 9a3a73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/client-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ JSON keys to learn more about the configuration section corresponding to that ke
"url": "https://my-notary-server.my-private-registry.com",
"root_ca": "./fixtures/root-ca.crt",
"tls_client_cert": "./fixtures/secure.example.com.crt",
"tls_client_key": "./fixtures/secure.example.com.crt"
"tls_client_key": "./fixtures/secure.example.com.key"
},
<a href="#trust_pinning-section-optional">"trust_pinning"</a>: {
"certs": {
Expand Down Expand Up @@ -67,7 +67,7 @@ Remote server example:
"url": "https://my-notary-server.my-private-registry.com",
"root_ca": "./fixtures/root-ca.crt",
"tls_client_cert": "./fixtures/secure.example.com.crt",
"tls_client_key": "./fixtures/secure.example.com.crt"
"tls_client_key": "./fixtures/secure.example.com.key"
}
```

Expand Down

0 comments on commit 9a3a73e

Please sign in to comment.