Commit 97dc760
fix: add missing OpenSSL certificate extensions to init_pki.sh
- Add usr_cert section for client certificates with proper extensions
- Add server_cert section for server certificates with proper extensions
- Resolves external deployment issue: "Error checking extension section usr_cert"
- Ensures PKI initialization creates complete OpenSSL configuration
- Makes deployments self-contained without manual configuration files
Fixes external server certificate signing by providing all required
extension sections that the certificate signing process expects.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e10ac1a commit 97dc760
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
121 | 139 | | |
122 | 140 | | |
123 | 141 | | |
| |||
0 commit comments