Skip to content

Commit cab9c46

Browse files
authored
Revise certificate file instructions for offline use
Updated instructions for obtaining and using certificate files in offline environments.
1 parent 571f62a commit cab9c46

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

docs/Paid-Offerings.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,16 @@ premium:
127127

128128
For 100% offline air-gapped environments (Enterprise only), you can request a certificate file:
129129

130-
```yaml
131-
premium:
132-
key: file:configs/cert.crt
133-
enabled: true
134-
```
130+
1. Contact support to receive your `.crt` or `.lic` certificate file
131+
2. Place the certificate in your config folder (e.g., `configs/cert.crt`)
132+
3. Use the `file:` prefix to specify the certificate path:
133+
134+
```yaml
135+
premium:
136+
key: file:configs/cert.crt
137+
enabled: true
138+
```
139+
135140

136141
## Managing Your Subscription
137142

0 commit comments

Comments
 (0)