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

     1  {
     2    "CN": "CrowdSec Test CA",
     3    "key": {
     4      "algo": "rsa",
     5      "size": 2048
     6    },
     7    "names": [
     8    {
     9      "C": "FR",
    10      "L": "Paris",
    11      "O": "Crowdsec",
    12      "OU": "Crowdsec",
    13      "ST": "France"
    14    }
    15   ]
    16  }