...

Text file src/github.com/docker/cli/e2e/testdata/notary-evil/notary-config.json

Documentation: github.com/docker/cli/e2e/testdata/notary-evil

     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}

View as plain text