Skip to content

Instantly share code, notes, and snippets.

View maage's full-sized avatar

Markus Linnala maage

View GitHub Profile
@dashea
dashea / verify_signfiles.sh
Created June 4, 2019 17:08
verify rpmsign --signfiles
#!/bin/sh
# Create the package signing key
gpg --homedir "$PWD" --batch --gen-key << EOF
Key-Type: RSA
Key-Length: 1024
Name-Real: Test User
Name-Email: test@example.com
Expire-Date: 0
%commit