mirror of
https://github.com/docker/docs.git
synced 2026-04-03 09:49:05 +07:00
Changed notary-server to point at new certs
Signed-off-by: Diogo Monica <diogo@docker.com>
This commit is contained in:
@@ -57,8 +57,8 @@ The configuration file must be a json file with the following format:
|
||||
{
|
||||
"server": {
|
||||
"addr": ":4443",
|
||||
"tls_cert_file": "./fixtures/notary.pem",
|
||||
"tls_key_file": "./fixtures/notary.key"
|
||||
"tls_cert_file": "./fixtures/notary-server.pem",
|
||||
"tls_key_file": "./fixtures/notary-server.key"
|
||||
},
|
||||
"logging": {
|
||||
"level": 5
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"server": {
|
||||
"addr": ":4443",
|
||||
"tls_cert_file": "./fixtures/notary.pem",
|
||||
"tls_key_file": "./fixtures/notary.key"
|
||||
"tls_cert_file": "./fixtures/notary-server.pem",
|
||||
"tls_key_file": "./fixtures/notary-server.key"
|
||||
},
|
||||
"trust_service": {
|
||||
"type": "local",
|
||||
"hostname": "signer",
|
||||
"port": "7899",
|
||||
"tls_ca_file": "./fixtures/ca.cert"
|
||||
"tls_ca_file": "./fixtures/root-ca.crt"
|
||||
},
|
||||
"logging": {
|
||||
"level": 5
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"server": {
|
||||
"addr": ":4443",
|
||||
"tls_key_file": "/go/src/github.com/docker/notary/fixtures/notary.key",
|
||||
"tls_cert_file": "/go/src/github.com/docker/notary/fixtures/notary.pem"
|
||||
"tls_key_file": "/go/src/github.com/docker/notary/fixtures/notary-server.key",
|
||||
"tls_cert_file": "/go/src/github.com/docker/notary/fixtures/notary-signer.pem"
|
||||
},
|
||||
"trust_service": {
|
||||
"type": "local",
|
||||
|
||||
Reference in New Issue
Block a user