Need SSL setup for Ubuntu server with Godaddy Domain/Setup Flask to work as domain/Setup Flask to run and recover as service
Budget: $30 – $250 USD
1) Currently Have AWS server running Ubuntu and want a custom app to run and recover as service.
2) Need SSL setup for AWS Ubuntu server with GoDaddy Domain
Currently Have cert from SSLs.com
3) need to have Flask to be Setup to work as domain so users can just type in domain to run app
if __name__ == '__main__':
app.run(host='0.0.0.0', port=80)
Want to make sure that this does not interfere with 'phpmyadmin'
2) Need SSL setup for AWS Ubuntu server with GoDaddy Domain
Currently Have cert from SSLs.com
3) need to have Flask to be Setup to work as domain so users can just type in domain to run app
if __name__ == '__main__':
app.run(host='0.0.0.0', port=80)
Want to make sure that this does not interfere with 'phpmyadmin'