Skip to content
  • nl6720's avatar
    signature.py: enforce sane gpg options · e5fd59df
    nl6720 authored
    * Add --batch since gpg is not run manually.
    * Add --no-armor to ensure that a .sig file is created instead of .asc in case gpg.conf sets the armor option.
    * Add --no-include-key-block to skip including the public key in the signature and force the user who verifies the signature to acquire the public key from elsewhere.
    
    Fixes #15.
    e5fd59df