You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/veeam_encrypt_backup_job_with_okms/guide.en-gb.md
+20-23Lines changed: 20 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,11 @@ This guide explains how to configure encrypted backup jobs using the Veeam backu
16
16
17
17
## Instructions
18
18
19
-
### Step 1: Create the certificate using the API
19
+
### Step 1: Create a certificate in OKMS
20
20
21
-
You can create an access certificate directly via the OKMS API, without using the Manager interface.
21
+
You can create your access certificate in OKMS using either the API or the [OVHcloud Control Panel](/links/manager)
22
+
23
+
#### Option 1: Using the API
22
24
23
25
1. Generate the private key using the API (no CSR):
24
26
@@ -33,7 +35,7 @@ You can create an access certificate directly via the OKMS API, without using th
33
35
> @api {v1} /okms GET /okms/resource/{okmsId}/credential
34
36
35
37
> [!note]
36
-
> This method is equivalent to selecting `I don't have a private key`{.action} in the Manager interface.
38
+
> This method is equivalent to selecting `I don't have a private key`{.action} in the [OVHcloud Control Panel](/links/manager) interface.
37
39
> You may also submit a CSR if you already have your own private key.
38
40
39
41
3. Download the private key.
@@ -45,64 +47,59 @@ You can create an access certificate directly via the OKMS API, without using th
45
47
> You don't need to import it manually into Veeam, but it is required to convert the certificate into a compatible format.
46
48
> Make sure to store it securely.
47
49
48
-
### Step 2: Create the certificate from the Manager
49
-
50
-
You can also generate a certificate from the [OVHcloud Control Panel](/links/manager):
50
+
#### Option 2: Using the [OVHcloud Control Panel](/links/manager)
51
51
52
-
1.Click`Hosted Private Cloud`{.action} then `Identity, Security & Operations`{.action} and finally `Key Management Service`{.action}. Select your KMS.
52
+
1.In the [OVHcloud Control Panel](/links/manager), click`Hosted Private Cloud`{.action} then `Identity, Security & Operations`{.action} and finally `Key Management Service`{.action}. Select your KMS.
Copy file name to clipboardExpand all lines: pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/veeam_encrypt_backup_job_with_okms/guide.fr-fr.md
+28-31Lines changed: 28 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,93 +16,90 @@ Ce guide explique comment configurer des tâches de sauvegarde chiffrées en uti
16
16
17
17
## En pratique
18
18
19
-
### Étape 1 : Création du certificat via l’API
19
+
### Étape 1 : Créer un certificat dans OKMS
20
20
21
-
Vous pouvez créer un certificat d’accès directement via l’API OKMS, sans passer par l’interface graphique.
21
+
Vous pouvez créer votre certificat d’accès dans OKMS en utilisant soit l’API, soit [l'espace client OVHcloud](/links/manager).
22
22
23
-
1. Générez la clé privée via l’API (sans CSR) :
23
+
#### Option 1 : Utiliser l’API
24
+
25
+
1. Générez la clé privée avec l’API (sans CSR) :
24
26
25
27
> [!api]
26
28
>
27
29
> @api {v1} /okms POST / /okms/resource/{okmsId}/credential
28
30
29
-
2. Récupérez le certificat via une requête GET :
31
+
2. Récupérez le certificat avec une requête GET :
30
32
31
33
> [!api]
32
34
>
33
35
> @api {v1} /okms GET /okms/resource/{okmsId}/credential
34
36
35
37
> [!note]
36
-
> Cette méthode est équivalente à l’option `Je n’ai pas de clé privée`{.action}dans l’interface utilisateur du Manager.
37
-
> Vous pouvez aussi passer un CSR si vous disposez déjà de votre propre clé privée.
38
+
> Cette méthode est équivalente au choix de l’option `I don't have a private key`{.action}dans [l'espace client OVHcloud](/links/manager).
39
+
> Vous pouvez également soumettre un CSR si vous avez déjà votre propre clé privée.
38
40
39
41
3. Téléchargez la clé privée.
40
42
41
43
4. Téléchargez le certificat.
42
44
43
45
> [!info]
44
46
> La clé privée téléchargée est utilisée pour générer le fichier `.pfx` à l’étape suivante.
45
-
> Elle ne doit pas être importée directement dans Veeam, mais elle est indispensable pour convertir le certificat dans un format compatible.
46
-
> Veillez à la conserver dans un endroit sécurisé.
47
-
48
-
### Étape 2 : Création du certificat via le Manager
47
+
> Vous n’avez pas besoin de l’importer manuellement dans Veeam, mais elle est requise pour convertir le certificat dans un format compatible.
48
+
> Veillez à la conserver en lieu sûr.
49
49
50
-
Vous pouvez aussi générer un certificat depuis [l'espace client OVHcloud](/links/manager) :
0 commit comments