]> git.pld-linux.org Git - packages/stunnel.git/blob - stunnel-gen-cert.patch
- fixed
[packages/stunnel.git] / stunnel-gen-cert.patch
1 --- stunnel-3.9/Makefile.in~    Sun Dec 31 04:46:19 2000
2 +++ stunnel-3.9/Makefile.in     Sun Dec 31 04:53:44 2000
3 @@ -82,7 +82,7 @@
4  $(OBJS): Makefile common.h
5  
6  stunnel.pem: stunnel.cnf
7 -       $(ssldir)/bin/openssl req -new -x509 -days 365 -nodes \
8 +       echo -e "\n\n\n\n\n\n" | $(ssldir)/bin/openssl req -new -x509 -days 365 -nodes \
9                 -config stunnel.cnf -out stunnel.pem -keyout stunnel.pem
10         $(ssldir)/bin/openssl x509 -subject -dates -fingerprint -noout \
11                 -in stunnel.pem
This page took 0.0282 seconds and 3 git commands to generate.