Is there a mechnism that can ensure a deployment (server that can give https responses) is built from the actual (public) sourcecode provided by another https URL?
sourcecode
from
commit #10020athttps://git.localhost/(contains a file with a signed message?)
deployment
using the sourecode
commit #10020athttps://app.localhost/...provides signed response header likeX-Hash: 1123123abcdef312andX-Signature: 987987978978879??
Considering all https certificates are valid and there is no tls mitm happening from outside the domain(s), is there a way to prove the link between source and output?