blob: f7d41c265844ed03a245c558dc8cf773670f1555 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
#set -x
. ../lib.sh
expect_cert "certs/example.com.crt" "localhost:5222" "example.com" "xmpp"
expect_cert "certs/share.example.com.crt" "localhost:5281" "share.example.com" "tls"
exit "$failures"
|