mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 19:48:59 +02:00
* Exemples -> Examples * Exemples -> Examples * Uppercase * Uppercase v2 * Uppercase v3 * Uppercases * Another one * Add whoami because .gitignore is ignoring conf folder
22 lines
333 B
JSON
22 lines
333 B
JSON
{
|
|
"CN": "crowdsec",
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "FR",
|
|
"L": "Paris",
|
|
"O": "Crowdsec",
|
|
"OU": "bouncer-ou",
|
|
"ST": "France"
|
|
}
|
|
],
|
|
"hosts": [
|
|
"127.0.0.1",
|
|
"localhost",
|
|
"crowdsec"
|
|
]
|
|
}
|