mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
25 lines
870 B
Markdown
25 lines
870 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "Notary Configuration"
|
|
description = "Configuring the notary client, server and signer."
|
|
keywords = ["docker, notary, notary-client, notary-server, notary server, notary-signer, notary signer"]
|
|
[menu.main]
|
|
identifier="mn_notary_config"
|
|
parent="mn_notary"
|
|
weight=90
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# Notary configuration files
|
|
|
|
This document is for power users of the [notary client](../advanced_usage.md),
|
|
or for those who are [running their own service](../running_a_service.md) who
|
|
want to facilitate CLI interaction or specify custom options.
|
|
|
|
You can configure the following aspects of Notary:
|
|
|
|
* [Notary Client Configuration File](client-config.md)
|
|
* [Notary Server Configuration File](server-config.md)
|
|
* [Notary Signer Configuration File](signer-config.md)
|
|
* [Configuration sections common to the Notary Server and Signer](common-configs.md)
|