Hi folks,
I am kind of stuck on this, hence reaching out to you guyz. GPG is prompting for passphrase even though passphrase cached in gpg-agent <https://stackoverflow.com/questions/64939717/gpg-is-promting-for-passphrase-even-though-passphrase-cache-is-set-in-gpg-agent> (windows) Following steps I did. 1. installed gpg on windows from https://gnupg.org/download/ (version - 2.2.23) 2. imported the key : - > gpg --import <key File name> 3. in home dir set the allow-preset-passphrase in gpg-agent.conf. 4. from powershell started agent "$gpgPath\bin\gpg-connect-agent.exe" reloadagent /bye 5. powershell set passphrase "$gpgPath\bin\gpg-preset-passphrase.exe" -v -c -P "$pgpPassphrase" 6. mvn sign and deploy mvn gpg:sign-and-deploy-file -B "-Dfile=E:\Publish\files-1.0.12-test.jar" "-Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2" "-Drevision=1.0.12-test" "-DrepositoryId=ossrh" "-Dversion=1.0.12-test" "-DgroupId=datamodel" "-DartifactId=files" "-Dsources=E:\Publish\files-1.0.12-test-sources.jar" "-Djavadoc=E:\Publish\files-1.0.12-test-javadoc.jar" "-Dpackaging=jar" "-DpomFile=E:\Publish\pom.xml" it prompted the passphrase, I already cached it at step 5. Not sure what is going wrong here .Is it a bug ? Few questions, really appreciate if any one can help or i 1. I don't see any option in windows, to verify if passphrase has been cached . Does anyone know how to do that ? 2. Are there any steps I am missing causing the passphrase prompt? 3. Any other direction , I should investigate. I am kind of stuck here. Any help is very much appreciated. Thanks Surender
_______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users