File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -338,16 +338,13 @@ $ oc get route/<route-name>
338
338
339
339
Custom certificates are permitted in {product-title} Pro. In {product-title}
340
340
Starter, only unencrypted routes, edge routes using the default certificate, and
341
- passthrough routes work. Edge routes with custom certificates and re-encrypt
342
- routes (which necessarily have custom certificates) do not work in
343
- {product-title} Starter.
344
-
345
- These restrictions are enforced in the router. Inspecting the route in the
346
- console or using `oc get routes` displays the host and certificates specified by
347
- the user. The status of the route indicates if the route is restricted. However,
348
- custom hosts are not respected in {product-title} Starter, and routes with
349
- custom certificates do not work. In {product-title} Pro, a default host is
350
- provided if the user does not specify a custom host.
341
+ passthrough routes work. Edge and re-encrypt routes with custom certificates do
342
+ not work in {product-title} Starter.
343
+
344
+ These restrictions are enforced by the API. Attempts to create routes with
345
+ custom hosts or certificates will be rejected in {product-title} Starter. In
346
+ {product-title} Pro, a default host is provided if the user does not specify a
347
+ custom host.
351
348
352
349
Once your custom route is created in in {product-title} Pro, you must update
353
350
your DNS provider by creating a canonical name (CNAME) record. Your CNAME record
You can’t perform that action at this time.
0 commit comments