c4rlit0/terminus-acme-plugin

Terminus plugin to manage acme on Pantheon

dev-main 2022-11-14 15:30 UTC

This package is auto-updated.

Last update: 2025-06-14 21:16:30 UTC


README

Terminus v2.x - v3.x Compatible

A simple plugin for Terminus-CLI to get ACME and verify it.

Adds commands 'https:acme:dns-file' and 'https:acme:dns-txt' to Terminus. Learn more about Terminus Plugins in the Terminus Plugins documentation

Configuration

These commands require no configuration

Usage

  • terminus https:acme:dns-file <site>.<env> example.com
  • terminus https:acme:dns-txt <site>.<env> example.com

Installation

To install this plugin using Terminus 3:

terminus self:plugin:install c4rl1t0/terminus-acme-plugin

Testing

This example project includes four testing targets:

  • composer lint: Syntax-check all php source files.
  • composer cs: Code-style check.
  • composer unit: Run unit tests with phpunit
  • composer functional: Run functional test with bats

To run all tests together, use composer test.

Note that prior to running the tests, you should first run:

  • composer install
  • composer install-tools

Help

Run terminus help https:acme for help.