Removed Legacy Cert Path for Vite Dev Server

This commit is contained in:
2025-11-07 19:35:56 -07:00
parent 9b472578c8
commit 80e7c1b6e2

View File

@@ -1299,8 +1299,7 @@ switch ($choice) {
Push-Location $webUIDestinationAbsolute
try {
$certRoot = Join-Path $scriptDir 'Certificates\Server'
Ensure-EngineTlsMaterial -PythonPath $venvPython -CertificateRoot $certRoot
Ensure-EngineTlsMaterial -PythonPath $venvPython
$requiredTlsFiles = @($env:BOREALIS_TLS_CERT, $env:BOREALIS_TLS_KEY, $env:BOREALIS_TLS_BUNDLE)
foreach ($tlsFile in $requiredTlsFiles) {
if ([string]::IsNullOrWhiteSpace($tlsFile) -or -not (Test-Path $tlsFile)) {