Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 797 Bytes

File metadata and controls

19 lines (14 loc) · 797 Bytes

dehydrated-transip-dns-validator

(Formerly: letsencrypt.sh-transip-api-dns-validator)

DNS Validator hook for Dehydrated (formerly letsencrypt.sh) using the TransIP API

Requirements/Preparations

  • TransIP dns zone
  • TransIP API credentials and whitelist access
  • Download the TransIP API, unpack in subdir 'Transip'
  • Paste your api private key in Transip/ApiSettings.php
  • Update/Edit the regex 'pattern' in hook-dns-transip-api.php to match your domain(s)

Testing:

  • dehydrated --cron --domain some.test.domain --hook hook-dns-transip-api.php --challenge dns-01

It's recommended to test against the staging-api for Letsencrypt, to do so, set CA="https://acme-staging.api.letsencrypt.org/directory" in your dehydrated/config or specify an alternate config-file with --config