Questions tagged [gpg-signature]

127 questions
0
votes
0 answers

Is there an option to check whether my public key was used for decryption of a gpg file?

I have a question related on GPG: I'm searching for an option to check if my own public key was used to encrypt a gpg file. I don't want to decrypt the file, I just want to check if I can decrypt the file. I don't want to pass my private key to do…
Jannik153
  • 1
  • 2
0
votes
1 answer

How to delete one GPG security key by command prompt in JAVA

we can execute the commands by java application by Process p = Runtime.getRuntime().exec("command here") But while running the "gpg --delete-key abc.gpg" in cmd it's asking confirmation are you sure you want to delete this key (y/N) . Here I am bit…
Debendra Parida
  • 279
  • 3
  • 9
0
votes
0 answers

Why can't I sign my own gpg key?

I make a key with gpg2. I --edit-key Only the secret keys show. Is it supposed to be like that? Anyway, I select the only uid and delete the signature (delsig). Save & exit. I do anything. "Unusable secret key" Fair enough, I did something…
650aa6a2
  • 172
  • 11
0
votes
1 answer

How to ignore errors of Apache Maven GPG Plugin

I am using Apache Maven GPG Plugin maven-gpg-plugin to generate the required signatures to publish in Maven Central through OSSRH. My plug-in definition at pom.xml is theone below, my OSSRH credentials are at Maven conf/settings.xml and everything…
-1
votes
1 answer

gpg: Sorry, we are in batchmode - can't get input

I'm on macOS Catalina 10.15.6 I'm using gpg to sign a file gpg --sign file.txt But has error: gpg: Sorry, we are in batchmode - can't get input
CN_Cabbage
  • 405
  • 3
  • 12
-1
votes
1 answer

Signing arc diff commits without using git config commit.gpgsign

Is there a way to get arc diff to submit a signed diff commit like git commit -S does? I know that git config commit.gpgsign true will get arc diff to start signing commits, but I'm looking for some way that won't start trying to sign everything…
Chai T. Rex
  • 2,972
  • 1
  • 15
  • 33
-1
votes
1 answer

Merge unsigned commits with master

I have some unsigned commits in the branch "dev" of my project. But there was a change in the project and now I have to sign every commit before merging with master. How could I merge with master if I have commits unsigned in "dev" branch?.
J. Ordaz
  • 415
  • 6
  • 16
1 2 3
8
9