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.am | |
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.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bcb42c553..1a6945598 100644 --- a/Makefile.am +++ b/Makefile.am @@ -137,3 +137,7 @@ uninstall-hook: 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 |