mirror of https://github.com/docker/docs.git
Merge pull request #70 from RichardScothern/enable-remote-signer
Enable remote signing service
This commit is contained in:
commit
52acadc625
|
@ -3,8 +3,8 @@
|
||||||
"addr": ":4443"
|
"addr": ":4443"
|
||||||
},
|
},
|
||||||
"trust_service": {
|
"trust_service": {
|
||||||
"type": "local",
|
"type": "remote",
|
||||||
"hostname": "signer",
|
"hostname": "notarysigner",
|
||||||
"port": "7899",
|
"port": "7899",
|
||||||
"tls_ca_file": "./fixtures/root-ca.crt"
|
"tls_ca_file": "./fixtures/root-ca.crt"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,6 +3,7 @@ notaryserver:
|
||||||
dockerfile: notary-server-Dockerfile
|
dockerfile: notary-server-Dockerfile
|
||||||
links:
|
links:
|
||||||
- notarymysql
|
- notarymysql
|
||||||
|
- notarysigner
|
||||||
ports:
|
ports:
|
||||||
- "8080"
|
- "8080"
|
||||||
- "4443"
|
- "4443"
|
||||||
|
|
Loading…
Reference in New Issue