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
config.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
config_test.go
config_unix.go
config_windows.go
endpoint.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
endpoint_test.go
reference.go
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
service_v2.go
session.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
token.go
types.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00