mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[enh] Add tabs in certificate
This commit is contained in:
parent
30f98dc210
commit
a7a5a9e02a
1 changed files with 7 additions and 2 deletions
|
@ -23,7 +23,8 @@ To avoid this confusion, it's possible to get a certificate signed a known autho
|
|||
|
||||
Before attempting to install a Let's Encrypt certificate, you should make sure that your DNS is correctly configured (your.domain.tld should point to your server's IP) and that your domain is accessible through HTTP from outside your local network (i.e. at least port 80 should be forwarded to your server).
|
||||
|
||||
#### From the web administration interface
|
||||
[ui-tabs position="top-left" active="0" theme="lite"]
|
||||
[ui-tab title="From the web interface"]
|
||||
|
||||
Go to the 'Domain' part of the admin interface, then in the section dedicated to your.domain.tld. You should find a 'SSL certificate' button:
|
||||
|
||||
|
@ -41,7 +42,8 @@ Once the install is made, you can check that the certificate is live via your br
|
|||
|
||||

|
||||
|
||||
#### From the command line interface
|
||||
[/ui-tab]
|
||||
[ui-tab title="From the command line"]
|
||||
|
||||
Connect to your server through SSH.
|
||||
|
||||
|
@ -66,6 +68,9 @@ Success! Successfully installed Let's Encrypt certificate for domain DOMAIN.TLD!
|
|||
|
||||
Once this is done, you can check that the certificate is live via your browser by going to your domain in HTTPS. The certificate will automatically be renewed every three months.
|
||||
|
||||
[/ui-tab]
|
||||
[/ui-tabs]
|
||||
|
||||
##### Troubleshooting
|
||||
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue