Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 623 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 623 Bytes

transip-certbot-dns-hooks

Requirements

  • PHP with XML and SOAP extensions enabled

Installation

  • git clone https://github.com/Jimbolino/transip-certbot-dns-hooks.git
  • cd transip-certbot-dns-hooks
  • composer update --no-plugins --no-scripts
  • cp .env.example .env
  • chmod 600 .env
  • vim .env

Request a wildcard certificate

  • ./get-wildcard.sh domain.com

Credits