From e499b7982cd104bea702886a0dc41a3d1e4d7c8c Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 25 Jul 2021 15:13:31 -0600 Subject: [PATCH] struct(entrypoint): add planned exit codes --- build/entrypoint.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build/entrypoint.sh b/build/entrypoint.sh index 6be7328..ff8827d 100755 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -123,4 +123,11 @@ fi printf "\nSetup complete...Container ready...\n" exec "$@" -#EOF \ No newline at end of file + +# exit return codes +# 10x certificate generation errors +# 101 unable to generate DSA-parameters +# 102 unable to generate private key +# 103 unable to generate self-signed certificate + +#EOF