8
0
mirror of https://github.com/key-networks/ztncui.git synced 2024-08-31 04:28:00 +00:00

Issue#36: .deb deploys default TLS certificate and private key (#39)

* issue#36: Generating TLS key and self-signed cert after installing/upgrading the package

* issue#36: Updated libstdc++.a dependency to v10

* issue#36: Generate self-signed certs after install/upgrade

* issue#36: Updated dependencies

* issue#36: Check for pre-existence of key/cert
This commit is contained in:
key-networks
2021-01-14 19:41:49 +08:00
committed by GitHub
parent 537a567e29
commit ab057c854c
5 changed files with 52 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ztncui",
"version": "0.5.8",
"version": "0.6.3",
"private": true,
"scripts": {
"start": "node ./bin/www",
@@ -17,9 +17,9 @@
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"got": "^7.1.0",
"helmet": "^3.12.0",
"helmet": "^3.23.0",
"ip-address": "^5.8.9",
"jquery": "^3.4.1",
"jquery": "^3.5.1",
"morgan": "~1.9.1",
"node-persist": "^2.1.0",
"pug": "^2.0.4",