dt-app
Version:
The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.
8 lines (7 loc) • 324 B
TypeScript
/**
* Parses the `DT_RUNTIME_EXTRA_CA_CERTS` environment variable into an array of
* file paths that the runtime can use to load additional CA certificates.
*
* @returns An array of PEM file paths, or `undefined` if the env var is unset or empty.
*/
export declare function getExtraCaCertPaths(): string[] | undefined;