4 writes to KeyPath
Aspire.Hosting (2)
Dcp\ContainerCreator.cs (1)
723
KeyPath
= ReferenceExpression.Create($"{serverAuthCertificatesBasePath}/{cert.Thumbprint}.key"),
Dcp\ExecutableConfigurationResolver.cs (1)
79
KeyPath
= ReferenceExpression.Create($"{Path.Join(baseServerAuthOutputPath, $"{certificate.Thumbprint}.key")}"),
Aspire.Hosting.Tests (2)
ExecutionConfigurationGathererTests.cs (1)
898
KeyPath
= ReferenceExpression.Create($"/etc/ssl/private/server.key"),
ProjectResourceBuilderExtensionTests.cs (1)
235
KeyPath
= ReferenceExpression.Create($"/etc/ssl/private/server.key"),
1 reference to KeyPath
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
58
KeyPathReference = configurationContext.
KeyPath
,