summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
authorbeck <>2005-04-01 05:31:40 +0000
committerbeck <>2005-04-01 05:31:40 +0000
commitc63495fc9372c656f97188abc98880fa2b0dc2d3 (patch)
treee9a945977afb24ccc6baf852dad65d66591eff7a /src/lib/libssl/Makefile
parente1f306dab472a12ccd5707373e02c68fca48115b (diff)
downloadopenbsd-c63495fc9372c656f97188abc98880fa2b0dc2d3.tar.gz
openbsd-c63495fc9372c656f97188abc98880fa2b0dc2d3.tar.bz2
openbsd-c63495fc9372c656f97188abc98880fa2b0dc2d3.zip
Add a reasonably sane CA bundle to /etc/ssl/cert.pem, the default
location for libssl, this makes lynx not bitch when seeing sites with certificates signed by these issuers. We should probably think carefully about adding a few more in here too.
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index 80fb532c3c..f356472977 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.13 2002/09/03 18:59:55 markus Exp $ 1# $OpenBSD: Makefile,v 1.14 2005/04/01 05:31:40 beck Exp $
2 2
3SUBDIR=crypto ssl man 3SUBDIR=crypto ssl man
4 4
@@ -6,6 +6,8 @@ distribution:
6 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ 6 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \
7 ${.CURDIR}/openssl.cnf ${DESTDIR}/etc/ssl/openssl.cnf && \ 7 ${.CURDIR}/openssl.cnf ${DESTDIR}/etc/ssl/openssl.cnf && \
8 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ 8 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \
9 ${.CURDIR}/cert.pem ${DESTDIR}/etc/ssl/cert.pem && \
10 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \
9 ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf 11 ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf
10 12
11.include <bsd.subdir.mk> 13.include <bsd.subdir.mk>