BetterCrypto / Applied-Crypto-Hardening

Best Current Practices regarding secure online communication and configuration of services using cryptography.
https://bettercrypto.org
703 stars 99 forks source link

fixed expire parameter #396

Open blurks opened 2 years ago

blurks commented 2 years ago

using gpg 2.2.32 I get the following error using this configuration:

$ gpg --batch --full-gen-key ./params.txt
gpg: ./params.txt:8: unknown keyword

The correct parameter to set the expiration date would be Expire-Date, not Expires. cf. Unattended key generation.

blurks commented 2 years ago

Thanks :) I've been using the website for quite some time and only now noticed that the project isn't really active anymore. Maybe one should also put a disclaimer similar to the one in the README on the website.