You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosting/ee.mdx
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,31 +14,32 @@ This guide walks through how you can use these paid features on a self-hosted in
14
14
Once purchased, you will be issued a license key.
15
15
</Step>
16
16
<Steptitle="Activate the license">
17
-
Depending on whether or not the environment where Infisical is deployed has internet access, you may be issued a regular license or an offline license.
17
+
Set your license key as the value of the **LICENSE_KEY** environment variable within your Infisical instance.
18
18
19
-
20
19
<Tabs>
21
20
<Tabtitle="Regular License">
22
21
- Assign the issued license key to the `LICENSE_KEY` environment variable in your Infisical instance.
23
22
24
-
- Your Infisical instance will need to communicate with the Infisical license server to validate the license key.
23
+
- Your Infisical instance will need to communicate with the Infisical license server to validate the license key.
25
24
If you want to limit outgoing connections only to the Infisical license server, you can use the following IP addresses: `13.248.249.247` and `35.71.190.59`
26
25
27
26
<Note>
28
27
Ensure that your firewall or network settings allow outbound connections to these IP addresses to avoid any issues with license validation.
29
28
</Note>
30
29
</Tab>
31
30
<Tabtitle="Offline License">
32
-
- Assign the issued license key to the `LICENSE_KEY_OFFLINE` environment variable in your Infisical instance.
31
+
- Assign the issued offline license key to the `LICENSE_KEY` environment variable in your Infisical instance.
32
+
33
+
- The system will automatically detect that it's an offline license based on the key format.
33
34
34
35
<Note>
35
-
How you set the environment variable will depend on the deployment method you used. Please refer to the documentation of your deployment method for specific instructions.
36
+
While the LICENSE_KEY_OFFLINE environment variable continues to be supported for compatibility with existing configurations, we recommend transitioning to LICENSE_KEY for all license types going forward.
36
37
</Note>
37
38
</Tab>
38
39
</Tabs>
39
40
40
-
Once your instance starts up, the license key will be validated and you’ll be able to use the paid features.
41
+
Once your instance starts up, the license key will be validated and you'll be able to use the paid features.
41
42
However, when the license expires, Infisical will continue to run, but EE features will be disabled until the license is renewed or a new one is purchased.
0 commit comments