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. https://crt.sh/?q=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):
NOTE: Upon success, the new cert will be located in the apache "proxy" system running dehydrated.
And you will be able to use: https://panchayat.gov.in/ & https://www.panchayat.gov.in/ from the Internet through the (reverse) proxy.
However, if you also need to use the new cert directly in the "other" server for (un-proxied) internal access, you may need to arrange some method of copying the cert files from the apache server to the "other" server.
alias /.well-known/acme-challenge/ /my/local/challenge/folder/
I entered the alias and am able to access the folder from outside. While executing, how can I specify that the token should be placed inside /my/local/challenge/folder/ ?
I think it should detect it.
In case it doesn’t, check the /etc/dehydrated/config file for WELLKNOWN variable and set it like: WELLKNOWN=/my/local/challenge/folder
To confirm access to the new folder, please place a test.txt file as: #locally created file /my/local/challenge/folder/test.txt #Internet accessible file http://panchayat.gov.in/.well-known/acme-challenge/test.txt
returns 404 not found (80166 bytes with 8930 rows)
and [all files not found] then redirects to: http://panchayat.gov.in/test (79458 bytes with 8930 rows)
which redirects to itself (in a loop).