blob: 2827c0f249d7a22a762974d95135bbe2852b0499 (
plain)
1 --- psybnc/makefile.out 2005-04-14 02:37:04.000000000 +1000
2 +++ makefile.out 2005-04-14 02:39:50.000000000 +1000
3 @@ -10,21 +10,5 @@
4 all: $(OBJS)
5 $(CC) -o $(TARGET) $(CFLAGS) $(OBJS) $(LIBS)
6 @strip $(TARGET)
7 - @echo "*** GENERATING SSL-KEYS FROM CERTIFICATE **"
8 - @echo "* You will be prompted for Cert-Contents *"
9 - @echo "* This Infos will be used only for SSL *"
10 - @echo "* Alter the informations to your values *"
11 - @echo "* for the sake of correct Cert-Checking *"
12 - @echo "*******************************************"
13 - @echo "Generating certificate request .. "
14 - @/usr/bin/openssl req -new -config src/ssl.cnf -out key/psybnc.req.pem \
15 - -keyout key/psybnc.key.pem -nodes
16 - @echo "Generating self-signed certificate .. "
17 - @/usr/bin/openssl req -x509 -days 365 -in key/psybnc.req.pem \
18 - -key key/psybnc.key.pem -out key/psybnc.cert.pem
19 - @echo "Generating fingerprint .."
20 - @/usr/bin/openssl x509 -subject -dates -fingerprint -noout \
21 - -in key/psybnc.cert.pem
22 - @echo psyBNC2.3.1-Linux ready. Please read the README before you run psybnc.
23
24 include ./targets.mak
|