Skip to content

Instantly share code, notes, and snippets.

@moxiegirl
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moxiegirl/d50d441aabc8b32d4e5e to your computer and use it in GitHub Desktop.
Save moxiegirl/d50d441aabc8b32d4e5e to your computer and use it in GitHub Desktop.
distribution/pull/686

A certificate issuer may supply you with an intermediate certificate. In this case, you must combine your certificate with the intermediate's to form a certificate bundle. You can do this using the cat command:

$ cat server.crt intermediate-certificates.pem > server.with-intermediate.crt

You then configure the registry to use your certificate bundle by providing the REGISTRY_HTTP_TLS_CERTIFICATE environment variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment