7 lines
166 B
Text
7 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"
|
|
}
|