python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I manage keyring files in trusted.gpg.d with ansible playbook since apt-key is deprecated?
Before apt-key was deprecated, I was using Ansible playbooks to add and update keys in my servers. At the moment, apt-key no longer updates the keys. In few searches, I found that I need to use gpg no...
ecemnaz
Votes: 0
Answers: 3
How to verify good signature of a git signed tag without using command "git verify-tag"
I made a git signed tag, using this command:
git tag -s <tag>
Is there another alternatives to check the signature of this tag without using the command:
git verify-tag <tag> or git tag -v...
Joker
Votes: 0
Answers: 0
Integration of GPG-signed Git commits in VSCode Dev Container (WSL2 Ubuntu v20)
I am using Windows10 WSL2(running with Ubuntu v20) with VSCode.
I want to send GPG-signed Git Commit to GitHub in VSCode Dev Container.
I try with the setup like below:
Install Gpg4win in Windows
in...
ikhvjs
Votes: 0
Answers: 2
GPG "Good Signature" achieved but not passing to GitLab
I'm looking for potential solutions or ways to investigate what I think is a breakdown between git and GitLab.
My company requires commits to be signed and I've been able to successfully set up GPG an...
Travis Lee
Votes: 0
Answers: 1