Can I delete the file /etc/apache2/sites-enabled/000-default.conf
? or disable Apache2
just turn off apache alltogather. and do you have publically accessable server for that domain?
Read your previous thread
and do the same things.
You have to start with a public visible ip address, not 10.*, that's a private address.
You mean I need to start from Scratch like I need to get new domain, register that , map that proxy portâŚ
I need to start form this thread âUnable to get https certificate for openhab2â
is your port 80 exposed to public?
yesâŚ
-- ------ ----
8080 ALLOW Anywhere
OpenSSH ALLOW Anywhere
Apache Full ALLOW Anywhere
80/tcp ALLOW Anywhere
8443 ALLOW Anywhere
4443 ALLOW Anywhere
27017 ALLOW Anywhere
6380 ALLOW Anywhere
8040 ALLOW Anywhere
8042 ALLOW Anywhere
6379 ALLOW Anywhere
8080 (v6) ALLOW Anywhere (v6)
OpenSSH (v6) ALLOW Anywhere (v6)
Apache Full (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
8443 (v6) ALLOW Anywhere (v6)
4443 (v6) ALLOW Anywhere (v6)
27017 (v6) ALLOW Anywhere (v6)
6380 (v6) ALLOW Anywhere (v6)
8040 (v6) ALLOW Anywhere (v6)
8042 (v6) ALLOW Anywhere (v6)
6379 (v6) ALLOW Anywhere (v6)
DNS recode of veplopenhab.ga is on private address(10.1.68.206), so LE canât check your website to check if it has right token published. you need to make it public ip, or use dns challenge and write txt record on it(which you did 3 months ago) but you didnât automate it, so you write this thread again now.
It mean I again request for âveplopenhab.gaâ from Freenom ??.
or
Just run the certificate partâŚ
Please guide me.
I cannot access veplopenhab.ga from internet, is this intended?
As of now, it is intended only.
I have created âveplopenhab.gaâ for cloud service.
Once I have register âveplopenhab.gaâ in cloud, every one access over internet. Registering in cloud is in progress.
I am going to work in Amazon voice service which require secure connection.
I have developed some work in âveplopenhab.gaâ only, I need that now.
you need to set publically routeable ip for http-01 or TLS-alpn challenge, you need to use DNS-01 challenge, as you did on last thread.
Which one is easy and reliable ?
Iâd recommand http-01 if normal but you donât have choice unless you are willing to make the site internet accessable, DNS-01 is only challange with a record with private IP
I am not having much knowledge.
I will go with recommended which âhttp-01â
How to do this ?.
Thanks,
dhanasekar
then you have to set a public IP on A record of veploenhab.ga
then
sudo certbot --nginx -d veplopenhab.ga
would do the job
10.x.x wonât work. put some ip that can be accessed from outside world.
As of now, I am not going to access from outside.
I am going to access internally with secure connection.