This commit will also allow Caddy to properly generate certs with longer lifetimes than 12 hours, and by default it has been set to 1 month
13 lines
361 B
YAML
13 lines
361 B
YAML
galaxy_info:
|
|
author: Santeri Kainulainen
|
|
description: Installs and configures Caddy for use as a local ACME CA server allowing certificates to be issued in testing
|
|
min_ansible_version: 2.11.12
|
|
# platforms:
|
|
# - name: Ubuntu
|
|
# versions: [ "20.04", "22.04" ]
|
|
galaxy_tags:
|
|
- caddy
|
|
- tls
|
|
- localca
|
|
dependencies:
|
|
- role: nvjacobo.caddy
|