19 lines
544 B
Markdown
19 lines
544 B
Markdown
Dehydrated
|
|
==========
|
|
|
|
Setup and configure [Dehydrated](https://dehydrated.io/).
|
|
|
|
**Feature**
|
|
- Install Dehydrate
|
|
- Accept TOS
|
|
- Create `domains.txt` and domain directory
|
|
- Create cron job for certificate renewal
|
|
|
|
## Variables
|
|
|
|
| Name | Default | Descrition |
|
|
|--|--|--|
|
|
| `dehydrated_cron_name` | Dehydrated certificate renewal | Name of the cron job |
|
|
| `dehydrated_cron_hour` | 01 | Hour to run the cron job |
|
|
| `dehydrated_cron_minute` | 08 | Minute to run the cron job |
|
|
| `dehydrated_cron_user` | root | User to create the cron job for |
|