Skip to content
Snippets Groups Projects
Commit 81b64f69 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use a more updated certdata.txt URL

parent 17e1f58f
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ use LWP::UserAgent;
use strict;
use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v);
my $url = 'http://lxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1';
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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment