-
Notifications
You must be signed in to change notification settings - Fork 39
Hnyasingunaydin patch 2 ssl certificates #473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
poespas
merged 5 commits into
ByteInternet:master
from
hnyasingunaydin:hnyasingunaydin-patch-2-ssl-certificates
May 6, 2026
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
e5e428f
Update how-to-use-ssl-certificates-on-your-hypernode-when-ordered-via…
hnyasingunaydin 9fec753
Update how-to-use-ssl-certificates-on-your-hypernode-when-ordered-via…
hnyasingunaydin 22bdc2b
Fixed image _res code
hnyasingunaydin a02e7e4
uv ran fix docs syntax
hnyasingunaydin 14838e6
Merge branch 'master' into hnyasingunaydin-patch-2-ssl-certificates
poespas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ We will email you once your certificate is received and installed on the Hyperno | |
|
|
||
| 1. In the Hypernode Control Panel, select SSL from the menu on the left. | ||
| 1. Select the SSL certificate you want to cancel by clicking **Details**. | ||
| 1. Click **Don't renew this certificate**and follow the steps. | ||
| 1. Click **Don't renew this certificate** and follow the steps. | ||
|
|
||
| Please note! To avoid being charged for another year, please make sure to cancel the SSL certificate before it is renewed. We renew your certificate 30 days before it expires. | ||
|
|
||
|
|
@@ -65,26 +65,23 @@ You can add your SSL certificate to your account via your Control Panel. Follow | |
|
|
||
| 1. Log into your [Control Panel](https://my.hypernode.com/). | ||
| 1. Select SSL in the sidebar on the left: | ||
|  | ||
| 1. To add a new SSL certificate, click the **Add SSL**button on the right. | ||
|  | ||
| 1. To add a new SSL certificate, click the **Add SSL** button on the right. | ||
| 1. Click **Add third party SSL certificate**. | ||
| 1. Fill in the Private Key, Certificate and Certificate Authority (only .PEM files). | ||
| 1. Click **Apply your SSL certificate**. You'll then go to this page: | ||
|  | ||
| 1. Click **Details**and then **(Un)link to Hypernodes**to select one or more Hypernodes to link the certificate to. | ||
|
|
||
| From the detail page, you can also select **Link**in the sidebar to link the SSL certificate to a Hypernode: | ||
|  | ||
|  | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please use the path structure as it was (_res/xxx.xx) |
||
| 1. Click **Details** and then **(Un)link to Hypernodes** to select one or more Hypernodes to link the certificate to. | ||
|
|
||
| ### Add a Third Party SSL Certificate Directly to a Hypernode | ||
|
|
||
| You can also add a third pardy SSL certificate directly to a Hypernode. Follow the steps below to do so: | ||
|
|
||
| 1. Log into your [Control Panel](https://my.hypernode.com/). | ||
| 1. Select the specific Hypernode from the overview. | ||
| 1. Hover over **Hypernodes**in the sidebar and click **SSL:** | ||
| **** | ||
| 1. To add a new SSL certificate, click the **Add SSL**button on the right. | ||
| 1. Click on your **Hypernode** and click **SSL:** under **Services**. | ||
|  | ||
| 1. To add a new SSL certificate, click the **Add SSL** button on the right. | ||
| 1. Click **Add third party SSL certificate**. | ||
| 1. Fill in the Private Key, Certificate and Certificate Authority (only .PEM files). | ||
| 1. Click **Apply your SSL certificate**. | ||
|
|
@@ -95,20 +92,20 @@ If you already have a third party SSL added to your account, you can link it to | |
|
|
||
| 1. Log into your [Control Panel](https://my.hypernode.com/). | ||
| 1. Select the specific Hypernode from the overview. | ||
| 1. Hover over **Hypernodes**in the sidebar and click **SSL:** | ||
| **** | ||
| 1. Here you'll see an overview of the available SSL certificates. Click **Details**and then **(Un)link to Hypernodes**to link one or more Hypernodes to link the certificate to. | ||
| 1. Click on your **Hypernode** and click **SSL:** under **Services**. | ||
|  | ||
| 1. Here you'll see an overview of the available SSL certificates. Click **Details** and then **(Un)link to Hypernodes** to link one or more Hypernodes to link the certificate to. | ||
|
|
||
| ### Check Which Third Party Certificates Are Linked to Your Hypernode | ||
|
|
||
| If you want to check which Third Party certificates are linked to a specific Hypernode, you can do so by following these steps: | ||
|
|
||
| 1. Log into your [Control Panel](https://my.hypernode.com/). | ||
| 1. Select the Hypernode from the overview. | ||
| 1. Hover over **Hypernodes**in the sidebar and click **SSL:** | ||
| **** | ||
| 1. Click on your **Hypernode** and click **SSL:** under **Services**. | ||
|  | ||
| 1. You will now see an overview of all linked SSL certificates. | ||
| 1. Click **Details**to go the detail page. You can unlink the domain or delete the SSL certificate from here. | ||
| 1. Click **Details** to go the detail page. You can unlink the domain or delete the SSL certificate from here. | ||
|
|
||
| ## Use Let’s Encrypt | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the path structure as it was (_res/xxx.xx)