PerlAppResource.withPerlCertificateTrust
Method
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(): PerlAppResourceReturns
PerlAppResource Defined on
This method is defined on the following type: