1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Move src/ssl.cnf -> extras/ssl.cnf

[skip ci]
This commit is contained in:
Bram Matthys
2019-06-30 10:25:19 +02:00
parent e90f6e0446
commit d3d9b499a7
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -247,10 +247,10 @@ install: all
fi
### TODO: all the stuff below ;) ###
pem: src/ssl.cnf
pem: extras/ssl.cnf
@echo "Generating certificate request .. "
$(OPENSSLPATH) req -new \
-config src/ssl.cnf -sha256 -out server.req.pem \
-config extras/ssl.cnf -sha256 -out server.req.pem \
-keyout server.key.pem -nodes
@echo "Generating self-signed certificate .. "
$(OPENSSLPATH) req -x509 -days 3650 -sha256 -in server.req.pem \