mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Also add bugsnag support to notary-signer. This also changes the 'server.cert_file' and 'server.key_file' parameters to 'server.tls_cert_file' and 'server.tls_key_file', respectively, to match notary-server. Previously, the default alias, which was under the environment variable NOTARY_SERVER_DEFAULT_ALIAS is now also available in the config file in storage.default_alias. The password has not changed. Finally, this removes some of the HSM references in notary-signer. Signed-off-by: Ying Li <ying.li@docker.com>