6 lines
88 B
Bash
6 lines
88 B
Bash
|
|
httpxSslCertFileUnset() {
|
||
|
|
unset SSL_CERT_FILE
|
||
|
|
}
|
||
|
|
|
||
|
|
postHooks+=(httpxSslCertFileUnset)
|