diff options
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/mk-ca-bundle.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index b871a0b3a..b0c8698d8 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -111,7 +111,7 @@ print CRT <<EOT;  ## This is a bundle of X.509 certificates of public Certificate Authorities  ## (CA). These were automatically extracted from Mozilla's root certificates  ## 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  ## can be directly used with curl / libcurl / php_curl, or with | 
