Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ca-certificates ca-certificates
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpine
  • ca-certificatesca-certificates
  • Issues
  • #2
Closed
Open
Created Jan 09, 2021 by rusty x@rustyx

WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping

c_rehash is always logging this spurious warning, which is confusing.

WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping

This happens because update-ca-certificates writes the file /etc/ssl/certs/ca-certificates.crt before invoking c_rehash /etc/ssl/certs.

update-ca-certificates should:

  1. remove the bundle,
  2. invoke run-parts,
  3. wait until it finishes,
  4. then write the new bundle.

That is also how it works on Debian.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking