Skip to content
KBHost
Menu
KBHost
FileHost
Home
/
Knowledgebase
/
FreeNAS
/
SSL for Nextcloud plugin
SSL for Nextcloud plugin
jls jexec # csh pkg install git git clone
https://github.com/letsencrypt/letsencrypt
cd letsencrypt ./letsencrypt-auto --help --debug all service apache24 stop ./letsencrypt-auto certonly --standalone --email mail@domain.com -d srv6.domain.com vi /usr/pbi/nextcloud-amd64/etc/apache24/extra/httpd-ssl.conf
Edit:
SSLCertificateFile "/etc/letsencrypt/live/srv6.domain.com/fullchain.pem" SSLCertificateKeyFile "/etc/letsencrypt/live/srv6.domain.com/privkey.pem" SSLCertificateChainFile "/etc/letsencrypt/live/srv6.domain.com/fullchain.pem"
vi /usr/pbi/nextcloud-amd64/etc/apache24/httpd.conf
Add the following virtual host for http to https redirect:
<VirtualHost> ServerName srv6.domain.com Redirect "/" "https://srv6.domain.com" </VirtualHost>
service apache24 start
Renew SSL for Nextcloud
Random passwords
Bifu9434!
Nuce4088?
Gage2346!
Xiwa4894?
Fobu1495?
Most recent
Add entry to end of hosts file
Back-up TrueNAS config to Nextcloud
Nextcloud occ usage example
Add new user
Silent upgrade to Windows 10
New Active Directory User
Most viewed
Cleanup space in CertLog folder
Disable shared mailbox caching OST
Manual update FreeNAS
Ookla Speedtest server install
Flush DNS cache FRITZ!Box
Enable NFS client in Windows 10