mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-18 23:41:30 +02:00
16 lines
239 B
JSON
16 lines
239 B
JSON
{
|
|
"CN": "localhost",
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "FR",
|
|
"L": "Paris",
|
|
"O": "Crowdsec",
|
|
"OU": "this-is-not-the-ou-youre-looking-for",
|
|
"ST": "France"
|
|
}
|
|
]
|
|
}
|