Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace certMgr

Manage certificates of AnyProxy.

Index

Functions

generateRootCA

  • generateRootCA(callback: (err: Error, keyPath: string) => void): void
  • Generate a rootCA

    Parameters

    • callback: (err: Error, keyPath: string) => void
        • (err: Error, keyPath: string): void
        • Parameters

          • err: Error
          • keyPath: string

          Returns void

    Returns void

ifRootCAFileExists

  • ifRootCAFileExists(): boolean
  • Detect if AnyProx rootCA exists

    Returns boolean

Generated using TypeDoc