Enabling SSL
1. Get a certificate
mkcert -install> mkcert localhost 127.0.0.1
Created a new certificate valid for the following names 📜
- "localhost"
- "127.0.0.1"
The certificate is at "./localhost+1.pem" and the key at "./localhost+1-key.pem" ✅
It will expire on 13 May 2023 🗓2. Setup CMA
Last updated