SSL error after install AIO (in docker)

Install with docker:

sudo docker run \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 80:80 \
--publish 8080:8080 \
--publish 8443:8443 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
--env NEXTCLOUD_DATADIR="/data/disk1Tb/nextcloud-docker" \
--env SKIP_DOMAIN_VALIDATION=true \
nextcloud/all-in-one:latest

Local domain: asrock.home.local

Ok, connect to https://192.168.88.3:8080
Ok

Try open https://asrock.home.local

See error:

2024-08-20T12:58:48.807577525Z {"level":"error","ts":1724158728.8066704,"logger":"tls.obtain","msg":"will retry","error":"[asrock.home.local] Obtain: subject 'asrock.home.local' does not qualify for a public certificate","attempt":5,"retrying_in":600,"elapsed":600.007872559,"max_duration":2592000}

I found in nextcloud-aio-apache container ssl cert option:
SSLCertificateFile “/usr/local/apache2/conf/server.crt”

But there is no such file.

If I rigth, error means that I can’t ignore this. But where I can manage cert? Or how manage this error?

Hi, see all-in-one/local-instance.md at main · nextcloud/all-in-one · GitHub

Thank you! Finally install not AIO version and setup simple ssl nginx with my self signed certs. Everything ok without problems.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.