mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-05-31 04:37:20 +02:00
Certificate
commit
8d0ff99c60
47
Import-your-own-certificate.md
Normal file
47
Import-your-own-certificate.md
Normal file
@ -0,0 +1,47 @@
|
||||
Welcome to the Zoraxy wiki!
|
||||
I want to show you, how to import your own certificate in Zoraxy. I use the certificate, which I got from my domain provider.
|
||||
|
||||
So I have 3 files, but Zoraxy only has 2 Buttons to upload. I can not skip a file. If I do not use all of them, apps from my selfhosted services will mostly not work, because they need a fullchain certificate. Let us create one!
|
||||
|
||||

|
||||
|
||||
There are 3 files:
|
||||
|
||||
- a Keyfile (.key)
|
||||
- the certificate itself (.cer or crt, it does not matter)
|
||||
- the intermediate certificate (same as above)
|
||||
|
||||
So we need to merge those two certificates. This is very easy. I did it the following way and it works without problems.
|
||||
|
||||
First we need to open our certificate with an editor. Please do not use Wordpad or Word. The Windows editor or Notepad++ are fine. Right click on your certificate and choose "Open with -> Editor)
|
||||
It should now look like this:
|
||||
|
||||

|
||||
|
||||
|
||||
Now mark the whole file content and copy it to a new text file.
|
||||
We are doing this again with the intermediate certificate and append its contents at the end of our own textfile.
|
||||
|
||||
Your doing it right if it looks like this:
|
||||
|
||||

|
||||
****
|
||||
|
||||
Now we need to save our textfile. In the save dialog choose "All files" and save it as domain**.pem**
|
||||
The extension is important.
|
||||
|
||||
We have now 4 files
|
||||
|
||||

|
||||
|
||||
We are ready to upload them in Zoraxy, so login and go to the TLS / SSL certificate page.
|
||||
|
||||
Use the lower fields (Sub-domain Certificates)
|
||||
Enter your domain name an then choose the keyfile for private key and your freshly created pemfile as public key
|
||||
|
||||
Your ready if it looks like this:
|
||||
|
||||

|
||||
|
||||
|
||||
Press upload and you are done. Now apps will work with Zoraxy.
|
Loading…
x
Reference in New Issue
Block a user