breard-r / acmed

ACME (RFC 8555) client daemon
MIT License
171 stars 25 forks source link

Expose file paths of cert and private key to post-operation hook #94

Closed jcgruenhage closed 1 year ago

jcgruenhage commented 1 year ago

Use case: As a large provider with many certificates, we want to run acmed in a centralized way, and after a new certificate has been ordered successfully, we want to distribute the chain and key to the clients. Right now, we'd need to guess the file locations based on the identifiers and the key type, but having the locations exposed as variables would be a lot more robust.