mirror of https://github.com/docker/docs.git
17 lines
728 B
Markdown
17 lines
728 B
Markdown
---
|
|
description: Configuring the notary client, server and signer.
|
|
keywords: docker, notary, notary-client, notary-server, notary server, notary-signer, notary signer
|
|
title: 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)
|