Added a mention to run as admin.
parent
cf821bc9a4
commit
dc2d2ce53c
|
@ -4,6 +4,8 @@ echo Note that this script requires openssl to be installed and in PATH
|
|||
echo.
|
||||
echo When OpenSSL asks you for Common Name, you need to enter the fully qualified domain name of the server, that is, e. g. gallery.xoft.cz
|
||||
echo.
|
||||
echo If OpenSSL fails with an error, "WARNING: can't open config file: /usr/local/ssl/openssl.cnf", you need to run this script as an administrator
|
||||
echo.
|
||||
|
||||
openssl req -x509 -newkey rsa:2048 -keyout httpskey.pem -out httpscert.crt -days 3650 -nodes
|
||||
pause
|
Loading…
Reference in New Issue