MCPcopy
hub / github.com/vxcontrol/pentagi / SSLPaths

Interface SSLPaths

frontend/scripts/generate-ssl.ts:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { join } from 'node:path';
4
5interface SSLPaths {
6 sslDir: string;
7 serverKey: string;
8 serverCert: string;
9 serverCsr: string;
10 caKey: string;
11 caCert: string;
12}
13
14const SSL_PATHS: SSLPaths = {
15 sslDir: join(process.cwd(), 'ssl'),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected