kuba / simp_le

Simple Let's Encrypt Client
GNU General Public License v3.0
884 stars 59 forks source link

Allow exact webroot path without appending .well-known/acme-challenge/ #53

Open kuba opened 8 years ago

kuba commented 8 years ago

In some scenarios, it might be convenient for users to specify exact path including .well-known/acme-challenge/ without appending this in the code. For more context see https://github.com/kuba/simp_le/issues/37#issuecomment-167271036.

cc @ThiefMaster

kuba commented 8 years ago

This will be fixed in #105.