RE: AWServer with ZPanelX 2.2 in available!
06-23-2015, 07:07 PM
(This post was last modified: 06-23-2015, 07:07 PM by MarkDark.)
(06-23-2015, 10:46 AM)conceptr980 Wrote: I do apologize for the late response, and yes the link you provided has the files without a corruption on its archive.
On the other hand, i have 2 questions:
1- How do i disable the root SSL access (the URL used for the panel it self to use http: instead of https) ??
2- how do i modify or initiate new ssl certificate for the panel URL if i decided to update its information ??
so far so good ... your work is appreciated.
1. How do i disable the root SSL access
a) Login in Panel
b) Open ZpanelX Configuration
c) Change Port for ZPanelX
See pic.
2. How do i modify or initiate new ssl certificate
a) Open folder C:\AWServer\bin\apache\bin\
b) Run file gen-key-crt.bat
c) Generate a new certificate fill in your data
The new key and certificate resides in C:\AWServer\bin\apache\bin\ssl\
server.key
server.crt
d) Copy the new key and certificate in a folder C:\AWServer\bin\apache\conf\ssl-zpanel
e) Rename the key and certificate
server.key -> youdomainpanel.key (example cp.aws.com.key)
server.crt -> youdomainpanel.crt (example cp.aws.com.crt)
f) Run the daemon and restart Apache or restart server.
Profit....