Triple System Analysis

File: index.html
Date: February 06, 2023
Timestamp: 20230206T000832.920Z

this hex signature can be verified with openssl:

xxd -r -p <hex contents> sig.bin
openssl dgst -sha256 -verify tri_pub.pem -signature sig.bin <file associated with hex contents>

Note that Cloudflare injects a piece of javascript at the end of index.html for bot mitigation that needs to be removed if you are verifying the page directly, or use this Zip version.