Class: Ansible::Ruby::Modules::Acme_challenge_cert_helper

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/crypto/acme/acme_challenge_cert_helper.rb

Overview

Prepares certificates for ACME challenges such as C(tls-alpn-01). The raw data is provided by the M(acme_certificate) module, and needs to be converted to a certificate to be used for challenge validation. This module provides a simple way to generate the required certificates. The C(tls-alpn-01) implementation is based on L(the draft-05 version of the specification,tools.ietf.org/html/draft-ietf-acme-tls-alpn-05).

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#challenge:"tls-alpn-01"



14
# File 'lib/ansible/ruby/modules/generated/crypto/acme/acme_challenge_cert_helper.rb', line 14

attribute :challenge

#challenge_dataString



18
# File 'lib/ansible/ruby/modules/generated/crypto/acme/acme_challenge_cert_helper.rb', line 18

attribute :challenge_data

#private_key_contentObject?



26
# File 'lib/ansible/ruby/modules/generated/crypto/acme/acme_challenge_cert_helper.rb', line 26

attribute :private_key_content

#private_key_srcString?



22
# File 'lib/ansible/ruby/modules/generated/crypto/acme/acme_challenge_cert_helper.rb', line 22

attribute :private_key_src