ca/cert-selfsigned: Fixed hashbang shell path, thanks to Ge0rG for bug report
This commit is contained in:
parent
d6d9ca2a04
commit
75d860808b
|
|
@ -1,4 +1,4 @@
|
|||
#!/binsh
|
||||
#!/bin/sh
|
||||
|
||||
# create new key and cert request
|
||||
openssl req -new -out ssl.req -subj "/callSign=TESTING/CN=Testing" -newkey rsa:4096 -days 3650 -nodes -config openssl.conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue