1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 11:52:11 +00:00

Remove OCSP check on seirdy.one (my ocsp broke 😭)

This commit is contained in:
Seirdy 2024-07-20 22:12:12 -04:00
parent c74dc4b726
commit f07aa88c6c
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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}" "$@"