2 writes to CertificatePath
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
2571
CertificatePath
= ReferenceExpression.Create($"{certificateOutputPath}"),
2707
CertificatePath
= ReferenceExpression.Create($"{certificatesDestination}/private/{certificate.Thumbprint}.pem"),
8 references to CertificatePath
Aspire.Hosting (2)
ApplicationModel\CertificateKeyPairConfigurationCallbackAnnotaion.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)
94
ctx.EnvironmentVariables["KC_HTTPS_CERTIFICATE_FILE"] = ctx.
CertificatePath
;
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
304
ctx.Arguments.Add(ctx.
CertificatePath
);
Aspire.Hosting.Redis (2)
RedisBuilderExtensions.cs (2)
153
ctx.Arguments.Add(ctx.
CertificatePath
);
372
ctx.EnvironmentVariables["RI_SERVER_TLS_CERT"] = ctx.
CertificatePath
;
Aspire.Hosting.Yarp (1)
YarpResourceExtensions.cs (1)
46
ctx.EnvironmentVariables["Kestrel__Certificates__Default__Path"] = ctx.
CertificatePath
;
AspireWithNode.AppHost (1)
AppHost.cs (1)
33
ctx.EnvironmentVariables["HTTPS_CERT_FILE"] = ctx.
CertificatePath
;