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"
},
"trust_service": {
"type": "local",
"hostname": "signer",
"type": "remote",
"hostname": "notarysigner",
"port": "7899",
"tls_ca_file": "./fixtures/root-ca.crt"
},

View File

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