HTTP Public Key Pinning is deprecated by browsers, but acmebot don't allow to disable backup_key directory by setting it to null.
As I understand, backup keys need only for HTTP Public Key Pinning, and not used for any other purposes. And now, HTTP Public Key Pinning is deprecated by browsers and this means what backup keys are totally useless. But acmebot don't provide way to disable backup keys generation and storing it on the disk.
Requested feature: please add ability to completely disable backup keys creation by setting in config:
directories:
backup_key: null
And please consider making backup_key: null default value in future versions of acmebot.
HTTP Public Key Pinning is deprecated by browsers, but acmebot don't allow to disable
backup_keydirectory by setting it tonull.As I understand, backup keys need only for HTTP Public Key Pinning, and not used for any other purposes. And now, HTTP Public Key Pinning is deprecated by browsers and this means what backup keys are totally useless. But acmebot don't provide way to disable backup keys generation and storing it on the disk.
Requested feature: please add ability to completely disable backup keys creation by setting in config:
And please consider making
backup_key: nulldefault value in future versions of acmebot.