-
Notifications
You must be signed in to change notification settings - Fork 49
internal_howto_pgp_key
This page is more an internal howto, to remind of the step to manage the PGP keys.
It's an extract from https://central.sonatype.org/pages/working-with-pgp-signatures.html
For windows: https://www.gpg4win.org.
If non admin, the configuration stuff and the keys are stored in C:\Users\XXXXXXXX\AppData\Roaming\gnupg
To work behing a proxy, add this line at the end of the gpg.conf file:
keyserver-options http-proxy=http://localhost:3128/
gpg --gen-key
gpg --list-keys
gpg --keyserver hkp://pool.sks-keyservers.net --send-keys THE_DATA_OF_THE_KEY
THE_DATA_OF_THE_KEY is listed when using gpg --list-keys
As it seems it doesn't work, the easiest way to publish the key is to do it manually:
- Open the ASCCI file
- Paste it in this page
- Click on Submit the key, and it's done
On 2020, August the 23th, there seems to be a problem with pool.sks-keyservers.net. New PGP keys have been published on keyserver.ubuntu.com
Creating a first app (non spring)
Connect to more than one GraphQL servers
Easily execute GraphQL requests with GraphQL Repositories
Access to an OAuth2 GraphQL server
How to personalize the client app
Howto personalize the generated code
Client migration from 1.x to 2.x
Implement an OAuth2 GraphQL server
Howto personalize the generated code
Server migration from 1.x to 2.x