Category "gnupg"

Where can I find a list of algorithms name+number?

When you generate an PGP key-pair, you can choose a Public-Key algorithm: $ gpg --expert --full-gen-key gpg (GnuPG) 2.2.19; Copyright (C) 2019 Free Software Fou

W: GPG error: Unknown error executing apt-key

While running "sudo apt-get update", I getting below error: Err:1 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 InRelease

How to use GPG key in github actions?

I am trying to do a maven deploy via GitHub actions and i am getting the below error:- gpg: directory '/home/runner/.gnupg' created gpg: keybox '/home/runner/.

Apt rejects keyrings in `/etc/apt/trusted.gpg.d` on Ubuntu 18.04 [closed]

I am facing a problem on Ubuntu 18.04 (Bionic Beaver) with apt and the way it deals with trusted keys to authenticate repositories. On Ubuntu

gpg list keys error trustdb is not writable

When I try to list my gpg keys I'm getting an error: gpg --list-keys gpg: NOTE: trustdb not writable gpg: checking the trustdb gpg: trustdb rec 56: write faile

How to automate installation of missing GPG keys on Linux

I've been working with Linux containers for several years. I am surprised that I wasn't able to find a thread about this question. Scenario: I've just added a n

Pre-commit does not allow GPG code-signing?

We sign each commit with GPG2 for security purposes. Usually this involves a full-terminal-window "popup" asking you to enter a password after running git commi