Creating a SSL Certificate with Nginx Proxy Manager

seedling
planted Jun 13, 2021
This guide explains how to generate an SSL certificate to later use for an HTTPS proxy.
An SSL certificate is key to have and HTTPS access to your website. Creating the certificate is very straight forward.
This guide is specifically for the Nginx Proxy Manager. If you don't know what this is, learn how to set it up.
I used gandi as a domain hoster. But that choice is completely up to you.
- Go to the security panel of your account in Gandi.
- Generate and copy the API key
- Go into the admin panel of your Nginx Proxy Manager (e.g. http://192.168.1.62:81/)
- Go to SSL Certificates
- Enter the desired domain name
- Enter your gandi.net email address
- Toggle
Use DNS Challenge - Choose Gandi as DNS Provider
- Enter your API Key
- Generate the Certificate
Links in this post:
Install Nginx Proxy Manager on a Pi4
Nginx is a DevOps tool to create a HTTPS proxy for a webservice that you want to expose to the internet. This is a guide… Read this post ›
Links to this post:
Add HTTPS proxy for a service via Nginx Proxy Manager
This is a guide how to create a HTTPS Proxy via Nginx Proxy Manager. After installing Nginx Proxy Manager and… Read this post ›