braintree / manners

A polite Go HTTP server that shuts down gracefully.
MIT License
997 stars 103 forks source link

ListenAndServeTLS and letsencrypt #49

Open pilere opened 6 years ago

pilere commented 6 years ago

Hi, is there a way for you to provide a working sample on how to user manners with letsencrypt ? I actually use this command : log.Fatal(manners.ListenAndServe(ApiIP, Router))

I would love to use an autoupdate process by crontab like with nginx or apache ...

Thanks for your help ! Stéphane