certbot-dns01-hook 0.1.1

Hook for certbot to serve the DNS01 challenge secret TXT record
1
2
3
4
5
6
7
8
9
10
11
12
13
# action.yml
name: 'Integration Environment'
description: 'Minimal environment for integration testing'
inputs:
  test-to-run:
    description: 'Name of the shell script to rum'
    required: true
runs:
  using: 'docker'
  image: 'Dockerfile'
  args:
    - ${{ inputs.test-to-run }}