#!/bin/sh

xmlsec1 --verify --trusted-pem cert.pem --enabled-reference-uris remote,local,same-doc "$@"

