Skip to content

Commit 230113f

Browse files
committed
fix(snis): ui instructions for setting up an sni
1 parent bd6e248 commit 230113f

File tree

1 file changed

+5
-22
lines changed
  • app/_includes/components/entity_example/format

1 file changed

+5
-22
lines changed

app/_includes/components/entity_example/format/ui.md

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -96,37 +96,20 @@ The following creates a new Vault with basic configuration:
9696
1. Click **Save**.
9797
{% when 'sni' %}
9898
The following creates a new SNI with basic configuration:
99-
1. In Kong Manager or Gateway Manager, go to **Certificates**.
100-
2. Select the SNIs tab, and click **New SNI**.
101-
3. In the **Name** field, enter a name for the SNI:
102-
```
103-
{{ include.presenter.data['name'] }}
104-
```
105-
4. In the **SSL Certificate ID** field, select or enter the ID for an existing Certificate:
106-
```
107-
{{ include.presenter.data['certificate']['id'] }}
108-
```
109-
11099
1. Navigate to your Gateway instance:
111100
* In Konnect, open **API Gateway** from the sidebar, then choose a control plane.
112101
* In Kong Manager, select your Workspace.
113-
1. Navigate to **SNIs**.
114-
1. Click **New SNI**.
115-
1. In the **Name** field, enter a name for the SNI:
116-
```
117-
{{ include.presenter.data['name'] }}
118-
```
119-
1. In the **SSL Certificate ID** field, enter the ID for an existing Certificate:
120-
```
121-
{{ include.presenter.data['certificate']['id'] }}
122-
```
102+
1. Navigate to **Certificates**.
103+
1. Select the SNIs tab, and click **New SNI**.
104+
1. In the **Name** field, enter a name for the SNI: `{{ include.presenter.data['name'] }}`
105+
1. In the **SSL Certificate ID** field, select or enter the ID for an existing Certificate: `{{ include.presenter.data['certificate']['id'] }}`
123106
1. Click **Save**.
124107

125108
{% when 'workspace' %}
126109
The following creates a new Workspace:
127110

128111
1. From the Kong Manager Dashboard, click **New Workspace**.
129-
1. Add a name, then click **Create New Workspace**.
112+
2. Add a name, then click **Create New Workspace**.
130113

131114
This will create a new Workspace, and from here you can start managing entities from Kong Manager.
132115

0 commit comments

Comments
 (0)