Fix port requirement for SSL of docker registry (#5973)
Just bellow my edit the port 443 is used, not the port 5000 as mentioned. This PR fixes that.master
							parent
							
								
									09d8e4bd93
								
							
						
					
					
						commit
						a92ed35ab2
					
				|  | @ -185,7 +185,7 @@ These examples assume the following: | ||||||
| 
 | 
 | ||||||
| - Your registry URL is `https://myregistry.domain.com/`. | - Your registry URL is `https://myregistry.domain.com/`. | ||||||
| - Your DNS, routing, and firewall settings allow access to the registry's host | - Your DNS, routing, and firewall settings allow access to the registry's host | ||||||
|   on port 5000. |   on port 443. | ||||||
| - You have already obtained a certificate from a certificate authority (CA). | - You have already obtained a certificate from a certificate authority (CA). | ||||||
| 
 | 
 | ||||||
| If you have been issued an _intermediate_ certificate instead, see | If you have been issued an _intermediate_ certificate instead, see | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue