I got the error
This server could not prove that it is www.solar-in-the-facade.com; its security certificate is not trusted by your computer's operating system. This may be caused by a misconfiguration or an attacker intercepting your connection.
When I run init-tls.sh, I get
cloud@test01-database:~/machine$ ./init-tls.sh
Docker Compose version v5.1.3
Existing data found. Continue and replace existing certificate(s)? (y/N) y
### Creating certbot config, working, logs, and certificates directories ./certbot/* ...
chmod: changing permissions of './certbot/logs/letsencrypt.log': Operation not permitted
chmod: changing permissions of './certbot/conf/renewal-hooks': Operation not permitted
chmod: changing permissions of './certbot/conf/renewal-hooks/post': Operation not permitted
chmod: changing permissions of './certbot/conf/renewal-hooks/deploy': Operation not permitted
chmod: changing permissions of './certbot/conf/renewal-hooks/pre': Operation not permitted
./init-tls.sh: Error on line 40: chmod --recursive 755 "./certbot"
I got the error
When I run
init-tls.sh, I get