diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-04-07 22:42:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-07 22:42:22 +0200 |
commit | 23544f35fd34d388bc60080941e22e441b9c815c (patch) | |
tree | 2db8d75a2ad343c477b596acd8056fc3e0825bba | |
parent | 2f6924032a8e0d28b53036aa49661d627af0e2bd (diff) |
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...
-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 |