mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-18 15:24:25 +02:00
19 lines
282 B
JSON
19 lines
282 B
JSON
{
|
|
"CN": "CrowdSec Test CA Intermediate",
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "FR",
|
|
"L": "Paris",
|
|
"O": "Crowdsec",
|
|
"OU": "Crowdsec Intermediate",
|
|
"ST": "France"
|
|
}
|
|
],
|
|
"ca": {
|
|
"expiry": "42720h"
|
|
}
|
|
}
|