diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-12-28 01:47:06 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-12-28 01:47:06 +0100 |
commit | 3fedcf09499bf29dddbb4dac7e9a6a615e60f29a (patch) | |
tree | 6069ebb30ee9cbed43009037a269d57c0e5b4192 /ext | |
parent | 835009b9ce9288654520c5536d9cdb63946e0102 (diff) |
some hints for myself
Diffstat (limited to 'ext')
-rw-r--r-- | ext/openssl-wdk/mk-ca-bundle.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/openssl-wdk/mk-ca-bundle.pl b/ext/openssl-wdk/mk-ca-bundle.pl index 43718608..3b4e16ae 100644 --- a/ext/openssl-wdk/mk-ca-bundle.pl +++ b/ext/openssl-wdk/mk-ca-bundle.pl @@ -39,6 +39,8 @@ use MIME::Base64; use strict; use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v); +# more up-to-date revisions can always be found at http://hg.mozilla.org/mozilla-central/ +# in the security/nss/lib/ckfw/builtins folder my $url = 'http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1'; # If the OpenSSL commandline is not in search path you can configure it here! my $openssl = 'openssl'; |