Mercurial > prosody-hg
view spec/tls/config1/assert.sh @ 14229:ce31fdde0ad1 default tip
net.unbound: Simplify conditional
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 13 Jun 2026 11:35:18 +0200 |
| parents | 4122978f2575 |
| children |
line wrap: on
line source
#!/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"
