Skip to content

Commit a6b61f5

Browse files
committed
proofreading
1 parent eb449c7 commit a6b61f5

File tree

15 files changed

+520
-560
lines changed

15 files changed

+520
-560
lines changed

pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_okms_vm-encrypt/guide.de-de.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ content:'\25BC';
3737

3838
**Summary of guide steps**:
3939

40-
- [Introduction - Lists of OVHcloud KMS endpoints](#introduction)
41-
- [Step 1 - Ordering an OVHcloud KMS (mandatory)](#order-okms)
40+
- [Introduction - Lists of available URLs and OVHcloud KMS endpoints](#introduction)
41+
- [Step 1 - Ordering an OVHcloud KMS (mandatory)](#command-okms)
4242
- [Step 2 - OVHcloud KMS activation (mandatory)](#activation-okms)
4343
- [Step 3 - Creating an IAM policy (mandatory)](#iam-creation)
4444
- [Step 4 - Configuring OKMS with vSphere (mandatory)](#add-okms)
4545
- [Step 5 - Creating a VM storage policy (mandatory)](#storage-policy)
4646
- [Step 6 - Enabling encryption on a VM (mandatory)](#activation-encryption)
47-
- [Step 7 - TLS OKMS useful information](#useful-information)
47+
- [TLS OKMS useful information](#useful-information)
4848

4949
### Introduction, list of available URLs and OKMS API calls <a name="introduction"></a>
5050

@@ -81,35 +81,35 @@ For more information on the choices you can make with KMS and VMware on OVHcloud
8181
> Information and API calls.
8282
>
8383
84-
| **Method** | **API** | **Path** | **Comments** |
85-
|:---------------------:|:-----------:|:-------------------------------------------------------------------------|:-----------------------------------------------------------------|
86-
| | | | |
87-
| **Credentials:** | | | |
88-
| **GET** | v2 | /okms/resource/{okmsId}/credential | - List all access credentials. |
89-
| **POST** | v2 | /okms/resource/{okmsId}/credential | - Request a new access credential. |
90-
| **GET** | v2 | /okms/resource/{okmsId}/credential/{credentialId} | - Get an access credential. |
91-
| **DEL** | v2 | /okms/resource/{okmsId}/credential/{credentialId} | - Revoke and delete an access credential. |
92-
| | | | |
93-
| **Reference:** | | | |
94-
| **GET** | v2 | /okms/reference/serviceKey | - Get service key type, size, curve and operations combination. |
95-
| | | | |
96-
| **Resources:** | | | |
97-
| **GET** | v2 | /okms/resource | - List of OVHcloud KMS services. |
98-
| **GET** | v2 | /okms/resource/{okmsId} | - Get an OVHcloud KMS service. |
99-
| | | | |
100-
| **Service Keys:** | | | |
101-
| **GET** | v2 | /okms/resource/{okmsId}/serviceKey | - List all keys. |
102-
| **POST** | v2 | /okms/resource/{okmsId}/serviceKey | - Create or import a service key. |
103-
| **GET** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Retrieve a key. |
104-
| **PUT** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Update a service key. |
105-
| **DEL** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Delete the given service key. |
106-
| | | | |
107-
| **Authentication:** | | | |
108-
| **GET** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms | - List virtual machine encryption KMS servers. |
109-
| **POST** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms | - Create virtual machine encryption KMS server. |
110-
| **GET** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId} | - Get virtual machine encryption KMS server. |
111-
| **DEL** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId} | - Remove virtual machine encryption KMS server. |
112-
| **POST** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId}/changeProperties | - Update virtual machine encryption KMS server. |
84+
| **Method** | **API** | **Path** | **Comments** |
85+
| --------------------- | ------- | ----------------------------------------------------------------------- | ----------------------------------------------- |
86+
| | | | |
87+
| **Credentials:** | | | |
88+
| **GET** | v2 | /okms/resource/{okmsId}/credential | - List all access credentials. |
89+
| **POST** | v2 | /okms/resource/{okmsId}/credential | - Request a new access credential. |
90+
| **GET** | v2 | /okms/resource/{okmsId}/credential/{credentialId} | - Get an access credential. |
91+
| **DEL** | v2 | /okms/resource/{okmsId}/credential/{credentialId} | - Revoke and delete an access credential. |
92+
| | | | |
93+
| **Reference:** | | | |
94+
| **GET** | v2 | /okms/reference/serviceKey | - Get service key type, size, curve and operations combination. |
95+
| | | | |
96+
| **Resources:** | | | |
97+
| **GET** | v2 | /okms/resource | - List OVHcloud KMS services. |
98+
| **GET** | v2 | /okms/resource/{okmsId} | - Get an OVHcloud KMS service. |
99+
| | | | |
100+
| **Service Keys:** | | | |
101+
| **GET** | v2 | /okms/resource/{okmsId}/serviceKey | - List all keys. |
102+
| **POST** | v2 | /okms/resource/{okmsId}/serviceKey | - Create or import a service key. |
103+
| **GET** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Retrieve a key. |
104+
| **PUT** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Update a service key. |
105+
| **DEL** | v2 | /okms/resource/{okmsId}/serviceKey/{keyId} | - Delete the given service key. |
106+
| | | | |
107+
| **Authentication:** | | | |
108+
| **GET** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms | - List virtual machine encryption KMS servers. |
109+
| **POST** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms | - Create virtual machine encryption KMS server. |
110+
| **GET** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId} | - Get virtual machine encryption KMS server. |
111+
| **DEL** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId} | - Remove virtual machine encryption KMS server. |
112+
| **POST** | v1 | /dedicatedCloud/{serviceName}/vmEncryption/kms/{kmsId}/changeProperties | - Update virtual machine encryption KMS server. |
113113

114114
### Step 1 - Ordering an OVHcloud KMS (mandatory) <a name="command-okms"></a>
115115

@@ -380,7 +380,7 @@ If you do not already have an IAM policy created, we will create one to list the
380380

381381
You will need to log in to your [OVHcloud control panel](/links/manager).
382382

383-
Go to IAM on section `Identity, Security & Operations`{.action} and `Policies`{.action}.
383+
Go to `Identity, Security & Operations`{.action} section. Click `Policies`{.action}, then `Create a policy`{.action}.
384384

385385
![Manager IAM Policy](images/manager_iam-resize-optim.png){.thumbnail}
386386

0 commit comments

Comments
 (0)