update web api to latest
This commit is contained in:
4
web/make_localhost_cert.sh
Normal file
4
web/make_localhost_cert.sh
Normal file
@ -0,0 +1,4 @@
|
||||
# Run this to make cert you can import in chrome, then run localhost with HTTPS
|
||||
|
||||
openssl req -x509 -out localhost.crt -keyout localhost.key -newkey rsa:2048 -nodes -sha256 -subj '/CN=localhost' -extensions EXT -config <( \
|
||||
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
|
Reference in New Issue
Block a user