P3X GitList Demo
GitHub
Repo
Changelog
To do
Releases
Themes
Language
Afrikaans
العربية
বাংলা
Català
Čeština
Dansk
Deutsch
Ελληνικά
English
Español
Suomi
Français
עברית
Magyar
Italiano
日本語
한국어
Nederlands
Norsk
Polski
Português
Română
Русский
Српски
Svenska
Türkçe
Українська
Tiếng Việt
中文
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
36e4ba9f8d320a04732550a617232239d0ea2f67
Branches
master
Tags
v2026.4.125
v2026.4.124
Files
Commits
Log
Graph
Stats
redis-ui.git
artifacts
readme
create-https-cert.md
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Delete
Are you sure to delete this file?
Editor
Raw
Blame
History
Markdown code
Clone
SSH
HTTPS
This file ( 2kB ) exceeds the allowed full mode (48 kb) size. The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode, although some users like it.
artifacts/readme/create-https-cert.md
[//]: #@corifeus-header # 📡 P3X Redis UI that uses Socket.IO, AngularJs Material and IORedis with statistics, console - terminal, tree, dark mode, internationalization, multiple connections, web and desktop by 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 v2018.12.22-1 [](https://www.facebook.com/corifeus.software) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) ## P3X Sponsors [IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com) [](https://www.jetbrains.com/) [](https://www.nosqlbooster.com/) [The Smartest IDE for MongoDB](https://www.nosqlbooster.com) [//]: #@corifeus-footer:end