Open geekelo opened 4 months ago
cp .env.example .env.local
To Copy certificates
rename the extention from .cert to .crt
Run
sudo cp ./certificates/crypto-signing-server-api.bananacrystal.local.crt /usr/local/share/ca-certificates/
Verify
sudo update-ca-certificates
[x] Add 127.0.0.1 crypto-signing-server-api.bananacrystal.local to Your /etc/hosts
Open the /etc/hosts file with a text editor:
sudo nano /etc/hosts
127.0.0.1 crypto-signing-server-api.bananacrystal.local
In nano, press CTRL+X to exit, then Y to confirm saving the changes, and press Enter to confirm the filename.
Configure AWS
MongoDB Install start and stop
mongo --port 27018
cp .env.example .env.local