$OpenBSD: README,v 1.1.1.1 2018/03/06 13:49:03 abieber Exp $

+-----------------------------------------------------------------------
| Validating DISTFILE signatures on OpenBSD
+-----------------------------------------------------------------------

This is  a repository of public keys used to validate upstream dist files.

Using ${FULLPKGNAME}
===================

Currently you will need to add the following to your mk.conf file:

  .if exists(${PREFIX}/share/signing/signing.mk)
  .include "${PREFIX}/share/signing/signing.mk"
  .endif

Adding keys
===========

GnuPG:

  $ git clone https://github.com/qbit/signing.git
  $ cd signing
  $ pkill gpg-agent; export GNUPGHOME=$PWD/gnupg
  $ gpg2 --import newpubkey

opmsg:

  $ git clone https://github.com/qbit/signing.git
  $ cd signing
  $ opmsg -c ./opmsg --import --in release-key-v1.opmsg --name opmsg-rkey-v1 --phash sha256

Deleting keys
=============

TBD
