Update acme.sh git repo organization

This commit is contained in:
Robert O'Connor 2021-06-23 01:08:36 -04:00
parent dbf0abd5fd
commit e67b700070
No known key found for this signature in database
GPG Key ID: 1DB67AA126AFFA8D
2 changed files with 6 additions and 7 deletions

View File

@ -10,7 +10,7 @@ It is an [Ansible](http://www.ansible.com/home) role to:
## Why would you want to use this role? ## Why would you want to use this role?
This role uses [acme.sh](https://github.com/Neilpang/acme.sh) which is a self This role uses [acme.sh](https://github.com/acmesh-official/acme.sh) which is a self
contained Bash script to handle all of the complexities of issuing and contained Bash script to handle all of the complexities of issuing and
automatically renewing your SSL certificates. automatically renewing your SSL certificates.
@ -57,7 +57,7 @@ acme_sh_become_user: "root"
acme_sh_dependencies: ["cron", "git", "wget"] acme_sh_dependencies: ["cron", "git", "wget"]
# The acme.sh repo to clone. # The acme.sh repo to clone.
acme_sh_git_url: "https://github.com/Neilpang/acme.sh" acme_sh_git_url: "https://github.com/acmesh-official/acme.sh"
# The branch, tag or commit that will be cloned. # The branch, tag or commit that will be cloned.
acme_sh_git_version: "master" acme_sh_git_version: "master"
@ -145,9 +145,8 @@ acme_sh_default_debug: False
# Which DNS provider should you use? # Which DNS provider should you use?
# A list of supported providers can be found at: # A list of supported providers can be found at:
# https://github.com/Neilpang/acme.sh#7-automatic-dns-api-integration # https://github.com/acmesh-official/acme.sh/tree/master/dnsapi
# As for getting the name to use, you can find that at: # As for getting the name to use, you can find that at the url above as well.
# https://github.com/Neilpang/acme.sh/tree/master/dnsapi
# #
# It defaults to DigitalOcean. Make sure to include the dns_ part of the name, # It defaults to DigitalOcean. Make sure to include the dns_ part of the name,
# but leave off the .sh file extension. # but leave off the .sh file extension.
@ -155,7 +154,7 @@ acme_sh_default_dns_provider: "dns_dgon"
# What are your DNS provider's API key(s)? # What are your DNS provider's API key(s)?
# The key names to use can be found at: # The key names to use can be found at:
# https://github.com/Neilpang/acme.sh/tree/master/dnsapi # https://github.com/acmesh-official/acme.sh/tree/master/dnsapi
# #
# The API key can be created on your DNS provider's website. Some providers # The API key can be created on your DNS provider's website. Some providers
# require 1 key, while others require 2+. Just add them as key / value pairs here # require 1 key, while others require 2+. Just add them as key / value pairs here

View File

@ -4,7 +4,7 @@ acme_sh_become_user: "root"
acme_sh_dependencies: ["cron", "git", "wget"] acme_sh_dependencies: ["cron", "git", "wget"]
acme_sh_git_url: "https://github.com/Neilpang/acme.sh" acme_sh_git_url: "https://github.com/acmesh-official/acme.sh"
acme_sh_git_version: "master" acme_sh_git_version: "master"
acme_sh_git_update: False acme_sh_git_update: False
acme_sh_git_clone_dest: "/usr/local/src/acme.sh" acme_sh_git_clone_dest: "/usr/local/src/acme.sh"