Skip to content

use 3des instead of rc2 in .pfx test fixture

trinity-1686a requested to merge trinity-1686a/arti:update-pfx into main

fix #239 (closed)
uses SHA1 and 3DES as it seems to be the strongest cipher-suite available when reading man (I'm not sure what -aes128 changes, but it doesn't fix the issue. I think this flag is for secret key encryption, while our problem is on "public" certificate)

Merge request reports