mirror of
https://github.com/distribution/distribution
synced 2025-02-23 06:49:36 +01:00
![]() 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> |
||
---|---|---|
.. | ||
auth_test.go | ||
auth.go | ||
authchallenge.go | ||
config_test.go | ||
config_unix.go | ||
config_windows.go | ||
config.go | ||
endpoint_test.go | ||
endpoint.go | ||
reference.go | ||
registry_mock_test.go | ||
registry_test.go | ||
registry.go | ||
service_v1.go | ||
service_v2.go | ||
service.go | ||
session.go | ||
token.go | ||
types.go |