...

Text file src/github.com/prometheus/alertmanager/cluster/testdata/certs/node1-csr.json

Documentation: github.com/prometheus/alertmanager/cluster/testdata/certs

     1{
     2  "CN": "system:server",
     3  "key": {
     4    "algo": "rsa",
     5    "size": 2048
     6  },
     7  "names": [
     8    {
     9      "C": "AU",
    10      "L": "Melbourne",
    11      "O": "system:node1",
    12      "OU": "massl",
    13      "ST": "Victoria"
    14    }
    15  ]
    16}

View as plain text