DIGEST_ALGORITHM | OpenPGP Hash Algorithm to use with the signature. Possible values are numeric or textual OpenPGP Hash Algorithms. Examples: "SHA256", "10". Optional. Default: "SHA256". Note that this is only the digest algorithm for the signature and that the digest algorithms in the manifest file inside the package are MD5 and SHA-1 as expected by dpkg-sig. |
GENERATE_REVOCATION_CERTIFICATE | Setting this property to true, switches the behavior of the generate CSR functionality to not add user ID / certification but instead generate an OpenPGP revocation certificate. Optional. Default: "false". The idea is to only switch this to true temporarily, generate the revocation certificate and then switch it back to false. The header for the PGP public key block, -----BEGIN PGP PUBLIC KEY BLOCK----- , is prefixed by a colon to prevent accidentally importing a revocation certificate. Before importing the certificate, this colon must be removed so that line only contains the text-----BEGIN PGP PUBLIC KEY BLOCK-----.
|