From 82cee93c4df76bbcabb724273f6bfe0e4c8a66cc Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 17 Aug 2017 23:38:28 +0200 Subject: [PATCH] Rendering broken for certificate for stupid reason (#521) --- certificate.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/certificate.md b/certificate.md index 53ef663e..32efd084 100644 --- a/certificate.md +++ b/certificate.md @@ -55,19 +55,19 @@ Connect to your server through SSH. You can check the status of your current certificate with : -``` +```bash yunohost domain cert-status your.domain.tld ``` Install a Let's Encrypt certificate with -``` +```bash yunohost domain cert-install your.domain.tld ``` This should return : -``` +```bash Success! The SSOwat configuration has been generated Success! Successfully installed Let's Encrypt certificate for domain DOMAIN.TLD! ``` @@ -82,7 +82,7 @@ If due to some bad tweaking, your certificate ends up in a bad state (e.g. lost the certificate or unable to read the files), you should be able to clean the situation by regenerating a self-signed certificate : -``` +```bash yunohost domain cert-install your.domain.tld --self-signed --force ```