logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_md / Let's Encrypt with several hosts for one domain
Author
ingarb



Joined: 23 Jan 2020
Posts: 1
Location: Norway, Oslo

PostPosted: Thu 23 Jan '20 11:44    Post subject: mod_md / Let's Encrypt with several hosts for one domain Reply with quote

Hi!

I have a working Apache / mod_md setup today in Azure, with a single host behind a Basic Azure Load Balancer.

The amount of traffic is a bit high for one host, so I would like to have two hosts behind the Azure Load Balancer.

However, reading the documentation it seems this is not supported using the http-01 acme-v1 challenge that I am currently using?

Looking at it, seems that the dns01 challenge could be used, but I was unable to figure out how. Any tips/suggestions on a possible setup is welcome, but I would like it to be very straightforward and automated, avoiding scripts and batch files where possible.



Current working setup:

MDomain mydomain.here
MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
MDPortMap 80:9023 443:9022
MDRequireHttps temporary
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Thu 30 Jan '20 12:31    Post subject: Reply with quote

Better to post it also at https://github.com/icing/mod_md/issues
Back to top


Reply to topic   Topic: mod_md / Let's Encrypt with several hosts for one domain View previous topic :: View next topic
Post new topic   Forum Index -> Apache