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