45Drives Knowledge Base
KB450428 - Nextcloud Self Signed Certificate with Nginx Proxy Manager
https://knowledgebase.45drives.com/kb/kb450428-nextcloud-self-signed-certificate-with-ngnix-proxy-manager/

KB450428 - Nextcloud Self Signed Certificate with Nginx Proxy Manager

Posted on June 29, 2021 by smacphee


Scope/Description

Prerequisites

Steps

sudo apt install openssl
openssl req -newkey rsa:4096 \
            -x509 \
            -sha256 \
            -days 3650 \
            -nodes \
            -out example.crt \
            -keyout example.key

Verification:

Troubleshooting: