Skip to content

Instantly share code, notes, and snippets.

@wasimosmanhome
Created June 27, 2023 08:47
Show Gist options
  • Save wasimosmanhome/df961e838724188fcf9d9b8e43a04f5e to your computer and use it in GitHub Desktop.
Save wasimosmanhome/df961e838724188fcf9d9b8e43a04f5e to your computer and use it in GitHub Desktop.
ca-certificate
Temporarily disable certificate verification by adding
Acquire { https::Verify-Peer false }
in /etc/apt/apt.conf.d/99verify-peer.conf.
Run apt update to get the new ca-certificates info
Run apt install ca-certificates
Re-enable certificate verification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment