⚠️ Internal: This API is not publically exported by the package.

      Interface Certificate

      interface Certificate {
          C: string;
          CN: string;
          L: string;
          O: string;
          OU: string;
          ST: string;
      }

      Properties

      C CN L O OU ST

      Properties

      C: string

      Country code.

      CN: string

      Common name.

      L: string

      Locality.

      O: string

      Organization.

      OU: string

      Organizational unit.

      ST: string

      Street.