Skip to content

Commit 4a12c79

Browse files
committed
Proofreading
1 parent 3fdd1c7 commit 4a12c79

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pages/bare_metal_cloud/virtual_private_servers/install-ssl-certificate/guide.en-gb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Securing your website is essential to protect your users' sensitive data and imp
3636
### Step 1 - Log in to your OVHcloud VPS <a name="step1"></a>
3737

3838
1. Download an SSH client like [PuTTY](/pages/web_cloud/web_hosting/ssh_using_putty_on_windows) or use your operating system's built-in terminal.
39-
4039
2. Log in to your OVHcloud VPS with the login information provided:
4140

4241
```bash
4342
ssh root@<vps_ip>
4443
```
44+
4545
Replace `<vps_ip>` with the IP address of your OVHcloud VPS.
4646

4747
### Step 2 - Install Certbot <a name="step2"></a>
@@ -141,7 +141,7 @@ Once the certificate has been generated, the files are available in `/etc/letsen
141141
### Step 4 - Configure your web server <a name="step4"></a>
142142

143143
> [!primary]
144-
> If you have used the automatic solution (with Certbot plugins) before ([Step 3](#step3)) and your website is accessible in `HTTPS`, go to [step 5](step 5).
144+
> If you have used the automatic solution (with Certbot plugins) before ([Step 3](#step3)) and your website is accessible in `HTTPS`, go directly to the [Step 5](#step5) of this guide.
145145
146146
#### Example for Nginx
147147

pages/bare_metal_cloud/virtual_private_servers/install-ssl-certificate/guide.fr-fr.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ La sécurisation de votre site web est essentielle pour protéger les données s
3636
### Étape 1 - Connectez-vous à votre VPS OVHcloud <a name="step1"></a>
3737

3838
1. Téléchargez un client SSH comme [PuTTY](/pages/web_cloud/web_hosting/ssh_using_putty_on_windows) ou utilisez le terminal intégré de votre système d'exploitation.
39-
4039
2. Connectez-vous à votre VPS OVHcloud avec les informations de connexion fournies :
4140

4241
```bash
@@ -141,7 +140,7 @@ Une fois le certificat généré, les fichiers sont disponibles dans `/etc/letse
141140
### Étape 4 - Configurez votre serveur web <a name="step4"></a>
142141

143142
> [!primary]
144-
> Si vous avez utilisé la solution automatique (avec les plugins Certbot) précédemment ([Étape 3](#step3)) et que votre site web est accessible en `HTTPS`, passez à l'[étape 5](step5).
143+
> Si vous avez utilisé la solution automatique (avec les plugins Certbot) précédemment ([Étape 3](#step3)) et que votre site web est accessible en `HTTPS`, passez directement à l'[étape 5](step5).
145144
146145
#### Exemple pour Nginx
147146

0 commit comments

Comments
 (0)