|
You are here |
www.markusdosch.com | ||
| | | | |
www.matthewhoelter.com
|
|
| | | | | February 19th, 2020 How to configure Rails 6 with force_ssl using Nginx and Let's Encrypt | |
| | | | |
blog.chand1012.dev
|
|
| | | | | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app. | |
| | | | |
blog.orhun.dev
|
|
| | | | | FOSS ? Linux ? Programming | |
| | | | |
blog.ja-ke.tech
|
|
| | | This post shall describe how to obtain a free wildcard TLS cert for your domain from Let's Encrypt with the recommended certbot python based utility. Of course there are few other clients that already support the ACME v2 protocol, which is required for wildcards, i will only show certbot command here, but the procedure with other clients should be pretty similar. | ||