aria2: fix ca_certificate file (#683)

This commit is contained in:
Husky 2023-05-03 10:36:52 +08:00 committed by GitHub
parent aea60b5432
commit 943d6a07c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ aria2_validate() {
'bt_seed_unverified:or("true","false")' \
'bt_stop_timeout:uinteger' \
'bt_tracker:list(string)' \
'ca_certificate:file' \
'ca_certificate:string:/etc/ssl/certs/ca-certificates.crt' \
'certificate:file' \
'check_certificate:or("true","false"):true' \
'check_integrity:or("true","false")' \