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"
|
||||
},
|
||||
"trust_service": {
|
||||
"type": "local",
|
||||
"hostname": "signer",
|
||||
"type": "remote",
|
||||
"hostname": "notarysigner",
|
||||
"port": "7899",
|
||||
"tls_ca_file": "./fixtures/root-ca.crt"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,7 @@ notaryserver:
|
|||
dockerfile: notary-server-Dockerfile
|
||||
links:
|
||||
- notarymysql
|
||||
- notarysigner
|
||||
ports:
|
||||
- "8080"
|
||||
- "4443"
|
||||
|
|
Loading…
Reference in New Issue