Disable creating vhost

Is it possible to disable the vhost creation?
I use “./letsencrypt-auto” an every run, it create a new ssl vhost file, i would prefere to use my old one.

u r looking for “webroot” metod

1 Like

you meen like --webroot?

https://letsencrypt.readthedocs.org/en/latest/api/plugins/webroot.html

letsencrypt --webroot-path /path/to/web_root

you might want to look into letsencrypt client’s webroot authentication plugin see https://community.letsencrypt.org/t/letsencrypt-webroot-authentication-tested-on-beta-invited-whitelisted-domain/227615 and https://community.letsencrypt.org/t/using-the-webroot-domain-verification-method/144513

With webroot authentication there’s a clearer separation in that letsencrypt client doesn’t actually touch your web configuration itself - instead it just validates the domain(s) when you pass the public web root path of your domain(s) to the letsencrypt client. So you can script and do the actual web server end configuration the way you want it setup and just point to the letsencrypt client obtained ssl certificate related files.

yout links are offline
"The page you requested doesn’t exist or is private."

try

1 Like