Skip to content

Commit 8a2da81

Browse files
committed
minor fix
1 parent 9533a47 commit 8a2da81

15 files changed

+28
-28
lines changed

pages/manage_and_operate/kms/quick-start/guide.de-de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following information is required:
208208
- **name**: the name of the certificate
209209
- **identityURNs**: list of OVHcloud identities in URN format that will be provided to the IAM for calculating access rights
210210
- **description**: certificate description (optional)
211-
- **certificateType** : Certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
211+
- **certificateType** : certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
212212
- **validity**: certificate validity duration in days - 365 days by default (optional)
213213

214214
**Example of certificate creation with root account:**
@@ -249,7 +249,7 @@ The API then returns the certificate creation status:
249249
"urn:v1:eu:identity:user:xx1111-ovh/john.smith",
250250
"urn:v1:eu:identity:group:xx1111-ovh/my_group"
251251
],
252-
"certificateType": "ECDSA"
252+
"certificateType": "ECDSA",
253253
"status": "CREATING",
254254
"fromCSR": false,
255255
"privateKeyPEM": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIDOfWuMVQxl5quoURzThF4zTI9YYTmylSaPjneLBwP+2oAoGCCqGSM49\nAwEHoUQDQgAERd1eMw0YdAD+E9oSymGc4bCL1mfJl0EZwoM2ya/uKFFVFnGMnckg\nXXXXXXXXXXXXXXX==\n-----END EC PRIVATE KEY-----\n",

pages/manage_and_operate/kms/quick-start/guide.en-asia.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following information is required:
208208
- **name**: the name of the certificate
209209
- **identityURNs**: list of OVHcloud identities in URN format that will be provided to the IAM for calculating access rights
210210
- **description**: certificate description (optional)
211-
- **certificateType** : Certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
211+
- **certificateType** : certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
212212
- **validity**: certificate validity duration in days - 365 days by default (optional)
213213

214214
**Example of certificate creation with root account:**
@@ -249,7 +249,7 @@ The API then returns the certificate creation status:
249249
"urn:v1:eu:identity:user:xx1111-ovh/john.smith",
250250
"urn:v1:eu:identity:group:xx1111-ovh/my_group"
251251
],
252-
"certificateType": "ECDSA"
252+
"certificateType": "ECDSA",
253253
"status": "CREATING",
254254
"fromCSR": false,
255255
"privateKeyPEM": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIDOfWuMVQxl5quoURzThF4zTI9YYTmylSaPjneLBwP+2oAoGCCqGSM49\nAwEHoUQDQgAERd1eMw0YdAD+E9oSymGc4bCL1mfJl0EZwoM2ya/uKFFVFnGMnckg\nXXXXXXXXXXXXXXX==\n-----END EC PRIVATE KEY-----\n",

pages/manage_and_operate/kms/quick-start/guide.en-au.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following information is required:
208208
- **name**: the name of the certificate
209209
- **identityURNs**: list of OVHcloud identities in URN format that will be provided to the IAM for calculating access rights
210210
- **description**: certificate description (optional)
211-
- **certificateType** : Certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
211+
- **certificateType** : certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
212212
- **validity**: certificate validity duration in days - 365 days by default (optional)
213213

214214
**Example of certificate creation with root account:**
@@ -249,7 +249,7 @@ The API then returns the certificate creation status:
249249
"urn:v1:eu:identity:user:xx1111-ovh/john.smith",
250250
"urn:v1:eu:identity:group:xx1111-ovh/my_group"
251251
],
252-
"certificateType": "ECDSA"
252+
"certificateType": "ECDSA",
253253
"status": "CREATING",
254254
"fromCSR": false,
255255
"privateKeyPEM": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIDOfWuMVQxl5quoURzThF4zTI9YYTmylSaPjneLBwP+2oAoGCCqGSM49\nAwEHoUQDQgAERd1eMw0YdAD+E9oSymGc4bCL1mfJl0EZwoM2ya/uKFFVFnGMnckg\nXXXXXXXXXXXXXXX==\n-----END EC PRIVATE KEY-----\n",

pages/manage_and_operate/kms/quick-start/guide.en-ca.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following information is required:
208208
- **name**: the name of the certificate
209209
- **identityURNs**: list of OVHcloud identities in URN format that will be provided to the IAM for calculating access rights
210210
- **description**: certificate description (optional)
211-
- **certificateType** : Certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
211+
- **certificateType** : certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
212212
- **validity**: certificate validity duration in days - 365 days by default (optional)
213213

214214
**Example of certificate creation with root account:**
@@ -249,7 +249,7 @@ The API then returns the certificate creation status:
249249
"urn:v1:eu:identity:user:xx1111-ovh/john.smith",
250250
"urn:v1:eu:identity:group:xx1111-ovh/my_group"
251251
],
252-
"certificateType": "ECDSA"
252+
"certificateType": "ECDSA",
253253
"status": "CREATING",
254254
"fromCSR": false,
255255
"privateKeyPEM": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIDOfWuMVQxl5quoURzThF4zTI9YYTmylSaPjneLBwP+2oAoGCCqGSM49\nAwEHoUQDQgAERd1eMw0YdAD+E9oSymGc4bCL1mfJl0EZwoM2ya/uKFFVFnGMnckg\nXXXXXXXXXXXXXXX==\n-----END EC PRIVATE KEY-----\n",

pages/manage_and_operate/kms/quick-start/guide.en-gb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following information is required:
208208
- **name**: the name of the certificate
209209
- **identityURNs**: list of OVHcloud identities in URN format that will be provided to the IAM for calculating access rights
210210
- **description**: certificate description (optional)
211-
- **certificateType** : Certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
211+
- **certificateType** : certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
212212
- **validity**: certificate validity duration in days - 365 days by default (optional)
213213

214214
**Example of certificate creation with root account:**
@@ -249,7 +249,7 @@ The API then returns the certificate creation status:
249249
"urn:v1:eu:identity:user:xx1111-ovh/john.smith",
250250
"urn:v1:eu:identity:group:xx1111-ovh/my_group"
251251
],
252-
"certificateType": "ECDSA"
252+
"certificateType": "ECDSA",
253253
"status": "CREATING",
254254
"fromCSR": false,
255255
"privateKeyPEM": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIDOfWuMVQxl5quoURzThF4zTI9YYTmylSaPjneLBwP+2oAoGCCqGSM49\nAwEHoUQDQgAERd1eMw0YdAD+E9oSymGc4bCL1mfJl0EZwoM2ya/uKFFVFnGMnckg\nXXXXXXXXXXXXXXX==\n-----END EC PRIVATE KEY-----\n",

pages/manage_and_operate/kms/quick-start/guide.en-ie.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following information is required:
208208
- **name**: the name of the certificate
209209
- **identityURNs**: list of OVHcloud identities in URN format that will be provided to the IAM for calculating access rights
210210
- **description**: certificate description (optional)
211-
- **certificateType** : Certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
211+
- **certificateType** : certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
212212
- **validity**: certificate validity duration in days - 365 days by default (optional)
213213

214214
**Example of certificate creation with root account:**
@@ -249,7 +249,7 @@ The API then returns the certificate creation status:
249249
"urn:v1:eu:identity:user:xx1111-ovh/john.smith",
250250
"urn:v1:eu:identity:group:xx1111-ovh/my_group"
251251
],
252-
"certificateType": "ECDSA"
252+
"certificateType": "ECDSA",
253253
"status": "CREATING",
254254
"fromCSR": false,
255255
"privateKeyPEM": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIDOfWuMVQxl5quoURzThF4zTI9YYTmylSaPjneLBwP+2oAoGCCqGSM49\nAwEHoUQDQgAERd1eMw0YdAD+E9oSymGc4bCL1mfJl0EZwoM2ya/uKFFVFnGMnckg\nXXXXXXXXXXXXXXX==\n-----END EC PRIVATE KEY-----\n",

pages/manage_and_operate/kms/quick-start/guide.en-sg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following information is required:
208208
- **name**: the name of the certificate
209209
- **identityURNs**: list of OVHcloud identities in URN format that will be provided to the IAM for calculating access rights
210210
- **description**: certificate description (optional)
211-
- **certificateType** : Certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
211+
- **certificateType** : certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
212212
- **validity**: certificate validity duration in days - 365 days by default (optional)
213213

214214
**Example of certificate creation with root account:**
@@ -249,7 +249,7 @@ The API then returns the certificate creation status:
249249
"urn:v1:eu:identity:user:xx1111-ovh/john.smith",
250250
"urn:v1:eu:identity:group:xx1111-ovh/my_group"
251251
],
252-
"certificateType": "ECDSA"
252+
"certificateType": "ECDSA",
253253
"status": "CREATING",
254254
"fromCSR": false,
255255
"privateKeyPEM": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIDOfWuMVQxl5quoURzThF4zTI9YYTmylSaPjneLBwP+2oAoGCCqGSM49\nAwEHoUQDQgAERd1eMw0YdAD+E9oSymGc4bCL1mfJl0EZwoM2ya/uKFFVFnGMnckg\nXXXXXXXXXXXXXXX==\n-----END EC PRIVATE KEY-----\n",

pages/manage_and_operate/kms/quick-start/guide.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following information is required:
208208
- **name**: the name of the certificate
209209
- **identityURNs**: list of OVHcloud identities in URN format that will be provided to the IAM for calculating access rights
210210
- **description**: certificate description (optional)
211-
- **certificateType** : Certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
211+
- **certificateType** : certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
212212
- **validity**: certificate validity duration in days - 365 days by default (optional)
213213

214214
**Example of certificate creation with root account:**
@@ -249,7 +249,7 @@ The API then returns the certificate creation status:
249249
"urn:v1:eu:identity:user:xx1111-ovh/john.smith",
250250
"urn:v1:eu:identity:group:xx1111-ovh/my_group"
251251
],
252-
"certificateType": "ECDSA"
252+
"certificateType": "ECDSA",
253253
"status": "CREATING",
254254
"fromCSR": false,
255255
"privateKeyPEM": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIDOfWuMVQxl5quoURzThF4zTI9YYTmylSaPjneLBwP+2oAoGCCqGSM49\nAwEHoUQDQgAERd1eMw0YdAD+E9oSymGc4bCL1mfJl0EZwoM2ya/uKFFVFnGMnckg\nXXXXXXXXXXXXXXX==\n-----END EC PRIVATE KEY-----\n",

pages/manage_and_operate/kms/quick-start/guide.es-es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following information is required:
208208
- **name**: the name of the certificate
209209
- **identityURNs**: list of OVHcloud identities in URN format that will be provided to the IAM for calculating access rights
210210
- **description**: certificate description (optional)
211-
- **certificateType** : Certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
211+
- **certificateType** : certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
212212
- **validity**: certificate validity duration in days - 365 days by default (optional)
213213

214214
**Example of certificate creation with root account:**
@@ -249,7 +249,7 @@ The API then returns the certificate creation status:
249249
"urn:v1:eu:identity:user:xx1111-ovh/john.smith",
250250
"urn:v1:eu:identity:group:xx1111-ovh/my_group"
251251
],
252-
"certificateType": "ECDSA"
252+
"certificateType": "ECDSA",
253253
"status": "CREATING",
254254
"fromCSR": false,
255255
"privateKeyPEM": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIDOfWuMVQxl5quoURzThF4zTI9YYTmylSaPjneLBwP+2oAoGCCqGSM49\nAwEHoUQDQgAERd1eMw0YdAD+E9oSymGc4bCL1mfJl0EZwoM2ya/uKFFVFnGMnckg\nXXXXXXXXXXXXXXX==\n-----END EC PRIVATE KEY-----\n",

pages/manage_and_operate/kms/quick-start/guide.es-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following information is required:
208208
- **name**: the name of the certificate
209209
- **identityURNs**: list of OVHcloud identities in URN format that will be provided to the IAM for calculating access rights
210210
- **description**: certificate description (optional)
211-
- **certificateType** : Certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
211+
- **certificateType** : certificate signature algorithm (ECDSA or RSA) - ECDSA by default (optional)
212212
- **validity**: certificate validity duration in days - 365 days by default (optional)
213213

214214
**Example of certificate creation with root account:**
@@ -249,7 +249,7 @@ The API then returns the certificate creation status:
249249
"urn:v1:eu:identity:user:xx1111-ovh/john.smith",
250250
"urn:v1:eu:identity:group:xx1111-ovh/my_group"
251251
],
252-
"certificateType": "ECDSA"
252+
"certificateType": "ECDSA",
253253
"status": "CREATING",
254254
"fromCSR": false,
255255
"privateKeyPEM": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIDOfWuMVQxl5quoURzThF4zTI9YYTmylSaPjneLBwP+2oAoGCCqGSM49\nAwEHoUQDQgAERd1eMw0YdAD+E9oSymGc4bCL1mfJl0EZwoM2ya/uKFFVFnGMnckg\nXXXXXXXXXXXXXXX==\n-----END EC PRIVATE KEY-----\n",

0 commit comments

Comments
 (0)