mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
mk-ca-bundle.pl: show full URL in output
When I decided to search for a potential error with the cacert bundle it struck me I wanted to see the full source URL in the output...
This commit is contained in:
parent
2f6924032a
commit
23544f35fd
@ -111,7 +111,7 @@ print CRT <<EOT;
|
|||||||
## This is a bundle of X.509 certificates of public Certificate Authorities
|
## This is a bundle of X.509 certificates of public Certificate Authorities
|
||||||
## (CA). These were automatically extracted from Mozilla's root certificates
|
## (CA). These were automatically extracted from Mozilla's root certificates
|
||||||
## file (certdata.txt). This file can be found in the mozilla source tree:
|
## file (certdata.txt). This file can be found in the mozilla source tree:
|
||||||
## '/mozilla/security/nss/lib/ckfw/builtins/certdata.txt'
|
## $url
|
||||||
##
|
##
|
||||||
## It contains the certificates in ${format}PEM format and therefore
|
## It contains the certificates in ${format}PEM format and therefore
|
||||||
## can be directly used with curl / libcurl / php_curl, or with
|
## can be directly used with curl / libcurl / php_curl, or with
|
||||||
|
Loading…
Reference in New Issue
Block a user