i plan write web application using sinatra framework, , want add https using let's encrypt. certbot
, recommended let's encrypt client, doesn't support sinatra, , googling can't find others appear support it.
are there let's encrypt clients support sinatra, , if not, how can fetch certificate let's encrypt , configure sinatra use it? application running on linux.
sinatra merely framework use build web app on top of web server. thing matters when using let's encrypt client you're using supported web server such apache or nginx.
the documentation lists out these requirements: https://certbot.eff.org/docs/intro.html#system-requirements
you can use certbot
regardless of web framework choose long you're running on supported web server.
Comments
Post a Comment