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

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