I'm writing a DockerFile to build an image with apache2 and u2fval, and I need to create credentials for one user using apache2 digest. But the command:
htdigest -c /whatever/myfile.digest "realm" user
will always ask user for password, is there a way for me to give the command a password to use (Without prompting user etc...) ? Thanks.