Skip to content

Commit

Permalink
Add package signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Oct 22, 2022
1 parent 948f8ba commit 3db35f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
Binary file added .sandstorm/pgp-keyring
Binary file not shown.
Binary file added .sandstorm/pgp-signature
Binary file not shown.
24 changes: 2 additions & 22 deletions .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -66,30 +66,10 @@ const pkgdef :Spk.PackageDefinition = (

contactEmail = "inbox@jacobweisz.com",

#pgpSignature = embed "path/to/pgp-signature",
# PGP signature attesting responsibility for the app ID. This is a binary-format detached
# signature of the following ASCII message (not including the quotes, no newlines, and
# replacing <app-id> with the standard base-32 text format of the app's ID):
#
# "I am the author of the Sandstorm.io app with the following ID: <app-id>"
#
# You can create a signature file using `gpg` like so:
#
# echo -n "I am the author of the Sandstorm.io app with the following ID: <app-id>" | gpg --sign > pgp-signature
#
# Further details including how to set up GPG and how to use keybase.io can be found
# at https://docs.sandstorm.io/en/latest/developing/publishing-apps/#verify-your-identity
pgpSignature = embed "pgp-signature",
),

#pgpKeyring = embed "path/to/pgp-keyring",
# A keyring in GPG keyring format containing all public keys needed to verify PGP signatures in
# this manifest (as of this writing, there is only one: `author.pgpSignature`).
#
# To generate a keyring containing just your public key, do:
#
# gpg --export <key-id> > keyring
#
# Where `<key-id>` is a PGP key ID or email address associated with the key.
pgpKeyring = embed "pgp-keyring",

description = (defaultText = embed "../README.md"),

Expand Down

0 comments on commit 3db35f8

Please sign in to comment.