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