mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2025-11-08 15:15:05 +01:00
* 📝 Add documentation exemple 4 for vm binary usage * :hammer:Update binary version * 🔨 update * 🔨 update * 🚧 Working Crowdsec with tls auth * 🐛 Add changes to download the plugin from the service * 🔧 Add config middle for https * 🔧 Update config for the exemple * 🔧 Add conf for certs, working example * 📝 Add doc for binary vm Readme * 📝 update documentation for exemple and make * 🚨 Fix lint * 🚨 Fix Lint End of File
21 lines
309 B
JSON
21 lines
309 B
JSON
{
|
|
"CN": "localhost",
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "FR",
|
|
"L": "Paris",
|
|
"O": "Crowdsec",
|
|
"OU": "Crowdsec Server",
|
|
"ST": "France"
|
|
}
|
|
],
|
|
"hosts": [
|
|
"127.0.0.1",
|
|
"localhost"
|
|
]
|
|
}
|