mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Remove OCSP check on seirdy.one (my ocsp broke 😭)
This commit is contained in:
parent
c74dc4b726
commit
f07aa88c6c
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
# no pipefail here since there are no pipes.
|
||||
|
||||
set -e -u
|
||||
curl --proto "=https" --tlsv1.3 --cert-status -sS -m"${SEIRDYONE_CURL_TIMEOUT-10}" "$@"
|
||||
curl --proto "=https" --tlsv1.3 -sS -m"${SEIRDYONE_CURL_TIMEOUT-10}" "$@"
|
||||
|
|
Loading…
Reference in a new issue