rm -rf application/* #openssl genrsa -out application/webhook.key 4096 openssl req -new -sha256 -nodes -out application/webhook.csr -newkey rsa:2048 -keyout application/webhook.key -config config.conf