Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

localhost SSL expired #32

Open
meehow-m opened this issue Jul 31, 2022 · 0 comments
Open

localhost SSL expired #32

meehow-m opened this issue Jul 31, 2022 · 0 comments

Comments

@meehow-m
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant