SSL/Let's Encrypt instructions
See original GitHub issueI can’t find detailed instructions on how to set up Let’s Encrypt with Mup, and how to test if it’s working properly?
So far I’ve followed the instructions here: https://certbot.eff.org/#ubuntuxenial-nginx and added the proxy
block to my mup.js
file, but I don’t see anything different? Did I miss something?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:15 (7 by maintainers)
Top Results From Across the Web
Getting Started - Let's Encrypt
The best way to use Let's Encrypt without shell access is by using built-in support from your hosting provider. If your hosting provider...
Read more >An Introduction to Let's Encrypt - DigitalOcean
Let's Encrypt's ACME protocol defines how clients communicate with its servers to request certificates, verify domain ownership, and download ...
Read more >Install Let's Encrypt to Create SSL Certificates - Linode
The instructions in this guide install Let's Encrypt and add certificates manually, which is not necessary for most users.
Read more >How to Install Let's Encrypt SSL Certificate - Cloudways Support
Step #1 — Navigate to SSL Management · From the top menu bar, click Servers. · Then, choose your target server where your...
Read more >Update: Using Free Let's Encrypt SSL/TLS Certificates with ...
Update: Using Free Let's Encrypt SSL/TLS Certificates with NGINX · Open the crontab file. $ crontab -e · Add the certbot command to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Doing
mup proxy logs-le
which gives the prox letsencrypt logs I get this error which clearly shows an issue. mup version 1.3.7Can you clearly show what’s the issue? and also say what steps should we take to setup ssl properly! Docs are not clear tbh Thanks
Actually I did see something different, the app went down and I started getting 521 errors. I’m looking into it, but I still feel like a more detailed guide would be super helpful 😃