mirror of https://github.com/docker/docs.git
doc typo fixes
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
parent
e338dd0caa
commit
e1e53c3cc9
|
@ -1,6 +1,6 @@
|
||||||
<!--[metadata]>
|
<!--[metadata]>
|
||||||
+++
|
+++
|
||||||
title = "Notary Serer Configuration File"
|
title = "Notary Server Configuration File"
|
||||||
description = "Specifies the configuration file for Notary Server"
|
description = "Specifies the configuration file for Notary Server"
|
||||||
keywords = ["docker, notary, notary-server, configuration"]
|
keywords = ["docker, notary, notary-server, configuration"]
|
||||||
[menu.main]
|
[menu.main]
|
||||||
|
|
|
@ -32,7 +32,7 @@ generate client SSL certs with basic constraints using OpenSSL.
|
||||||
### Signer storage
|
### Signer storage
|
||||||
|
|
||||||
Notary Signer uses MySQL as a backend for storing the encrypted private keys
|
Notary Signer uses MySQL as a backend for storing the encrypted private keys
|
||||||
that is responsible for. The private keys[wrapped](
|
that is responsible for. The private keys [wrapped](
|
||||||
https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-31#section-4.4)
|
https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-31#section-4.4)
|
||||||
and [encrypted](
|
and [encrypted](
|
||||||
https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-31#section-4.8)
|
https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-31#section-4.8)
|
||||||
|
|
Loading…
Reference in New Issue