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