Feature Overview
I'd like to access the newest certificate inside the state_path directory. Now it's not possible, because I don't know the exact filename.
When using certbot with Let's Encrypt there is always a symlink to /etc/letsencrypt/live/ while the original files are placed in /etc/letsencrypt/archive/ directory.
Use-case
VPS running mostly web pages, but also a Postfix mail relay. Using nginx with acme module is very convenient, but I need one of the web certificates also for the Postfix configuration. Implementing #13 would help for SSL protocols, but not for Postfix if I want to use STARTTLS.
I know that I need to take care of restarting the app when the certificate is renewed, but that's an easy task.
Alternatives Considered
No response
Additional Context
No response
Feature Overview
I'd like to access the newest certificate inside the
state_pathdirectory. Now it's not possible, because I don't know the exact filename.When using
certbotwith Let's Encrypt there is always a symlink to/etc/letsencrypt/live/while the original files are placed in/etc/letsencrypt/archive/directory.Use-case
VPS running mostly web pages, but also a Postfix mail relay. Using
nginxwithacmemodule is very convenient, but I need one of the web certificates also for the Postfix configuration. Implementing #13 would help for SSL protocols, but not for Postfix if I want to use STARTTLS.I know that I need to take care of restarting the app when the certificate is renewed, but that's an easy task.
Alternatives Considered
No response
Additional Context
No response