()
| 155 | * Clear the mTLS configuration cache. |
| 156 | */ |
| 157 | export function clearMTLSCache(): void { |
| 158 | getMTLSConfig.cache.clear?.() |
| 159 | getMTLSAgent.cache.clear?.() |
| 160 | logForDebugging('Cleared mTLS configuration cache') |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Configure global Node.js TLS settings |
no test coverage detected