Skip to content

Commit

Permalink
Replace LAN IP with loopback in gpg documentation (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjojo authored and tcolgate committed Jun 28, 2016
1 parent 2740b2d commit 9bd35b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ The Releases file for a repository will not be signed until a signing key is giv
signing you need to set the signing key (it cannot have a passphrase on it at this time):

```
$ gpg --armor --export-secret-key | curl -XPUT --data-binary @- http://192.168.0.7:3000/dists/master/config/signingkey
$ gpg --armor --export-secret-key | curl -XPUT --data-binary @- http://localhost:3000/dists/master/config/signingkey
```

By default, changes fiels to be uploaded much be signed, to add keys to verify changes files against:
```
$ gpg --armor --export--key | curl -XPOST --data-binary @- http://192.168.0.7:3000/dists/master/config/publickeys
$ gpg --armor --export--key | curl -XPOST --data-binary @- http://localhost:3000/dists/master/config/publickeys
```

Public Keys are managed via the API
Expand Down

0 comments on commit 9bd35b6

Please sign in to comment.