1 write to _dcpTlsCertFile
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
253
_dcpTlsCertFile
= certificatePath;
2 references to _dcpTlsCertFile
Aspire.Hosting (2)
Dcp\DcpHost.cs (2)
314
if (!string.IsNullOrWhiteSpace(
_dcpTlsCertFile
) && !string.IsNullOrWhiteSpace(_dcpTlsKeyFile))
316
arguments += $" --tls-cert-file \"{
_dcpTlsCertFile
}\" --tls-key-file \"{_dcpTlsKeyFile}\"";