jsenv / https-local

A programmatic way to generate locally trusted certificates
MIT License
3 stars 0 forks source link

Update workflow to mac-os 12 #7

Open dmail opened 2 years ago

dmail commented 2 years ago

Will likely cause an error when trying to write into keychain as explained in https://github.com/FiloSottile/mkcert/issues/94

Maybe running (except in our case it would be System.keychain)

security unlock-keychain /Library/Keychains/System.keychain

could do the trick as explained in https://stackoverflow.com/a/50538785