-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
In case anyone has same issue (mac):
npm root -g
cd @airtable/blocks-cli/keys/
remove -rf server.*
openssl req -newkey rsa:2048 -x509 -nodes -keyout server.key -new -out server.crt -subj /CN=localhost -reqexts SAN -extensions SAN -config <(cat /System/Library/OpenSSL/openssl.cnf <(printf '[SAN]\nsubjectAltName=DNS:localhost')) -sha256 -days 3650
add SSL from your web browsers to key chain
Metadata
Metadata
Assignees
Labels
No labels