diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-23 22:02:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-23 22:02:41 +0000 |
commit | 1c04aa54a78e24cc9d5896e31e97c89f5d3c2139 (patch) | |
tree | 4747b3e8668f957024ff0abd68944bf5a849e1b1 /Makefile.dist | |
parent | b718283327d3830c873df4d6c62a44b57f307bac (diff) | |
download | curl-1c04aa54a78e24cc9d5896e31e97c89f5d3c2139.tar.gz |
- Running 'make ca-firefox' in the root build dir will now run the new
firefox-db2pem.sh conversion script that converts a local Firefox db of ca
certs into PEM format, suitable for use with a OpenSSL or GnuTLS built
libcurl.
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.dist b/Makefile.dist index b599c0765..26005eaee 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -265,4 +265,6 @@ ca-bundle: lib/mk-ca-bundle.pl @echo "generate a fresh ca-bundle.crt" @perl $< -b -l -u lib/ca-bundle.crt - +ca-firefox: lib/db2pem.sh + @echo "generate a fresh ca-bundle.crt" + ./lib/firefox-db2pem.sh lib/ca-bundle.crt |