--- Unreal3.2.cvs/Makefile.in	2010-12-08 01:48:41.000000000 +0000
+++ Unreal3.2.9/Makefile.in	2010-12-28 00:09:46.000000000 +0000
@@ -225,6 +227,9 @@ install: all
 	$(INSTALL) -m 0700 ircdcron/ircdchk $(IRCDDIR)/ircdcron
 	-@if [ ! -f "$(IRCDDIR)/curl-ca-bundle.crt" ] ; then \
 		$(INSTALL) -m 0700 curl-ca-bundle.crt $(IRCDDIR) ; \
+		$(INSTALL) -m 0600 server.req.pem $(IRCDDIR) ; \
+		$(INSTALL) -m 0600 server.key.pem $(IRCDDIR) ; \
+		$(INSTALL) -m 0600 server.cert.pem $(IRCDDIR) ; \
 	fi
 
 pem:	src/ssl.cnf
