Added certificate generation script
parent
c83248f7fb
commit
794a6067c9
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
openssl genrsa 2048 > private
|
||||
openssl req -new -x509 -nodes -sha1 -days 3650 -key private > cert
|
Loading…
Reference in New Issue