Skip to content

Instantly share code, notes, and snippets.

View delhage's full-sized avatar

Lars Delhage delhage

View GitHub Profile
@delhage
delhage / README.md
Last active April 30, 2019 14:56
caff

caff CA Fire and Forget

How to setup and use caff for signing GPG keys

Intro

caff is a Perl script that helps to automate signing of GPG keys after a signing party.

Installation

@delhage
delhage / gpg-yubikey.md
Created January 21, 2019 19:18
Setup of GPG and Yubikey

Configuration of GPG and Yubikey

Keybase proof

I hereby claim:

  • I am delhage on github.
  • I am delhage (https://keybase.io/delhage) on keybase.
  • I have a public key ASCX52rmAGLYcQLvfRPohDWKXKZwTo0zGizuXY6iwWHS8Ao

To claim this, I am signing this object:

def parse_args():
''' None -> None
Parse command line arguments and configuration
file values
'''
conf_dir = os.path.expanduser('~/.dockerreg')
user_conf_file = os.path.join(conf_dir, 'config')
config = SafeConfigParser()