Hi
I just installed NextCloud and MariaDB on an Ubuntu VM with Docker and it works great going to my .local domain. I would like to enable SSL so i can integrate the calendar on my iphone (and the documentation i read said that you have to have SSL to enable this).
The only SSL tutorials i can find include letsencrypt and nginx for actual domain names, but I just want to run it on my local IP for now.
I’ve tried attaching to the container, making a self-signed certificate and updating the 000-default.conf file in the available-sites folder within the docker container. When i change the *80 to *443 and restart the service, it gets caught up in an endless restart loop.
Can anyone recommend a way (or an article, or a video) to self-sign an SSL cert so i can just run the domain.local version of nextcloud and get the calendar integration working on my phone?
Much appreciated in advance.
M