Remove mention of a third-party service
Signed-off-by: Luke Carpenter <x@rubynerd.net>master
							parent
							
								
									58e5c619ac
								
							
						
					
					
						commit
						3389ca8fa6
					
				| 
						 | 
				
			
			@ -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:**
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue