12 writes to KeyPath
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
73KeyPath = additionalData.KeyPathReference,
Aspire.Hosting.Azure.Tests (2)
AzureCosmosDBExtensionsTests.cs (2)
683KeyPath = ReferenceExpression.Create($"/certs/server.key"), 751KeyPath = ReferenceExpression.Create($"/certs/server.key"),
Aspire.Hosting.JavaScript.Tests (9)
AddViteAppTests.cs (9)
579KeyPath = ReferenceExpression.Create($"key.pem"), 639KeyPath = ReferenceExpression.Create($"key.pem"), 691KeyPath = ReferenceExpression.Create($"key.pem"), 737KeyPath = ReferenceExpression.Create($"key.pem"), 789KeyPath = ReferenceExpression.Create($"key.pem"), 848KeyPath = ReferenceExpression.Create($"key.pem"), 921KeyPath = ReferenceExpression.Create($"key.pem"), 1026KeyPath = ReferenceExpression.Create($"key.pem"), 1117KeyPath = ReferenceExpression.Create($"key.pem"),
8 references to KeyPath
Aspire.Hosting (2)
ApplicationModel\HttpsCertificateConfigurationCallbackAnnotaion.cs (2)
42/// value provider such as <see cref="CertificatePath"/> or <see cref="KeyPath"/>. 64/// value provider such as <see cref="CertificatePath"/> or <see cref="KeyPath"/>.
Aspire.Hosting.Keycloak (1)
KeycloakResourceBuilderExtensions.cs (1)
99ctx.EnvironmentVariables["KC_HTTPS_CERTIFICATE_KEY_FILE"] = ctx.KeyPath;
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
311ctx.Arguments.Add(ctx.KeyPath);
Aspire.Hosting.Redis (2)
RedisBuilderExtensions.cs (2)
169ctx.Arguments.Add(ctx.KeyPath); 376ctx.EnvironmentVariables["RI_SERVER_TLS_KEY"] = ctx.KeyPath;
Aspire.Hosting.Yarp (1)
YarpResourceExtensions.cs (1)
50ctx.EnvironmentVariables["Kestrel__Certificates__Default__KeyPath"] = ctx.KeyPath;
AspireWithNode.AppHost (1)
AppHost.cs (1)
38ctx.EnvironmentVariables["HTTPS_CERT_KEY_FILE"] = ctx.KeyPath;