mirror of
https://github.com/nickjj/ansible-acme-sh.git
synced 2024-11-22 10:35:14 +01:00
Merge pull request #17 from robbyoconnor/fix-github-url
Update acme.sh git repo organization
This commit is contained in:
commit
b6e1406320
11
README.md
11
README.md
@ -10,7 +10,7 @@ It is an [Ansible](http://www.ansible.com/home) role to:
|
||||
|
||||
## 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
|
||||
automatically renewing your SSL certificates.
|
||||
|
||||
@ -57,7 +57,7 @@ acme_sh_become_user: "root"
|
||||
acme_sh_dependencies: ["cron", "git", "wget"]
|
||||
|
||||
# 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.
|
||||
acme_sh_git_version: "master"
|
||||
@ -145,9 +145,8 @@ acme_sh_default_debug: False
|
||||
|
||||
# Which DNS provider should you use?
|
||||
# A list of supported providers can be found at:
|
||||
# https://github.com/Neilpang/acme.sh#7-automatic-dns-api-integration
|
||||
# As for getting the name to use, you can find that at:
|
||||
# https://github.com/Neilpang/acme.sh/tree/master/dnsapi
|
||||
# https://github.com/acmesh-official/acme.sh/tree/master/dnsapi
|
||||
# As for getting the name to use, you can find that at the url above as well.
|
||||
#
|
||||
# It defaults to DigitalOcean. Make sure to include the dns_ part of the name,
|
||||
# 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)?
|
||||
# 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
|
||||
# require 1 key, while others require 2+. Just add them as key / value pairs here
|
||||
|
@ -4,7 +4,7 @@ acme_sh_become_user: "root"
|
||||
|
||||
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_update: False
|
||||
acme_sh_git_clone_dest: "/usr/local/src/acme.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user