We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571f62a commit cab9c46Copy full SHA for cab9c46
1 file changed
docs/Paid-Offerings.md
@@ -127,11 +127,16 @@ premium:
127
128
For 100% offline air-gapped environments (Enterprise only), you can request a certificate file:
129
130
-```yaml
131
-premium:
132
- key: file:configs/cert.crt
133
- enabled: true
134
-```
+ 1. Contact support to receive your `.crt` or `.lic` certificate file
+ 2. Place the certificate in your config folder (e.g., `configs/cert.crt`)
+ 3. Use the `file:` prefix to specify the certificate path:
+
+ ```yaml
135
+ premium:
136
+ key: file:configs/cert.crt
137
+ enabled: true
138
+ ```
139
140
141
## Managing Your Subscription
142
0 commit comments