Closed Bug 1742177 Opened 4 years ago Closed 4 years ago

Please create a new security-state collection for certificate transparency log metadata

Categories

(Cloud Services :: Server: Remote Settings, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jschanck, Assigned: leplatrem)

Details

Attachments

(1 file)

Collection name: ct-logs
Description: A list of certificate transparency logs for use by CRLite
Estimated collection size: < 50 records, 25 kB

List of LDAP emails allowed to change the records (editors):

List of LDAP emails allowed to approve the changes (reviewers)

YAML:

attachment:
  enabled: false
displayFields:
  - description
  - url
  - crlite_enrolled
schema:
  type: object
  description: Certificate transparency log metadata
  additionalProperties: false
  required:
    - crlite_enrolled
    - description
    - key
    - logID
    - mmd
    - url
  properties:
      crlite_enrolled:
          type: boolean
          description: Whether or not CRLite monitors this log.
          title: CRLite enrolled
      description:
          type: string
          description: A description of the CT log
          title: Description
      key:
          type: string
          description: The CT log's signature verification key. A DER encoded X.509 SubjectPublicKeyInfo field presented in base64.
          title: Signature verification key
      logID:
          type: string
          description: The CT log's RFC 6962 LogID presented in base64.
          title: Log ID
      mmd:
          type: integer
          description: The CT log's maximum merge delay in seconds.
          title: Maximum merge delay
      url:
          type: string
          description: The CT log's base URL for RFC 6962 client messages.
          title: URL
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: