For generating certs to use with azurite and minio -
~/openssl1.1.1m/bin/openssl req -newkey rsa:2048 -x509 -nodes -keyout key.pem -new -out cert.pem -sha256 -days 365 -addext "subjectAltName=IP:127.0.0.1" -subj "/C=CO/ST=ST/L=LO/O=OR/OU=OU/CN=CN"
~/openssl1.1.1m/bin/openssl rsa -in key.pem -out key1.pem
tar cvf azurite.tar cert.pem key.pem key1.pem

Storing encrypted secrets
gpg --symmetric --cipher-algo AES256 azurite.tar
From <Github_Repo>/settings/secrets/actions, create/update secret AZURITE_TAR using the password used with gpg
