-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Is this a critical security issue?
- This is not a security issue.
Describe the Bug
Just noticed a minor mismatch:
The documentation states 120 seconds as default value for WAITFORCERT. The Containerfile initializes WAITFORCERT to "" and the openvoxdb/ssl.sh script then uses WAITFORCERT=${WAITFORCERT:-300} to set a default value of 300 seconds if necessary (as documented in the beginning of the ssl.sh script). However, this default value does not match what is originally stated in the documentation of container-openvoxdb.
Expected Behavior
Default to the documented value or adjust documentation to state the actual default value.
(A possible solution could be to explicitly set WAITFORCERT to 120 in the Containerfile.)
Steps to Reproduce
n/a
Environment
n/a
Additional Context
No response
Relevant log output
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done