mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 19:48:59 +02: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
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"signing": {
|
|
"default": {
|
|
"expiry": "8760h"
|
|
},
|
|
"profiles": {
|
|
"intermediate_ca": {
|
|
"usages": [
|
|
"signing",
|
|
"digital signature",
|
|
"key encipherment",
|
|
"cert sign",
|
|
"crl sign",
|
|
"server auth",
|
|
"client auth"
|
|
],
|
|
"expiry": "8760h",
|
|
"ca_constraint": {
|
|
"is_ca": true,
|
|
"max_path_len": 0,
|
|
"max_path_len_zero": true
|
|
}
|
|
},
|
|
"server": {
|
|
"usages": [
|
|
"signing",
|
|
"digital signing",
|
|
"key encipherment",
|
|
"server auth"
|
|
],
|
|
"expiry": "8760h"
|
|
},
|
|
"client": {
|
|
"usages": [
|
|
"signing",
|
|
"digital signature",
|
|
"key encipherment",
|
|
"client auth"
|
|
],
|
|
"expiry": "8760h"
|
|
}
|
|
}
|
|
}
|
|
}
|