From 3fedcf09499bf29dddbb4dac7e9a6a615e60f29a Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Tue, 28 Dec 2010 01:47:06 +0100 Subject: some hints for myself --- ext/openssl-wdk/mk-ca-bundle.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') 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'; -- cgit 1.4.1