Skip to content

Commit 31cdafe

Browse files
Merge branch 'ByteInternet:master' into master
2 parents 571547b + 31a98f1 commit 31cdafe

13 files changed

Lines changed: 851 additions & 6 deletions

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

docs/hypernode-platform/nginx/basic-authentication-on-hypernode-development-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ map $http_user_agent $development_exceptions {
132132

133133
## Troubleshooting
134134

135-
- Google Pagespeed analysis uses the Google bot user agent and can therefore not be used on development nodes.
135+
- To allow Google Pagespeed analysis in development hypernodes you can whitelist the following IPs https://www.gstatic.com/ipranges/goog.json. PSI uses different user agents than Google bot and will be able to perform analysis on your frontend without allowing crawling.
136136
- In some cases, particularly if you have not yet enabled [Hypernode Managed Vhosts](../../hypernode-platform/nginx/hypernode-managed-vhosts.md), it’s possible the Basic Authentication blocks the Let’s Encrypt validation server. If you wish to make use of Let’s Encrypt on your development Hypernode, you should add the ‘letsencrypt’ user agent to the whitelist file.
Binary file not shown.
Binary file not shown.
59.5 KB
Loading
22.1 KB
Loading
27.2 KB
Loading
Binary file not shown.
Binary file not shown.

docs/hypernode-platform/ssl/how-to-use-ssl-certificates-on-your-hypernode-when-ordered-via-hypernode-com.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ You can add your SSL certificate to your account via your Control Panel. Follow
6565

6666
1. Log into your [Control Panel](https://my.hypernode.com/).
6767
1. Select SSL in the sidebar on the left:
68-
![SSL screenshot](https://github.com/user-attachments/assets/895f7dc4-3a6f-4757-9373-ce74df501284)
68+
![SSL side bar screenshot](_res/Sidebar%20SSL%20selection.png)
6969
1. To add a new SSL certificate, click the **Add SSL** button on the right.
7070
1. Click **Add third party SSL certificate**.
7171
1. Fill in the Private Key, Certificate and Certificate Authority (only .PEM files).
7272
1. Click **Apply your SSL certificate**. You'll then go to this page:
73-
![SSL screenshot](https://github.com/user-attachments/assets/c9e75ff3-6f9f-47a8-a897-15306bcdd41c)
73+
![SSL certificates page screenshot](_res/SSL%20certificate%20page.png)
7474
1. Click **Details** and then **(Un)link to Hypernodes** to select one or more Hypernodes to link the certificate to.
7575

7676
### Add a Third Party SSL Certificate Directly to a Hypernode
@@ -80,7 +80,7 @@ You can also add a third pardy SSL certificate directly to a Hypernode. Follow t
8080
1. Log into your [Control Panel](https://my.hypernode.com/).
8181
1. Select the specific Hypernode from the overview.
8282
1. Click on your **Hypernode** and click **SSL:** under **Services**.
83-
![SSL screenshot](https://github.com/user-attachments/assets/0d215ba4-2da8-48c8-ae49-02d38a1a5bf4)
83+
![SSL side bar list screenshot](_res/Sidebar%20list.png)
8484
1. To add a new SSL certificate, click the **Add SSL** button on the right.
8585
1. Click **Add third party SSL certificate**.
8686
1. Fill in the Private Key, Certificate and Certificate Authority (only .PEM files).
@@ -93,7 +93,7 @@ If you already have a third party SSL added to your account, you can link it to
9393
1. Log into your [Control Panel](https://my.hypernode.com/).
9494
1. Select the specific Hypernode from the overview.
9595
1. Click on your **Hypernode** and click **SSL:** under **Services**.
96-
![SSL screenshot](https://github.com/user-attachments/assets/0d215ba4-2da8-48c8-ae49-02d38a1a5bf4)
96+
![SSL side bar list screenshot](_res/Sidebar%20list.png)
9797
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.
9898

9999
### Check Which Third Party Certificates Are Linked to Your Hypernode
@@ -103,7 +103,7 @@ If you want to check which Third Party certificates are linked to a specific Hyp
103103
1. Log into your [Control Panel](https://my.hypernode.com/).
104104
1. Select the Hypernode from the overview.
105105
1. Click on your **Hypernode** and click **SSL:** under **Services**.
106-
![SSL screenshot](https://github.com/user-attachments/assets/0d215ba4-2da8-48c8-ae49-02d38a1a5bf4)
106+
![SSL side bar list screenshot](_res/Sidebar%20list.png)
107107
1. You will now see an overview of all linked SSL certificates.
108108
1. Click **Details** to go the detail page. You can unlink the domain or delete the SSL certificate from here.
109109

0 commit comments

Comments
 (0)