Skip to content

Commit

Permalink
add how to send public key to key server
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Sep 18, 2019
1 parent 0dfc645 commit 2cce683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ gpg --homedir . -a --export-secret-keys > secring.asc
gpg --homedir . --list-key
# <copy> the pub hex string e.g E7232FE8B8357EEC786315FE821738D92B63C95F
gpg --homedir . --keyserver hkp://pool.sks-keyservers.net --send-keys <paste>
gpg --homedir . --keyserver hkp://pgp.mit.edu --send-keys E7232FE8B8357EEC786315FE821738D92B63C95F
mkdir -p ~/.sbt/gpg
cd ~/.sbt/gpg
cp -R ~/ci-keys/* .
Expand Down

0 comments on commit 2cce683

Please sign in to comment.