[//]: #@corifeus-header
# 📡 P3X Redis UI can work with huge key sets, is functional and works on the web and desktop (Electron)
[//]: #@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 v2019.4.144
[![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) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
## P3X Sponsors
[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com/?from=patrikx3)
[![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/?from=patrikx3) [![NoSQLBooster](https://cdn.corifeus.com/assets/png/nosqlbooster-70x70.png)](https://www.nosqlbooster.com/)
[The Smartest IDE for MongoDB](https://www.nosqlbooster.com)
# Open collective
## Contributors
This project exists thanks to all the people who contribute.
## Backers
Thank you to all our backers!
🙏 [Become a backer](https://opencollective.com/p3x-redis-ui#backer)
## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
🙏 [Become a sponsor](https://opencollective.com/p3x-redis-ui#sponsor)
[//]: #@corifeus-footer:end