ContainerCertificatePathsAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An annotation that allows overriding default certificate paths for container resources.
public sealed class ContainerCertificatePathsAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type ContainerCertificatePathsAnnotation = class
interface IResourceAnnotation
Public NotInheritable Class ContainerCertificatePathsAnnotation
Implements IResourceAnnotation
- Inheritance
-
ContainerCertificatePathsAnnotation
- Implements
Constructors
| ContainerCertificatePathsAnnotation() |
Properties
| CustomCertificatesDestination |
The destination path in the container under which custom certificates will be placed. If not set, defaults to /usr/lib/ssl/aspire. |
| DefaultCertificateBundles |
Paths to default certificate bundle files in the container that should be replaced when the resource's CertificateTrustScope is set to Override or System. If not set, a set of common default paths for popular Linux distributions will be used. |
| DefaultCertificateDirectories |
Paths to default directories containing individual CA certificates in the container that should be appended when the resource's CertificateTrustScope is set to Append. If not set, a set of common default paths for popular Linux distributions will be used. |