testing: Distributed openssl-ikev1 scenarios
This commit is contained in:
committed by
Tobias Brunner
parent
c9883d612b
commit
e7166c342b
@@ -1219,8 +1219,8 @@ mkdir -p ${TEST}/hosts/dave/${SWANCTL_DIR}/pkcs8
|
|||||||
openssl pkcs8 -in ${DAVE_KEY} -nocrypt -topk8 -v2 aes128 \
|
openssl pkcs8 -in ${DAVE_KEY} -nocrypt -topk8 -v2 aes128 \
|
||||||
-passout "pass:OJlNZBx+80dLh4wC6fw5LmBd" -out ${TEST_KEY}
|
-passout "pass:OJlNZBx+80dLh4wC6fw5LmBd" -out ${TEST_KEY}
|
||||||
|
|
||||||
# Put CA and EE certificate copies in the openssl-ikev1/ecdsa-certs scenario
|
# Put CA and EE certificate copies in the ikev1/ecdsa-certs scenario
|
||||||
TEST="${TEST_DIR}/openssl-ikev1/ecdsa-certs"
|
TEST="${TEST_DIR}/ikev1/ecdsa-certs"
|
||||||
cd ${TEST}/hosts/moon/${SWANCTL_DIR}
|
cd ${TEST}/hosts/moon/${SWANCTL_DIR}
|
||||||
mkdir -p ecdsa x509 x509ca
|
mkdir -p ecdsa x509 x509ca
|
||||||
cp ${MOON_KEY} ecdsa
|
cp ${MOON_KEY} ecdsa
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
|
charon {
|
||||||
|
load = random nonce pem pkcs1 openssl curl revocation vici kernel-netlink socket-default updown
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
|
charon {
|
||||||
|
load = random nonce pem pkcs1 openssl curl revocation vici kernel-netlink socket-default updown
|
||||||
|
}
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
|
||||||
|
|
||||||
charon {
|
|
||||||
load = random nonce aes sha1 sha2 gmp pem pkcs1 hmac kdf x509 openssl curl revocation vici kernel-netlink socket-default updown
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
|
||||||
|
|
||||||
charon {
|
|
||||||
load = random nonce aes des sha1 sha2 gmp pem pkcs1 hmac kdf x509 openssl curl revocation vici kernel-netlink socket-default updown
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user