@@ -96,37 +96,20 @@ The following creates a new Vault with basic configuration:
96961 . Click ** Save** .
9797{% when 'sni' %}
9898The 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-
110991 . 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'] }} `
1231061 . Click ** Save** .
124107
125108{% when 'workspace' %}
126109The following creates a new Workspace:
127110
1281111 . 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
131114This will create a new Workspace, and from here you can start managing entities from Kong Manager.
132115
0 commit comments