Kill generate_certificates.sh

This commit is contained in:
Joris Vink 2014-08-03 17:06:42 +02:00
parent a477c9a2a3
commit 82420e69b2
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
#!/bin/sh
CERTDIR=cert
rm -rf ${CERTDIR}
mkdir -p ${CERTDIR}
openssl genrsa -des3 -passout pass:pass 2048 > ${CERTDIR}/server.key
openssl req -passin pass:pass -new -key ${CERTDIR}/server.key -x509 -days 356 -out ${CERTDIR}/server.crt << EOF
IO
Kore
Kore
Kore
Kore
Kore
Kore
EOF
openssl rsa -in ${CERTDIR}/server.key -passin pass:pass -out ${CERTDIR}/server.key