Skip to content

Commit

Permalink
Merge pull request #109 from snyk/docs/internal-cert-update
Browse files Browse the repository at this point in the history
docs: update reference to internal cert
  • Loading branch information
adrukh authored Mar 11, 2018
2 parents a1c1e72 + e7fbe30 commit dd4e4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ docker run --restart=always \

Note that `BROKER_CLIENT_URL` now has the HTTPS scheme.

#### SCM with a self-signed certificate
#### SCM with an internal certificate

The broker client establishes HTTPS connections to the SCM. If your SCM is serving a self-signed certificate, you can provide the CA certificate to the broker client.
By default, the broker client establishes HTTPS connections to the SCM. If your SCM is serving an internal certificate (signed by your own CA), you can provide the CA certificate to the broker client.

For example, if your CA certificate is at `./private/ca.cert.pem`, provide it to the docker container by mounting the folder and using the `CA_CERT` environment variable:

Expand Down

0 comments on commit dd4e4b6

Please sign in to comment.