Hello everyone,
I’m currently looking for advices on ways that I could run OpenSSL commands such as “openssl dgst -sha1 filename” without using the command line tool and return the digest value to an apache environment variable.
E.g whenever a index.html request comes in, server will create a sha1 digest of index.html and return that digest to an environment variable of the server. Any advice on this?
If there’s any other better ways, I’m open to any advices