WebThingsIO / registration_server

The registration server for WebThings Gateway.
Mozilla Public License 2.0
79 stars 33 forks source link

Start using LE staging in our staging environment #30

Closed andrenatal closed 6 years ago

hobinjk commented 6 years ago

https://letsencrypt.org/docs/staging-environment/

andrenatal commented 6 years ago

Actually this should be changed in the client, and not here. One should change here:

https://github.com/mozilla-iot/gateway/blob/master/src/controllers/settings_controller.js#L88

to use greenlock.stagingServerUrl instead greenlock.productionServerUrl

Will close this and open in the gateway repo