diff --git a/index.md b/index.md index 4d97bb6..0601b4f 100644 --- a/index.md +++ b/index.md @@ -3,33 +3,33 @@ title: certbot type: docs --- -[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.certbot) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.certbot?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.certbot) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.certbot/src/branch/master/LICENSE) +[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.certbot) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.certbot?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.certbot) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.certbot/src/branch/master/LICENSE) Setup [certbot](https://certbot.eff.org/) Let's Encrypt client. -* [Default Variables](#default-variables) - * [certbot_bin](#certbot_bin) - * [certbot_command_arguments](#certbot_command_arguments) - * [certbot_config_dir](#certbot_config_dir) - * [certbot_credentials](#certbot_credentials) - * [certbot_cron_enabled](#certbot_cron_enabled) - * [certbot_cron_file](#certbot_cron_file) - * [certbot_cron_hour](#certbot_cron_hour) - * [certbot_cron_minute](#certbot_cron_minute) - * [certbot_domain_groups](#certbot_domain_groups) - * [certbot_email](#certbot_email) - * [certbot_log_dir](#certbot_log_dir) - * [certbot_max_log_backups](#certbot_max_log_backups) - * [certbot_packages_extra](#certbot_packages_extra) - * [certbot_preferred_challenges](#certbot_preferred_challenges) - * [certbot_rsa_key_size](#certbot_rsa_key_size) - * [certbot_server](#certbot_server) - * [certbot_user](#certbot_user) - * [certbot_version](#certbot_version) - * [certbot_virtualenv](#certbot_virtualenv) - * [certbot_virtualenv_command](#certbot_virtualenv_command) - * [certbot_work_dir](#certbot_work_dir) -* [Dependencies](#dependencies) +- [Default Variables](#default-variables) + - [certbot_bin](#certbot_bin) + - [certbot_command_arguments](#certbot_command_arguments) + - [certbot_config_dir](#certbot_config_dir) + - [certbot_credentials](#certbot_credentials) + - [certbot_cron_enabled](#certbot_cron_enabled) + - [certbot_cron_file](#certbot_cron_file) + - [certbot_cron_hour](#certbot_cron_hour) + - [certbot_cron_minute](#certbot_cron_minute) + - [certbot_domain_groups](#certbot_domain_groups) + - [certbot_email](#certbot_email) + - [certbot_log_dir](#certbot_log_dir) + - [certbot_max_log_backups](#certbot_max_log_backups) + - [certbot_packages_extra](#certbot_packages_extra) + - [certbot_preferred_challenges](#certbot_preferred_challenges) + - [certbot_rsa_key_size](#certbot_rsa_key_size) + - [certbot_server](#certbot_server) + - [certbot_user](#certbot_user) + - [certbot_version](#certbot_version) + - [certbot_virtualenv](#certbot_virtualenv) + - [certbot_virtualenv_command](#certbot_virtualenv_command) + - [certbot_work_dir](#certbot_work_dir) +- [Dependencies](#dependencies) --- @@ -221,6 +221,8 @@ certbot_virtualenv_command: /usr/bin/python3 -m venv certbot_work_dir: /var/lib/letsencrypt ``` + + ## Dependencies None.