3 writes to KeyPath
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
1673
KeyPath
= ReferenceExpression.Create($"{Path.Join(baseServerAuthOutputPath, $"{cert.Thumbprint}.key")}"),
2041
KeyPath
= ReferenceExpression.Create($"{serverAuthCertificatesBasePath}/{cert.Thumbprint}.key"),
Aspire.Hosting.Tests (1)
ExecutionConfigurationGathererTests.cs (1)
567
KeyPath
= ReferenceExpression.Create($"/etc/ssl/private/server.key"),
1 reference to KeyPath
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
58
KeyPathReference = configurationContext.
KeyPath
,