Author: Robert Kaussow <mail@geeklabor.de>
Date:   Mon May 25 23:01:26 2020 +0200

    fix downstream repo
This commit is contained in:
Robert Kaussow 2020-05-25 21:17:26 +00:00
parent 11fc67c192
commit 0a2df6ec5d
1 changed files with 18 additions and 18 deletions

View File

@ -8,24 +8,24 @@ type: docs
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_packages_extra](#certbot-packages-extra)
* [certbot_pip](#certbot-pip)
* [certbot_preferred_challenges](#certbot-preferred-challenges)
* [certbot_rsa_key_size](#certbot-rsa-key-size)
* [certbot_server](#certbot-server)
* [certbot_user](#certbot-user)
* [certbot_work_dir](#certbot-work-dir)
* [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_packages_extra](#certbot_packages_extra)
* [certbot_pip](#certbot_pip)
* [certbot_preferred_challenges](#certbot_preferred_challenges)
* [certbot_rsa_key_size](#certbot_rsa_key_size)
* [certbot_server](#certbot_server)
* [certbot_user](#certbot_user)
* [certbot_work_dir](#certbot_work_dir)
* [Dependencies](#dependencies)
---