mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Rendering broken for certificate for stupid reason (#521)
This commit is contained in:
parent
b5cb1d6e40
commit
82cee93c4d
1 changed files with 4 additions and 4 deletions
|
@ -55,19 +55,19 @@ Connect to your server through SSH.
|
||||||
|
|
||||||
You can check the status of your current certificate with :
|
You can check the status of your current certificate with :
|
||||||
|
|
||||||
```
|
```bash
|
||||||
yunohost domain cert-status your.domain.tld
|
yunohost domain cert-status your.domain.tld
|
||||||
```
|
```
|
||||||
|
|
||||||
Install a Let's Encrypt certificate with
|
Install a Let's Encrypt certificate with
|
||||||
|
|
||||||
```
|
```bash
|
||||||
yunohost domain cert-install your.domain.tld
|
yunohost domain cert-install your.domain.tld
|
||||||
```
|
```
|
||||||
|
|
||||||
This should return :
|
This should return :
|
||||||
|
|
||||||
```
|
```bash
|
||||||
Success! The SSOwat configuration has been generated
|
Success! The SSOwat configuration has been generated
|
||||||
Success! Successfully installed Let's Encrypt certificate for domain DOMAIN.TLD!
|
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
|
lost the certificate or unable to read the files), you should be able to clean
|
||||||
the situation by regenerating a self-signed certificate :
|
the situation by regenerating a self-signed certificate :
|
||||||
|
|
||||||
```
|
```bash
|
||||||
yunohost domain cert-install your.domain.tld --self-signed --force
|
yunohost domain cert-install your.domain.tld --self-signed --force
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue