danb35 / freenas-iocage-nextcloud

Script to create an iocage jail on FreeNAS for the latest Nextcloud 28 release, including Caddy, MariaDB or PostgreSQL, and Let's Encrypt
GNU General Public License v3.0
258 stars 69 forks source link

Allow creation of self-signed cert and/or no SSL at all. #42

Closed danb35 closed 6 years ago

danb35 commented 6 years ago

Right now, the script depends on being able to issue a certificate from Let's Encrypt. For users for whom this isn't possible or desirable, give the option to create a self-signed cert for the jail, or to not use SSL at all.

danb35 commented 6 years ago

Done in #45