Dynamic DNS with Cert Provider?

Soldato
Joined
22 Oct 2004
Posts
9,086
Location
Berkland
Hi Guys,

I am currently using https://www.changeip.com/ to provide a free dynamic DNS service for my PI at home so I can VPN in to my home network.

I am now using the PI to also serve up a python webapp so that I can use a specific Alexa Skill so I can access Google Music on the Echo Dot that I have. In order to do this I ave to open up the webapp under HTTPS. Now I have tested it all using ngrok to basically server my HTTPS, and now I am porting it to not have to use ngrok, and instead setup flask in HTTPS by passing in a key file and a self signed cert. This is all ok, but it looks like for some reason, the media stream doesn't like the fact that its a self signed so I want to have a try with a proper cert.

So, I am looking for a provider that offers dynamic DNS but also a CA'd certificate. I.E. I generate a Cert Request, submit, and get a cer back which means my HTTPS site isn't moaned about being insecure due to not being signed by a CA.

If I have to register my own domain, so be it, but I prefereably want to keep this to under the £10 mark per year.

Any recommendations?

Cheers
 
Soldato
Joined
9 Mar 2010
Posts
2,838
If you buy domainname.com and a wildcard SSL cert then simply point your DNS record for house.domainname.com to your DDNS name then this should work...

Worth looking at https://letsencrypt.org/ to get a free signed SSL cert to test things out.
 
Soldato
OP
Joined
22 Oct 2004
Posts
9,086
Location
Berkland
That free signed cert looks interesting, as I have control over the server dishing up the website, just need to figure out how to hook it in to my PI and the site that is running via a Flask app in python.

Cheers
 
Caporegime
Joined
18 Oct 2002
Posts
26,079
The SSL cert isn't linked to your IP address in any way, so use whatever you want for dynamic DNS, and Let's Encrypt for the cert.
 
Back
Top Bottom