Skip to content

Commit 0b90c45

Browse files
committed
Update
1 parent 16796af commit 0b90c45

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,13 @@ gpg2 --list-keys
263263
gpg --gen-key
264264
```
265265

266-
Then set the values for `signing.keyId` and `signing.secretKeyRingFile`. You don't need to set the `signing.password`.
266+
Set the signing.KeyId, signing.password, and the signing.secretKeyRingFile.
267267

268-
The `signing.keyId` is the "sec" part of your list of keys that looks something like this: `2048R/5D64A177`. So in this scenario it would be `5D64A177`.
268+
The signing.KeyId is the 'pub' one. It's the part of your list of keys that looks something like this: `2048R/5D64A177`. So in this scenario it would be `5D64A177`. [1](http://www.gradle.org/docs/current/userguide/signing_plugin.html)
269+
270+
The signing.password is the password you used when generating this key. It could be blank if you didn't use a password.
271+
272+
The signing.secretKeyRingFile is the path to the secring.gpg.
269273

270274
Cool, now you can do the following.
271275

0 commit comments

Comments
 (0)