I want to create webredirect for example: abc . com
to https://google.com. we are using nginx to do redirect.
I am creating certificate using certbot it is searching the nginx.conf but it is having redirect entry not a web service to do http validation.
certbot --nginx -d abc . com
How I can do domain certificate and do the validation for this redirect
Please answer as many questions as you can from the form you were shown.
Do you own abc.com
? I don't think so given it is a large US Television network. Please do not use other people's domain names in your example. Use your own domain.
====================================================================
Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
2 Likes
Hi @pradeep.devakumar,
For general nginx information you might find nginx documentation and https://forum.nginx.org/ helpful.
Look at the rewrite
and return
for your server
section.
2 Likes