Create a self signed certificate

Using openssl to create a certificate

openssl req -x509 -newkey rsa:4096 -keyout cert.key -out cert.crt -days 365 -nodes