alireza0/x-ui

self sign SSL if you use İP instead of domain

Closed this issue · 2 comments

Hello!
I use IP instead of domain name http://192.168.77.100:54321/Q1Oyv9XVCQGa1pY
How can I add pem and key file path for secure https via terminal

In UI add here Panel setting > General and this field Public Key Path | Private Key Path

Public Key Path
The public key file path for the web panel. (Begins with ‘/‘)
Private Key Path
The private key file path for the web panel. (Begins with ‘/‘)

image

1-make crt and key self sign
2-upload in your root directory
3-set /root/crt.crt to public key path in panel settings
4-set /root/key.pem to private key path in panel settings

@sssagsag I know this ))
If you read, " How can I add pem and key file path for secure https via terminal " I want put crt on ubuntu via terminal (CLI) not GUI
I want to edit and add path via terminal, not via GUI
I create and put, ALSO add path to config via terminal instead of GUI
I hope I can expaline