igcv3 - v1.1.0
    Preparing search index...

    Function resolveOutputPaths

    • Resolve output paths based on --out option. Detection logic:

      • Ends with / or \ → directory
      • Is an existing directory → directory
      • Has cert extension (.csr, .key, .pem) → file path (extract basename)
      • Otherwise → directory (will be created)

      Parameters

      Returns Promise<{ outDir: string; keyPath: string; csrPath: string }>