aurweb/docker/health/ca.sh
Kevin Morris d63615a994
fix(docker): fix ca entrypoint logic and healthcheck
With this commit, it is advised to `rm ./data/root_ca.crt ./data/*.pem`,
as new certificates and a root CA will be generated while utilizing the
step volume.

Closes #367

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-08-13 23:43:04 -07:00

2 lines
54 B
Bash
Executable file

#!/bin/bash
exec curl -qkiI 'https://localhost:8443/'