Hello Kristina Newton
We understand that you're currently facing issues with your DNS Zone configuration. To assist you better, please review the following DNS troubleshooting steps:
- Verify DNS Propagation use tools like https://dnschecker.org to check if your A and CNAME records have propagated globally.
- Check A Record, ensure the A record points to the public IP address of your Azure VM.
- Check CNAME record If you're using a subdomain (e.g.,
www.yourdomain.com
), the CNAME should point to the A record or directly to the domain. - Make sure your VM’s Network Security Group (NSG) allows inbound traffic on ports
80
(HTTP) and443
(HTTPS).
Since you're not using Azure App Services, you can either get an SSL certificate from a trusted Certificate Authority (CA) like Let's Encrypt (free) or buy one from GoDaddy.
- Log in to GoDaddy and purchase an SSL certificate (e.g., Standard SSL DV) for your domain (e.g., example.com or *.example.com for subdomains).
- During the purchase, GoDaddy will ask for a Certificate Signing Request (CSR).
Bitnami supports Encrypt via a tool called lego
.(Free SSL)
- SSH into your VM.
- Run the following to request a certificate
- sudo /opt/bitnami/bncert-tool
Once SSL is installed, configure Apache to redirect all HTTP traffic to HTTPS. This is usually done in the Apache config file:
Sharing similar thread which might be helpful to you. https://learn.microsoft.com/en-us/answers/questions/440927/how-do-i-properly-setup-domain-and-common-name-for
I hope this helps! If these answers your query, do click the "Upvote" and click "Accept the answer" of which might be beneficial to other community members reading this thread.
If the above is unclear or you are unsure about something, please add a comment below.