I’m installing Nextcloud AIO on a Ubuntu VPS using the instructions here:
So I’m using this command:
sudo docker run \ --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 \ ghcr.io/nextcloud-releases/all-in-one:latest
I have hit the rate limit on letsencrypt.org. I would like to use their staging api (while I’m experimenting and testing). How do I do that? Is there a switch in the docker command? Can I edit some config file somewhere?
Thanks Josh. I did see that. I believe there are also limits on subdomains and also on the email address tied to the registration. It’s an awkward work around. Simpler would be to just use the letsencrypt staging API (I believe certs are virtually unlimited). I’m hoping there is a way to do that.