igcv3 - v1.1.0
    Preparing search index...

    Variable FILE_PERMISSIONSConst

    FILE_PERMISSIONS: { PRIVATE_KEY: 256; PUBLIC_DOC: 292; OWNER_RW: 384 } = ...

    Standard file permissions for PKI files. Use these to ensure consistent security across the codebase.

    Type Declaration

    • ReadonlyPRIVATE_KEY: 256

      Read-only for owner only (0o400) - Use for private keys

    • ReadonlyPUBLIC_DOC: 292

      Read-only for everyone (0o444) - Use for certificates, CSRs, public keys

    • ReadonlyOWNER_RW: 384

      Temporary owner read/write (0o600) - Use to unlock read-only files before deletion