Adding additional comment to enable the shared system certificates store.
Signed-off-by: Avi Miller <avi.miller@oracle.com>master
							parent
							
								
									9c3c50faff
								
							
						
					
					
						commit
						b27d479ad5
					
				| 
						 | 
					@ -78,9 +78,12 @@ Usually, on Ubuntu this is done with:
 | 
				
			||||||
    cp auth/domain.crt /usr/local/share/ca-certificates/myregistrydomain.com.crt
 | 
					    cp auth/domain.crt /usr/local/share/ca-certificates/myregistrydomain.com.crt
 | 
				
			||||||
    update-ca-certificates
 | 
					    update-ca-certificates
 | 
				
			||||||
 | 
					
 | 
				
			||||||
... and on RedHat with:
 | 
					... and on Red Hat (and its derivatives) with:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    cp auth/domain.crt /etc/pki/ca-trust/source/anchors/myregistrydomain.com.crt
 | 
					    cp auth/domain.crt /etc/pki/ca-trust/source/anchors/myregistrydomain.com.crt
 | 
				
			||||||
    update-ca-trust
 | 
					    update-ca-trust
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					... On some distributions, e.g. Oracle Linux 6, the Shared System Certificates feature needs to be manually enabled:
 | 
				
			||||||
 | 
					    $ sudo update-ca-trust enable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Now restart docker (`service docker stop && service docker start`, or any other way you use to restart docker).
 | 
					Now restart docker (`service docker stop && service docker start`, or any other way you use to restart docker).
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue