From 3b5cadb907f1ca00d1c3710221f57dca4befce41 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 30 Oct 2016 05:43:32 +0100 Subject: [PATCH] [mod] realign stuff --- src/yunohost/certificate.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/yunohost/certificate.py b/src/yunohost/certificate.py index 73e9ae22b..81219eab5 100644 --- a/src/yunohost/certificate.py +++ b/src/yunohost/certificate.py @@ -82,7 +82,7 @@ def certificate_status(auth, domain_list, full=False): Keyword argument: domain_list -- Domains to be checked - full -- Display more info about the certificates + full -- Display more info about the certificates """ # If no domains given, consider all yunohost domains @@ -130,10 +130,10 @@ def certificate_install(auth, domain_list, force=False, no_checks=False, self_si Keyword argument: domain_list -- Domains on which to install certificates - force -- Install even if current certificate is not self-signed - no-check -- Disable some checks about the reachability of web server + force -- Install even if current certificate is not self-signed + no-check -- Disable some checks about the reachability of web server before attempting the install - self-signed -- Instal self-signed certificates instead of Let's Encrypt + self-signed -- Instal self-signed certificates instead of Let's Encrypt """ if (self_signed): certificate_install_selfsigned(domain_list, force)