re-style summary/details tags
This commit is contained in:
parent
56fc9b8a22
commit
c9cd49218d
3 changed files with 59 additions and 15 deletions
|
|
@ -37,7 +37,7 @@ Encrypt is as simple as running the next command. Please replace `mail.example.o
|
|||
certbot --apache --register-unsafely-without-email --agree-tos -d mail.example.org
|
||||
```
|
||||
|
||||
<details>
|
||||
<details class="collapsible">
|
||||
<summary>Click here to learn what the options mean…</summary>
|
||||
|
||||
- **--apache**: Use the [HTTP challenge](https://letsencrypt.org/docs/challenge-types/) to verify that you are actually
|
||||
|
|
@ -76,7 +76,7 @@ If you like Certbot, please consider supporting our work by:
|
|||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
```
|
||||
|
||||
<details>
|
||||
<details class="collapsible">
|
||||
<summary>Click here to learn which files have been created…</summary>
|
||||
|
||||
In /etc/letsencrypt/live/**mail.example.org** you will find a couple of files now:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue