Azure image

juraj

New Member
#1
just tried to create VM instance using the Azure image. After sign in, I get:
juraj@myhost:~$ cat /opt/domainsetup.sh
500: Internal Server Error

here the image spec from the ARM template:
"imageReference": {
"publisher": "litespeed_technologies",
"offer": "openlitespeed-wordpress",
"sku": "wordpress",
"version": "1.0.0"
}


could you fix the image? where can I get the content of domainsetup.sh so that I fix it myself in my VM?
 
Last edited:

juraj

New Member
#3
Thanks @Cold-Egg , I replaced the domainsetup.sh script instead of recreate the VM.

Another issue, the certbot does not get certificate (dns records are correctly set). Any idea what is wrong?

1585928575882.png
 
Top