forked from wolfSSL/wolfssl
fixes test scripts to avoid bash-isms
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
openssl ocsp -port 22220 -nmin 1 \
|
openssl ocsp -port 22220 -nmin 1 \
|
||||||
-index certs/ocsp/index0.txt \
|
-index certs/ocsp/index0.txt \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
openssl ocsp -port 22221 -nmin 1 \
|
openssl ocsp -port 22221 -nmin 1 \
|
||||||
-index certs/ocsp/index1.txt \
|
-index certs/ocsp/index1.txt \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
openssl ocsp -port 22222 -nmin 1 \
|
openssl ocsp -port 22222 -nmin 1 \
|
||||||
-index certs/ocsp/index2.txt \
|
-index certs/ocsp/index2.txt \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
openssl ocsp -port 22223 -nmin 1 \
|
openssl ocsp -port 22223 -nmin 1 \
|
||||||
-index certs/ocsp/index3.txt \
|
-index certs/ocsp/index3.txt \
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
openssl req \
|
openssl req \
|
||||||
-new \
|
-new \
|
||||||
-key root-ca-key.pem \
|
-key root-ca-key.pem \
|
||||||
|
Reference in New Issue
Block a user