Merge pull request #70 from RichardScothern/enable-remote-signer

Enable remote signing service
This commit is contained in:
Richard Scothern 2015-07-16 11:34:17 -07:00
commit 52acadc625
2 changed files with 3 additions and 2 deletions

View File

@ -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"
}, },

View File

@ -3,6 +3,7 @@ notaryserver:
dockerfile: notary-server-Dockerfile dockerfile: notary-server-Dockerfile
links: links:
- notarymysql - notarymysql
- notarysigner
ports: ports:
- "8080" - "8080"
- "4443" - "4443"