Regenerate SSL Cert

I originally deployed Quantrocket from Windows to a virtual machine on Google Cloud, and the installation was successful.

I needed to migrate my install to a new virtual machine with a new IP address and hostname. I can access JupyterLab/Quantrocket fine, but SSL is not working because the SSL cert is now invalid.

How do I regenerate a SSL certificate using LetsEncrypt for the new virtual machine?

David

First you would destroy the old machine and local configuration with docker-machine rm quantrocket. Follow the usage guide to save any code or dbs you want first.

Then it's a fresh install so you would need to follow the installation guide again, including setting of HOUSTON environment variables which tell QuantRocket what hostname to use.

Error messages for an invalid cert can be viewed with docker-compose logs houston