1
0

Turned off echo in Windows script.

This commit is contained in:
Mattes D 2015-01-25 16:34:10 +01:00
parent 13091e0fa0
commit e8a9f0a5df

View File

@ -1,3 +1,4 @@
@echo off
echo This script generates the certificate and private key for the https webadmin
echo Note that the generated certificate is self-signed, and therefore not trusted by browsers
echo Note that this script requires openssl to be installed and in PATH