mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 11:53:12 +02:00
Windows: shut up warning on certificate generation during installation.
WARNING: can't open config file: c:/libressl/ssl/openssl.cnf
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@title Encrypting server private key
|
||||
SET OPENSSL_CONF=ssl.cnf
|
||||
openssl rsa -in conf/ssl/server.key.pem -out conf/ssl/server.key.c.pem -des3
|
||||
copy conf/ssl/server.key.c.pem conf/ssl/server.key.pem
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@title Certificate Generation
|
||||
SET OPENSSL_CONF=ssl.cnf
|
||||
openssl req -new -config ssl.cnf -out conf/ssl/server.req.pem -keyout conf/ssl/server.key.pem -nodes
|
||||
openssl req -x509 -config ssl.cnf -days 3650 -sha256 -in conf/ssl/server.req.pem -key conf/ssl/server.key.pem -out conf/ssl/server.cert.pem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user