6 writes to KeyPath
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
71KeyPath = additionalData.KeyPathReference,
Aspire.Hosting.JavaScript.Tests (5)
AddViteAppTests.cs (5)
318KeyPath = ReferenceExpression.Create($"key.pem"), 378KeyPath = ReferenceExpression.Create($"key.pem"), 429KeyPath = ReferenceExpression.Create($"key.pem"), 485KeyPath = ReferenceExpression.Create($"key.pem"), 543KeyPath = ReferenceExpression.Create($"key.pem"),
8 references to KeyPath
Aspire.Hosting (2)
ApplicationModel\HttpsCertificateConfigurationCallbackAnnotaion.cs (2)
39/// value provider such as <see cref="CertificatePath"/> or <see cref="KeyPath"/>. 61/// value provider such as <see cref="CertificatePath"/> or <see cref="KeyPath"/>.
Aspire.Hosting.Keycloak (1)
KeycloakResourceBuilderExtensions.cs (1)
95ctx.EnvironmentVariables["KC_HTTPS_CERTIFICATE_KEY_FILE"] = ctx.KeyPath;
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
302ctx.Arguments.Add(ctx.KeyPath);
Aspire.Hosting.Redis (2)
RedisBuilderExtensions.cs (2)
155ctx.Arguments.Add(ctx.KeyPath); 373ctx.EnvironmentVariables["RI_SERVER_TLS_KEY"] = ctx.KeyPath;
Aspire.Hosting.Yarp (1)
YarpResourceExtensions.cs (1)
47ctx.EnvironmentVariables["Kestrel__Certificates__Default__KeyPath"] = ctx.KeyPath;
AspireWithNode.AppHost (1)
AppHost.cs (1)
34ctx.EnvironmentVariables["HTTPS_CERT_KEY_FILE"] = ctx.KeyPath;