Skip to content

Commit

Permalink
Fix certificate stores doc path
Browse files Browse the repository at this point in the history
  • Loading branch information
eldondev committed Mar 1, 2018
1 parent 16805a9 commit fb803b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/deploy/amazon-api-gw.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ generated certificate you need to configure the `aws.apigw.cert.cn` as follows:
`api-gw-cert.pem` is the certificate generated in the AWS Management Console. `your/cert.pem` and `your/key.pem`
is the certificate/key pair for the HTTPS certificate. Since the Amazon API Gateway certificates don't have the `CA` flag set fabio needs to trust them for the client certificate authentication to work. Otherwise, you will get an `TLS handshake error: failed to verify client's certificate`. See [Issue 108](/eBay/fabio/issues/108) for details.

**Note:** The `aws.apigw.cert.cn` parameter will not be supported in version 1.2 and later which support dynamic certificate stores. You will have to add the `caupgcn=ApiGateway` parameter to the certificate source configuration instead. See [Certificate Stores](/#certificate-stores) for more detail.
**Note:** The `aws.apigw.cert.cn` parameter will not be supported in version 1.2 and later which support dynamic certificate stores. You will have to add the `caupgcn=ApiGateway` parameter to the certificate source configuration instead. See [Certificate Stores](/feature/certificate-stores/) for more detail.
2 changes: 1 addition & 1 deletion docs/content/feature/tcp-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Consul. In addition, fabio needs to be configured to listen on that port:
fabio -proxy.addr ':1234;proto=tcp'
```

TCP proxy support can be combined with [Certificate Stores](./certificate-stores) to provide TLS termination on fabio.
TCP proxy support can be combined with [Certificate Stores](/feature/certificate-stores/) to provide TLS termination on fabio.

```
fabio -proxy.cs 'cs=ssl;type=path;path=/etc/ssl' -proxy.addr ':1234;proto=tcp;cs=ssl'
Expand Down

0 comments on commit fb803b4

Please sign in to comment.