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