moby--moby/registry
Aaron Lehmann d5e2802eae Clarify error message when a .cert file is missing a corresponding key
The daemon uses two similar filename extensions to identify different
kinds of certificates. ".crt" files are interpreted as CA certificates,
and ".cert" files are interprted as client certificates. If a CA
certificate is accidentally given the extension ".cert", it will lead to
the following error message:

    Missing key ca.key for certificate ca.cert

To make this slightly less confusing, clarify the error message with a
note that CA certificates should use the extension ".crt".

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-01-20 11:34:59 -08:00
..
auth.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
auth_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
authchallenge.go Adds support for v2 registry login 2015-01-15 14:04:14 -08:00
config.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
config_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
config_unix.go Check if CertsDir is not empty 2015-11-25 18:12:19 +01:00
config_windows.go Update Windows TP3 registry endpoints 2015-08-07 14:03:46 -07:00
endpoint.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
endpoint_test.go Improve documentation and golint compliance of registry package 2015-07-24 11:55:07 -07:00
reference.go Use notary library for trusted image fetch and signing 2015-07-24 14:08:20 -07:00
registry.go Clarify error message when a .cert file is missing a corresponding key 2016-01-20 11:34:59 -08:00
registry_mock_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
registry_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
service.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
service_v1.go Remove usage of pkg sockets and tlsconfig. 2015-12-29 19:27:12 -05:00
service_v2.go Remove usage of pkg sockets and tlsconfig. 2015-12-29 19:27:12 -05:00
session.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
token.go Registry: remove unwanted return variable name 2015-06-09 10:58:33 +08:00
types.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00