yanivk1984
8/25/2019 - 2:15 PM

run flask with self signed certificate

# create the certificate with the following command on linux
openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365