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
 
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
 
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.
 
I use cloud flare which give a ca signed cert for their front end and lets you use a self signed cert from then to your server which you never see. Free too.
 
Back
Top Bottom