We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c356d4 commit 963f61eCopy full SHA for 963f61e
self-signed-tls
@@ -400,7 +400,7 @@ _trust_linux() {
400
#######################################
401
_trust_ca() {
402
# Check if CA exists and script is instructed to trust
403
- if [ -f "${CA_KEY}" ] && [ -f "${CA}" ] && [ -n "${TRUST}" ]; then
+ if [ -f "${CA}" ] && [ -n "${TRUST}" ]; then
404
if [[ "${OSTYPE}" == "darwin"* ]]; then
405
# MacOS (Darwin)
406
sudo security add-trusted-cert -d -r trustRoot \
0 commit comments