diff --git a/ssl/mkcerts.sh b/ssl/mkcerts.sh index 2563a560..50e006a0 100755 --- a/ssl/mkcerts.sh +++ b/ssl/mkcerts.sh @@ -1,15 +1,3 @@ #!/bin/sh -rm index.* -rm serial.* -echo '1000' > serial -touch index.txt - -echo Creating AC Req -openssl req -newkey rsa:1024 -keyout ac.key -config openssl.cnf -out ac.req -#openssl ca -startdate 700101000000 -enddate 300101000000 -config openssl.cnf -out ac.crt -infiles ac.req -openssl ca -config openssl.cnf -out ac.crt -infiles ac.req - -echo Creating Wtp Cert -openssl req -newkey rsa:1024 -keyout wtp.key -config openssl.cnf -out wtp.req -openssl ca -config openssl.cnf -out wtp.crt -infiles wtp.req +./mkcert.sh ac