X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=win%2Fmake_gnutls_cert.bat;h=159cd1012ee96b9ae3147ba78b4275e7aecb63b5;hb=aa692dc1039b63deef7886e914ec499abe7facaf;hp=97792cc2998b958faaa9e96b6d61c2f366ad3990;hpb=388e4ff40931dda5870ddef149e54bdcc6c5a711;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/win/make_gnutls_cert.bat b/win/make_gnutls_cert.bat index 97792cc29..159cd1012 100644 --- a/win/make_gnutls_cert.bat +++ b/win/make_gnutls_cert.bat @@ -1,14 +1,14 @@ -@echo off - -echo This program will generate SSL certificates for m_ssl_gnutls.so -echo Ensure certtool.exe is in your system path. It can be downloaded -echo at ftp://ftp.gnu.org/gnu/gnutls/w32/. If you do not know the answer -echo to one of the questions just press enter. -echo. - -pause - -certtool --generate-privkey --outfile conf/key.pem -certtool --generate-self-signed --load-privkey conf/key.pem --outfile conf/cert.pem - +@echo off + +echo This program will generate SSL certificates for m_ssl_gnutls.so +echo Ensure certtool.exe is in your system path. It can be downloaded +echo at ftp://ftp.gnu.org/gnu/gnutls/w32/. If you do not know the answer +echo to one of the questions just press enter. +echo. + +pause + +certtool --generate-privkey --outfile conf/key.pem +certtool --generate-self-signed --load-privkey conf/key.pem --outfile conf/cert.pem + pause \ No newline at end of file