Thanks to visit codestin.com
Credit goes to github.com

Skip to content

๐ŸŒ Use netcup CCP/DNS-API for ACME's dns-01 challenge

License

Notifications You must be signed in to change notification settings

agru/acme-dns-nc

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ACME-DNS-NC

Simple helper script for various Let's Encrypt clients. Developed for GetSSL and ACME.sh, tested at Debian and Ubuntu.

Initial setup

Download or clone the archive and extract it to a new folder.

Copy the example config file config/.nc-ccp.ini to ~/.nc-ccp.ini and insert your API credentials. Don't forget to check file permissions! (recommended: 0600)

Run it for the first time:

# Add the TXT record _acme-challenge.example.com with value "test":
./scripts/acme-dns-nc "example.com" "test"

# Check your nameserver: (wait some time)
dig TXT "_acme-challenge.example.com" +short

# Delete the TXT record _acme-challenge.example.com:
./scripts/acme-dns-nc --del "example.com"

Take a look at the wiki for more examples.

Bugs? Feedback?

Open a new issue or drop me a line at [email protected]! :-)

Important: This project is not affiliated with netcup GmbH!

Important links...

About

๐ŸŒ Use netcup CCP/DNS-API for ACME's dns-01 challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 74.9%
  • Shell 25.1%