Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
acmesh
acmesh
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • webarch
  • acmeshacmesh
  • Issues
  • #3

Closed
Open
Opened May 17, 2019 by Chris Croome@chrisOwner

All variables should start with acmesh_

This is going to need backwards compatibility but in the future these variables:

# Set this to the commonName for the cert
common_name: "{{ inventory_hostname }}"
# Array for the subjectAltNames, this should include the commonName
subject_alt_names:
  - "{{ inventory_hostname }}"
  - "www.{{ inventory_hostname }}"
# Get an ECC cert
ecc: true
# Set this to the directory for the certs
le_dir: /etc/ssl/le
# Set this to the DocumentRoot for /.well-known/acme-challenge
document_root: /var/www/html

Should be changed to:

# Set this to the commonName for the cert
acmesh_common_name: "{{ inventory_hostname }}"
# Array for the subjectAltNames, this should include the commonName
acmesh_subject_alt_names:
  - "{{ inventory_hostname }}"
  - "www.{{ inventory_hostname }}"
# Get an ECC cert
acmesh_ecc: true
# Set this to the directory for the certs
acmesh_le_dir: /etc/ssl/le
# Set this to the DocumentRoot for /.well-known/acme-challenge
acmesh_document_root: /var/www/html
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: webarch/acmesh#3