github.com/crowdsecurity/crowdsec@v1.6.1/test/bats/testdata/cfssl/agent.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": "agent-ou", 13 "ST": "France" 14 } 15 ] 16 }