mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-18 07:14:03 +02:00
16 lines
213 B
JSON
16 lines
213 B
JSON
{
|
|
"CN": "localhost",
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "FR",
|
|
"L": "Paris",
|
|
"O": "Crowdsec",
|
|
"OU": "bouncer-ou",
|
|
"ST": "France"
|
|
}
|
|
]
|
|
}
|