8 lines
166 B
Text
8 lines
166 B
Text
![]() |
url=https://curl.se/docs/caextract.html
|
||
|
|
||
|
getver_ca-certificates() {
|
||
|
fetch \
|
||
|
| grep -Eo cacert-[0-9.]+-[0-9.]+-[0-9.]+.pem \
|
||
|
| sed "s/cacert-//;s/\.pem//;s/-//g"
|
||
|
}
|