Buenas estimados Me han pasado éste código $pkeyid = openssl_pkey_get_private( file_get_contents( './facturas/privatekey.pem' ) );$signature = "";openssl_sign( hash( 'sha256', $cFirmaXml, true ), $signature, $pkeyid, OPENSSL_ALGO_SHA256 );print( base64_e...