-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL Cert broken for FSSnip website. #82
Comments
Hmm, I'm not sure what is the best option for us here. The site is hosted on Azure as an Azure Web Site. Is there some simple guide for configuring https in this scenario? |
https://docs.microsoft.com/en-us/azure/app-service-web/app-service-web-tutorial-custom-ssl says that you need to be at least at the Basic tier of service to use your own SSL certificate; Free and Shared tiers only allow you access to one of Azure's Getting free SSL certificates is no longer a problem thanks to https://letsencrypt.org/, but if you're trying to not pay too much for the fssnip.net site, then you might not want to upgrade to the Basic tier. Maybe the F# Software Foundation might be willing to help pay for the site to be upgraded to the Basic tier? It would be an ongoing expense, so they might or might not want to do it, but it's probably worth considering asking them about it. |
I think I’m already hosting fssnip.net on the basic tier, so this should work.
Is there some clear step-by-step guide on how to do this? Alternatively, I’m happy to share the access rights for the Azure hosting (assuming there is a way to do this) with anyone who can set this up :-).
|
Depends on whether Azure gives you shell access so you can run command-line tools. If you have shell access, then https://letsencrypt.org/getting-started/ is probably the best guide to using their If you don't have shell access, then https://manurevah.com/blah/en/p/Letsencrypt-Manual-mode looks like a pretty decent guide to running the Let's Encrypt client in manual mode. The gist of manual mode is: you create the certificate request. Then the Let's Encrypt server asks you to prove that you control the domain, by putting a certain piece of (randomly-generated) data into a publicly-accessible URL like http://example.com/.well-known/acme-challenge/long-string-of-random-letters. You set that up, then tell the server "Okay, verify me". They verify that that URL does contain the right piece of data, which proves that you do control that domain, and then they issue you a standard SSL certificate, which you then upload to your hosting provider via whatever steps your provider wants you to use for uploading a certificate. (For Azure, it looks like this is how you upload an SSL cert.) NOTE: I haven't done any of this myself yet, just heard from colleagues that it was pretty easy. So I can't guarantee that those are the best or easiest-to-follow guides out there: there may be others that I missed. But that should hopefully be enough to get you started. |
Check out this repo for a tool that should make this fairly straightforward. If you need help, I do plenty of DevOps stuff and can lend a helping hand. |
Howdy all....The title basically says everything. Here is a screenshot:
The text was updated successfully, but these errors were encountered: