Multiple virtual hosts, multiple domains in host one cert for each host

I have the following config for multiple domains one cert and it works well.
Things to note:
single webroot_path works for all as this was my requirement and it works well with a single virtual_host setting
-starts-
#renew_before_expiry = 30 days
version = 0.25.1
archive_dir = /etc/letsencrypt/archive/example.com
cert = /etc/letsencrypt/live/example.com/cert.pem
privkey = /etc/letsencrypt/live/example.com/privkey.pem
chain = /etc/letsencrypt/live/example.com/chain.pem
fullchain = /etc/letsencrypt/live/example.com/fullchain.pem

#Options used in the renewal process
[renewalparams]
authenticator = webroot
webroot_path = /usr/share/html/letsencrypt
installer = None
account = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
pref_challs = http-01,
-ends-

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.