go-acme / lego

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

feat: add LEGO_ISSUER_CERT_PATH to run hook #2234

Closed cvpcs closed 2 months ago

cvpcs commented 2 months ago

2164 made the environment variable LEGO_ISSUER_CERT_PATH available to hook scripts but was isolated to the renew command. This PR extends that logic to the run command.

Related to #2164, #2160