github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/cli/e2e/testdata/notary-evil/notary-config.json (about) 1 { 2 "server": { 3 "http_addr": "evil-notary-server:4444", 4 "tls_key_file": "./notary-server.key", 5 "tls_cert_file": "./notary-server.cert" 6 }, 7 "trust_service": { 8 "type": "local", 9 "hostname": "", 10 "port": "", 11 "key_algorithm": "ed25519" 12 }, 13 "logging": { 14 "level": "debug" 15 }, 16 "storage": { 17 "backend": "memory" 18 } 19 }