You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Manual.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1018,20 +1018,22 @@ TLS ping to remote endpoint, can probe for revoked or expired certificates
1018
1018
1019
1019
```YAML
1020
1020
tls:
1021
-
- name: expired test
1021
+
- name: expired test
1022
1022
host: expired.badssl.com:443
1023
1023
proxy: socks5://proxy.server:1080 # Optional. Only support socks5.
1024
-
# Also support the `ALL_PROXY` environment.
1025
-
insecure_skip_verify: true# dont check cert validity
1026
-
expire_skip_verify: true # dont check cert expire date
1027
-
alert_expire_before: 168h # alert if cert expire date is before X, the value is a Duration, see https://pkg.go.dev/time#ParseDuration. example: 1h, 1m, 1s. expire_skip_verify must be false to use this feature.
# proxy: socks5://proxy.server:1080 # Optional. Only support socks5.
148
-
# # Also support the `ALL_PROXY` environment.
149
-
# insecure_skip_verify: true # dont check cert validity
150
-
# expire_skip_verify: true # dont check cert expire date
151
-
# alert_expire_before: 168h # alert if cert expire date is before X, the value is a Duration, see https://pkg.go.dev/time#ParseDuration. example: 1h, 1m, 1s. expire_skip_verify must be false to use this feature.
0 commit comments