mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
purge baltimore-cybertrust-root.pem from certs/external/include.am and scripts/.
This commit is contained in:
@ -170,7 +170,7 @@ cleanup()
|
||||
trap cleanup EXIT INT TERM HUP
|
||||
|
||||
server=login.live.com
|
||||
ca=certs/external/baltimore-cybertrust-root.pem
|
||||
ca=certs/external/DigiCertGlobalRootCA.pem
|
||||
|
||||
[ ! -x ./examples/client/client ] && printf '\n\n%s\n' "Client doesn't exist" && exit 1
|
||||
|
||||
|
@ -300,7 +300,7 @@ sleep 0.1
|
||||
|
||||
# client test against the server
|
||||
server=login.live.com
|
||||
#ca=certs/external/baltimore-cybertrust-root.pem
|
||||
#ca=certs/external/DigiCertGlobalRootCA.pem
|
||||
ca=./certs/external/ca_collection.pem
|
||||
|
||||
if [[ "$V4V6" == "4" ]]; then
|
||||
|
Reference in New Issue
Block a user