-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
robo8x [chore] 9/11/2018, 8:36:11 PM
- Loading branch information
Showing
8 changed files
with
68 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
[//]: #@corifeus-header | ||
|
||
# 📡 The built p3x-redis-ui using p3x-redis-ui-server and p3x-redis-ui-material. | ||
|
||
[//]: #@corifeus-header:end | ||
# Create HTTPS2 certificate | ||
|
||
Use PEM pass phrase: `123456789` | ||
|
||
```bash | ||
#openssl req -newkey rsa:2048 -keyout localhost.key -out localhost.csr -passwd 123456789 | ||
openssl req -x509 -sha256 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 36500 | ||
openssl rsa -in key.pem -out key.nopass.pem | ||
``` | ||
|
||
# Allow unauthorized TLS certificate | ||
|
||
```bash | ||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"; | ||
``` | ||
|
||
[//]: #@corifeus-footer | ||
|
||
--- | ||
|
||
[**P3X-REDIS-UI**](https://pages.corifeus.com/redis-ui) Build v2018.9.11-15 | ||
|
||
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) | ||
|
||
|
||
## P3X Sponsors | ||
|
||
[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com) | ||
|
||
[![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/) [![NoSQLBooster](https://cdn.corifeus.com/assets/png/nosqlbooster-70x70.png)](https://www.nosqlbooster.com/) | ||
|
||
[The Smartest IDE for MongoDB](https://www.nosqlbooster.com) | ||
|
||
|
||
|
||
|
||
[//]: #@corifeus-footer:end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "p3x-redis-ui", | ||
"version": "2018.9.11-11", | ||
"version": "2018.9.11-15", | ||
"description": "📡 The built p3x-redis-ui using p3x-redis-ui-server and p3x-redis-ui-material.", | ||
"corifeus": { | ||
"icon": "fas fa-database", | ||
|
@@ -41,14 +41,14 @@ | |
"author": "Patrik Laszlo <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"corifeus-builder": "^2018.9.8-0" | ||
"corifeus-builder": "^2018.9.11-0" | ||
}, | ||
"engines": { | ||
"node": ">=8.11.4" | ||
}, | ||
"homepage": "https://pages.corifeus.com/redis-ui", | ||
"dependencies": { | ||
"p3x-redis-ui-material": "^2018.9.11-10", | ||
"p3x-redis-ui-server": "^2018.9.11-10" | ||
"p3x-redis-ui-material": "^2018.9.11-14", | ||
"p3x-redis-ui-server": "^2018.9.11-14" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters