github.com/crowdsecurity/crowdsec@v1.6.1/test/bats/testdata/cfssl/server.json (about)

     1  {
     2      "CN": "localhost",
     3      "key": {
     4        "algo": "rsa",
     5        "size": 2048
     6      },
     7      "names": [
     8      {
     9        "C": "FR",
    10        "L": "Paris",
    11        "O": "Crowdsec",
    12        "OU": "Crowdsec Server",
    13        "ST": "France"
    14      }
    15      ],
    16      "hosts": [
    17        "127.0.0.1",
    18        "localhost"
    19      ]
    20    }