mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 05:31:41 +00:00
update
This commit is contained in:
6
node_modules/browser-sync/certs/gen.sh
generated
vendored
Executable file
6
node_modules/browser-sync/certs/gen.sh
generated
vendored
Executable file
@ -0,0 +1,6 @@
|
||||
openssl genrsa -des3 -out server.key 2048
|
||||
openssl req -new -key server.key -out server.csr
|
||||
openssl x509 -req -days 3650 -in server.csr -signkey server.key -out server.crt
|
||||
cp server.key server.key.copy
|
||||
openssl rsa -in server.key.copy -out server.key
|
||||
rm server.key.copy
|
Reference in New Issue
Block a user