Skip to content
Docs Try Aspire
Docs Try

PerlAppResource.withPerlCertificateTrust

Method
📦 CommunityToolkit.Aspire.Hosting.Perl v13.4.0
interface PerlAppResource {
// ... omitted for brevity
withPerlCertificateTrust(): PerlAppResource;
}

Signature

method withPerlCertificateTrust builder
Configures certificate trust for the Perl application by setting SSL/TLS environment variables that common Perl HTTP libraries respect. Sets `SSL_CERT_FILE` (IO::Socket::SSL / LWP), `PERL_LWP_SSL_CA_FILE` (LWP::UserAgent), and `MOJO_CA_FILE` (Mojolicious) to the certificate bundle path provided by Aspire.
withPerlCertificateTrust(): PerlAppResource
PerlAppResource

Defined on

This method is defined on the following type: