Skip to content
Docs Try Aspire

ContainerOpenSSLCertificateFile Constructors

Class Constructors 1 member
Represents an OpenSSL public certificate in the container file system. Must be PEM encoded. An OpenSSL compatible symlink pointing to the destination file will be created in the same container folder as the certificate file named [subject hash].[n], where [n] is a sequence number that increases for each certificate in a target folder with the same subject hash.
public sealed class ContainerOpenSSLCertificateFile
{
public ContainerOpenSSLCertificateFile()
{
// ...
}
}