MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / isSsl

Function isSsl

packages/database/src/database.ts:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 * if is empty, it will skip all ssl related functionalities
8 */
9const isSsl = () => process.env.RDS_CERTIFICATE;
10
11// this url shouldn't change but it could be an environment variable
12const AWS_CERT_URL =

Callers 2

downloadCertFunction · 0.85
createCertFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected