go-acme / lego

Let's Encrypt/ACME client and library written in Go
https://go-acme.github.io/lego/
MIT License
7.84k stars 1.01k forks source link

Allow passing EAB-Information as envvar #1953

Closed n0emis closed 1 year ago

n0emis commented 1 year ago

Welcome

How do you use lego?

Binary

Detailed Description

For many usecases it is preferrable to not have secrets hardcoded e.g. in systemd-units and not have them visible in ps. Therefore I would propose to add a way to specify EAB-Information (kid and hmac) via an environment variable

(Kind of related to #1375, but different)