valtzu / smart-coffee

Receive push notifications when coffee is ready. Based on polling the coffee machine energy consumption using TP-Link HS110 monitoring device.
MIT License
0 stars 1 forks source link

Use Let's Encrypt to automatically obtain SSL sertificates #12

Closed valtzu closed 6 years ago

valtzu commented 6 years ago

Service workers need SSL to work so we should automatically obtain the certificate when new domains are detected. However, some sort of authentication must be involved to prevent anyone creating certificates by faking the Host header.

valtzu commented 6 years ago

Implemented in 276a65155b95a2c9ae85797407ba24b983c90c81.

valtzu commented 6 years ago

This functionality is removed in f8d1f5352213f1f348841fb77e4bf5616f6b3a6d.