I have a certificate located in /etc/letsencrypt/live/nonprod.gitsis.eu
, which is not a symbolic link. When it’s about to expire, I attempt to issue a new one, but it always creates a folder in live/nonprod.gitsis.eu
containing symbolic links to the archive/
directory.
Is there a way to generate the certificate directly in the live
directory without creating symbolic links to archive/
?
I ran this command:
certbot certonly --noninteractive --authenticator dns-hetzner --dns-hetzner-credentials /tmp/dns_api_token.ini --agree-tos --domains *.nonprod.gitsis.eu --email algitsis@gmail.com
i run on debian-12
certbot 2.11.0