it("should sign with a private key and verify with the certificate (DER) - " + algorithm, function () {
            const alice_private_key = readPrivateKey(alice_private_key_filename);
            const options1 = {
                algorithm,
                signatureLength,