Standardize only on ServerAuth keys, per phboneff@

This commit is contained in:
2026-04-29 16:09:13 +02:00
parent fe600687b7
commit a7158b5fe6
+1
View File
@@ -40,6 +40,7 @@ func generateEnv(yamlFile string, wantDiff bool, allowWrite bool, useColor bool)
"--batch_max_age=2000ms", "--batch_max_age=2000ms",
"--pushback_max_outstanding=4096", "--pushback_max_outstanding=4096",
"--rate_limit_dedup=500", "--rate_limit_dedup=500",
"--ext_key_usages=ServerAuth",
} }
// Add http_endpoint if Listen is specified // Add http_endpoint if Listen is specified