Skip to content
Docs Try Aspire

ContainerOpenSSLCertificateFile

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
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.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ContainerOpenSSLCertificateFile
: Aspire.Hosting.ApplicationModel.ContainerFileBase
{
// ...
}