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
20 lines
314 B
JSON
20 lines
314 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"
|
|
}
|
|
}
|