Commit ef9ddfc
đź”§ Fix SSL certificate config: Add #[serde(untagged)] to CertificateConfig enum
- Fixes TOML parsing error for SSL certificates
- Enables inline table format: Local = { certificate_path = "...", private_key_path = "..." }
- Resolves "enum table must contain exactly one table" error
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 359a171 commit ef9ddfc
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| 536 | + | |
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
| |||
0 commit comments