Merge pull request #28526 from akka/wip-pgp-tty-patriknw
add GPG_TTY instruction
This commit is contained in:
commit
db6092c701
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
||||||
# shell> brew install gnupg
|
# shell> brew install gnupg
|
||||||
# shell> gpg --gen-key
|
# shell> gpg --gen-key
|
||||||
#
|
#
|
||||||
|
# On OS X the following should be added to ~/.bash_profile
|
||||||
|
# GPG_TTY=$(tty)
|
||||||
|
# export GPG_TTY
|
||||||
|
#
|
||||||
# Default values for the key type and 2048 bits is OK.
|
# Default values for the key type and 2048 bits is OK.
|
||||||
# Make sure to use the email address that you will use later to register
|
# Make sure to use the email address that you will use later to register
|
||||||
# with Sonatype.
|
# with Sonatype.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue