deleted
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /etc/openssl
|
||||
|
||||
echo "Content-type: application/ocsp-response"
|
||||
echo ""
|
||||
|
||||
/usr/bin/openssl ocsp -index index.txt -CA strongswanCert.pem \
|
||||
-rkey strongswanKey.pem -rsigner strongswanCert.pem \
|
||||
-resp_no_certs -nmin 5 \
|
||||
-reqin /dev/stdin -respout /dev/stdout
|
||||
@@ -1,4 +1,3 @@
|
||||
winnetou::/etc/openssl/start-ocsp
|
||||
moon::ipsec start
|
||||
carol::ipsec start
|
||||
carol::sleep 2
|
||||
|
||||
Reference in New Issue
Block a user