Remove mention of a third-party service

Signed-off-by: Luke Carpenter <x@rubynerd.net>
pull/686/head
Luke Carpenter 2015-07-09 23:40:32 +01:00
parent 58e5c619ac
commit 3389ca8fa6
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ docker run -d -p 5000:5000 \
registry:2
```
If the certificate issuer supplies you with an 'intermediate' certificate, such as Gandi, you need to combine your certificate with the intermediates to form a 'certificate bundle'. You can do this using the cat command: ```cat server.crt GandiStandardSSLCA2.pem > server.with-intermediate.crt```. You can then configure the registry to use your certificate bundle with the ```REGISTRY_HTTP_TLS_CERTIFICATE``` environment variable.
If the certificate issuer supplies you with an 'intermediate' certificate, you need to combine your certificate with the intermediates to form a 'certificate bundle'. You can do this using the cat command: ```cat server.crt intermediate-certificates.pem > server.with-intermediate.crt```. You can then configure the registry to use your certificate bundle with the ```REGISTRY_HTTP_TLS_CERTIFICATE``` environment variable.
**Pros:**