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