> Hi,
> I've this command:
> /usr/bin/xmlsec1 sign --privkey-pem DSAPrivateKey.pem
> --pubkey-der DSAPublicKey.key --output out.xml.out in.xml
> I'm not allowed to use xmlsec on my server, and i need to sign this xml
> with only openssl. Is this possible?
I'm not an expert on this by any mean
Hi,
I've this command:
/usr/bin/xmlsec1 sign --privkey-pem DSAPrivateKey.pem --pubkey-der
DSAPublicKey.key --output out.xml.out in.xml
I'm not allowed to use xmlsec on my server, and i need to sign this xml with
only openssl. Is this possible?
Bye