From 10de0664c049a87496c33d6103d5289c410adf05 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Wed, 2 Aug 2023 12:04:02 +0000 Subject: [PATCH] deploy: ba456c5eafb61c987cf79df1cc38dbc2386fe0af --- branch/main/acme_account_facts_module.html | 4 + branch/main/acme_account_info_module.html | 4 + branch/main/acme_account_module.html | 4 + branch/main/acme_certificate_module.html | 4 + .../main/acme_certificate_revoke_module.html | 4 + .../acme_challenge_cert_helper_module.html | 4 + branch/main/acme_inspect_module.html | 4 + .../certificate_complete_chain_module.html | 4 + branch/main/crypto_info_module.html | 4 + branch/main/docsite/guide_ownca.html | 4 + branch/main/docsite/guide_selfsigned.html | 4 + branch/main/ecs_certificate_module.html | 4 + branch/main/ecs_domain_module.html | 4 + branch/main/environment_variables.html | 4 + branch/main/get_certificate_module.html | 4 + branch/main/gpg_fingerprint_filter.html | 312 ++++++++++++++++++ branch/main/gpg_fingerprint_lookup.html | 310 +++++++++++++++++ branch/main/index.html | 13 + branch/main/luks_device_module.html | 4 + branch/main/objects.inv | Bin 15570 -> 15746 bytes branch/main/openssh_cert_module.html | 4 + branch/main/openssh_keypair_module.html | 4 + .../main/openssl_certificate_info_module.html | 4 + branch/main/openssl_certificate_module.html | 4 + branch/main/openssl_csr_info_filter.html | 8 +- branch/main/openssl_csr_info_module.html | 4 + branch/main/openssl_csr_module.html | 4 + branch/main/openssl_csr_pipe_module.html | 4 + branch/main/openssl_dhparam_module.html | 4 + branch/main/openssl_pkcs12_module.html | 4 + .../openssl_privatekey_convert_module.html | 4 + .../main/openssl_privatekey_info_filter.html | 4 + .../main/openssl_privatekey_info_module.html | 4 + branch/main/openssl_privatekey_module.html | 4 + .../main/openssl_privatekey_pipe_module.html | 4 + .../main/openssl_publickey_info_filter.html | 4 + .../main/openssl_publickey_info_module.html | 4 + branch/main/openssl_publickey_module.html | 4 + .../main/openssl_signature_info_module.html | 4 + branch/main/openssl_signature_module.html | 4 + branch/main/search.html | 4 + branch/main/searchindex.js | 2 +- branch/main/split_pem_filter.html | 4 + branch/main/x509_certificate_info_filter.html | 4 + branch/main/x509_certificate_info_module.html | 4 + branch/main/x509_certificate_module.html | 4 + branch/main/x509_certificate_pipe_module.html | 4 + branch/main/x509_crl_info_filter.html | 6 + branch/main/x509_crl_info_module.html | 8 +- branch/main/x509_crl_module.html | 4 + 50 files changed, 822 insertions(+), 5 deletions(-) create mode 100644 branch/main/gpg_fingerprint_filter.html create mode 100644 branch/main/gpg_fingerprint_lookup.html diff --git a/branch/main/acme_account_facts_module.html b/branch/main/acme_account_facts_module.html index 57fb8efc..c3af7fe7 100644 --- a/branch/main/acme_account_facts_module.html +++ b/branch/main/acme_account_facts_module.html @@ -111,6 +111,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/acme_account_info_module.html b/branch/main/acme_account_info_module.html index 5886d670..af0aa8fa 100644 --- a/branch/main/acme_account_info_module.html +++ b/branch/main/acme_account_info_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/acme_account_module.html b/branch/main/acme_account_module.html index bd1372c5..6505f5da 100644 --- a/branch/main/acme_account_module.html +++ b/branch/main/acme_account_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/acme_certificate_module.html b/branch/main/acme_certificate_module.html index 428718dd..42f30b33 100644 --- a/branch/main/acme_certificate_module.html +++ b/branch/main/acme_certificate_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/acme_certificate_revoke_module.html b/branch/main/acme_certificate_revoke_module.html index 1b17b8d4..d6a9b6c0 100644 --- a/branch/main/acme_certificate_revoke_module.html +++ b/branch/main/acme_certificate_revoke_module.html @@ -126,6 +126,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/acme_challenge_cert_helper_module.html b/branch/main/acme_challenge_cert_helper_module.html index 4d97d6fb..8b0a3925 100644 --- a/branch/main/acme_challenge_cert_helper_module.html +++ b/branch/main/acme_challenge_cert_helper_module.html @@ -126,6 +126,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/acme_inspect_module.html b/branch/main/acme_inspect_module.html index 1c27f124..03e47a5d 100644 --- a/branch/main/acme_inspect_module.html +++ b/branch/main/acme_inspect_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/certificate_complete_chain_module.html b/branch/main/certificate_complete_chain_module.html index 9ee88758..621ce26b 100644 --- a/branch/main/certificate_complete_chain_module.html +++ b/branch/main/certificate_complete_chain_module.html @@ -125,6 +125,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/crypto_info_module.html b/branch/main/crypto_info_module.html index 299a1a6c..c32776f0 100644 --- a/branch/main/crypto_info_module.html +++ b/branch/main/crypto_info_module.html @@ -123,6 +123,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/docsite/guide_ownca.html b/branch/main/docsite/guide_ownca.html index 4e22f33c..464ee25f 100644 --- a/branch/main/docsite/guide_ownca.html +++ b/branch/main/docsite/guide_ownca.html @@ -117,6 +117,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/docsite/guide_selfsigned.html b/branch/main/docsite/guide_selfsigned.html index 4fba29b8..ae329658 100644 --- a/branch/main/docsite/guide_selfsigned.html +++ b/branch/main/docsite/guide_selfsigned.html @@ -113,6 +113,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/ecs_certificate_module.html b/branch/main/ecs_certificate_module.html index 40be2600..242682fb 100644 --- a/branch/main/ecs_certificate_module.html +++ b/branch/main/ecs_certificate_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/ecs_domain_module.html b/branch/main/ecs_domain_module.html index 35a46aba..b2682c76 100644 --- a/branch/main/ecs_domain_module.html +++ b/branch/main/ecs_domain_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/environment_variables.html b/branch/main/environment_variables.html index c456535c..c6f17434 100644 --- a/branch/main/environment_variables.html +++ b/branch/main/environment_variables.html @@ -111,6 +111,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/get_certificate_module.html b/branch/main/get_certificate_module.html index b18c8005..50a8a38a 100644 --- a/branch/main/get_certificate_module.html +++ b/branch/main/get_certificate_module.html @@ -126,6 +126,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/gpg_fingerprint_filter.html b/branch/main/gpg_fingerprint_filter.html new file mode 100644 index 00000000..e4d6a5f8 --- /dev/null +++ b/branch/main/gpg_fingerprint_filter.html @@ -0,0 +1,312 @@ + + + + + + + community.crypto.gpg_fingerprint filter – Retrieve a GPG fingerprint from a GPG public or private key — Community.Crypto Collection documentation + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + +
    Community.Crypto Collection Docs
    +
    +
    + + +
    + +
    +
    +
    +
      +
    • + +
    • + + Edit on GitHub +
    • +
    +
    +
    +
    + + +
    + +
    +

    community.crypto.gpg_fingerprint filter – Retrieve a GPG fingerprint from a GPG public or private key

    +
    +

    Note

    +

    This filter plugin is part of the community.crypto collection (version 2.15.0).

    +

    To install it, use: ansible-galaxy collection install community.crypto. +You need further requirements to be able to use this filter plugin, +see Requirements for details.

    +

    To use it in a playbook, specify: community.crypto.gpg_fingerprint.

    +
    +

    New in community.crypto 2.15.0

    + +
    +

    Synopsis

    +
      +
    • Takes the content of a private or public GPG key as input and returns its fingerprint.

    • +
    +
    +
    +

    Requirements

    +

    The below requirements are needed on the local controller node that executes this filter.

    +
      +
    • GnuPG (gpg executable)

    • +
    +
    +
    +

    Input

    +

    This describes the input of the filter, the value before | community.crypto.gpg_fingerprint.

    + + + + + + + + + + + +

    Parameter

    Comments

    +

    Input

    +

    string / required

    +

    The content of a GPG public or private key.

    +
    +
    +
    +

    See Also

    +
    +

    See also

    +
    +
    community.crypto.gpg_fingerprint lookup plugin

    Retrieve a GPG fingerprint from a GPG public or private key file.

    +
    +
    +
    +
    +
    +

    Examples

    +
    - name: Show fingerprint of GPG public key
    +  ansible.builtin.debug:
    +    msg: "{{ lookup('file', '/path/to/public_key.gpg') | community.crypto.gpg_fingerprint }}"
    +
    +
    +
    +
    +

    Return Value

    + + + + + + + + + + + +

    Key

    Description

    +

    Return value

    +

    string

    +

    The fingerprint of the provided public or private GPG key.

    +

    Returned: success

    +
    +
    +

    Authors

    +
      +
    • Felix Fontein (@felixfontein)

    • +
    +
    +

    Hint

    +

    Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.

    +
    +
    + +
    +
    + + +
    +
    + + +
    + +
    + +
    +

    © Copyright Community.Crypto Contributors.

    +
    + + + + +
    +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/branch/main/gpg_fingerprint_lookup.html b/branch/main/gpg_fingerprint_lookup.html new file mode 100644 index 00000000..8f5eed24 --- /dev/null +++ b/branch/main/gpg_fingerprint_lookup.html @@ -0,0 +1,310 @@ + + + + + + + community.crypto.gpg_fingerprint lookup – Retrieve a GPG fingerprint from a GPG public or private key file — Community.Crypto Collection documentation + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + +
    Community.Crypto Collection Docs
    +
    +
    + + +
    + +
    +
    +
    +
      +
    • + +
    • + + Edit on GitHub +
    • +
    +
    +
    +
    + + +
    + +
    +

    community.crypto.gpg_fingerprint lookup – Retrieve a GPG fingerprint from a GPG public or private key file

    +
    +

    Note

    +

    This lookup plugin is part of the community.crypto collection (version 2.15.0).

    +

    To install it, use: ansible-galaxy collection install community.crypto. +You need further requirements to be able to use this lookup plugin, +see Requirements for details.

    +

    To use it in a playbook, specify: community.crypto.gpg_fingerprint.

    +
    +

    New in community.crypto 2.15.0

    + +
    +

    Synopsis

    +
      +
    • Takes a list of filenames pointing to GPG public or private key files. Returns the fingerprints for each of these keys.

    • +
    +
    +
    +

    Requirements

    +

    The below requirements are needed on the local controller node that executes this lookup.

    +
      +
    • GnuPG (gpg executable)

    • +
    +
    +
    +

    Terms

    + + + + + + + + + + + +

    Parameter

    Comments

    +

    Terms

    +

    list / elements=path / required

    +

    A path to a GPG public or private key.

    +
    +
    +
    +

    See Also

    +
    +

    See also

    +
    +
    community.crypto.gpg_fingerprint filter plugin

    Retrieve a GPG fingerprint from a GPG public or private key.

    +
    +
    +
    +
    +
    +

    Examples

    +
    - name: Show fingerprint of GPG public key
    +  ansible.builtin.debug:
    +    msg: "{{ lookup('community.crypto.gpg_fingerprint', '/path/to/public_key.gpg') }}"
    +
    +
    +
    +
    +

    Return Value

    + + + + + + + + + + + +

    Key

    Description

    +

    Return value

    +

    list / elements=string

    +

    The fingerprints of the provided public or private GPG keys.

    +

    The list has one entry for every path provided.

    +

    Returned: success

    +
    +
    +

    Authors

    +
      +
    • Felix Fontein (@felixfontein)

    • +
    +
    +

    Hint

    +

    Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.

    +
    +
    + +
    +
    + + +
    +
    + + +
    + +
    + +
    +

    © Copyright Community.Crypto Contributors.

    +
    + + + + +
    +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/branch/main/index.html b/branch/main/index.html index 11b4ff38..239aec93 100644 --- a/branch/main/index.html +++ b/branch/main/index.html @@ -112,6 +112,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + @@ -239,6 +243,7 @@

    Filter Plugins

    +
    +

    Lookup Plugins

    + +
    +
    +
    diff --git a/branch/main/luks_device_module.html b/branch/main/luks_device_module.html index 0eca4f9b..5079f2de 100644 --- a/branch/main/luks_device_module.html +++ b/branch/main/luks_device_module.html @@ -125,6 +125,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/objects.inv b/branch/main/objects.inv index f4d2c11ceb8a37b8235d54cad5040e42abd20f6a..0e7054ad07476b0dba6dc124d3b173338769ea58 100644 GIT binary patch delta 15267 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 delta 15066 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 diff --git a/branch/main/openssh_cert_module.html b/branch/main/openssh_cert_module.html index 9d99032e..43276b81 100644 --- a/branch/main/openssh_cert_module.html +++ b/branch/main/openssh_cert_module.html @@ -125,6 +125,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssh_keypair_module.html b/branch/main/openssh_keypair_module.html index 18227859..710dc9df 100644 --- a/branch/main/openssh_keypair_module.html +++ b/branch/main/openssh_keypair_module.html @@ -126,6 +126,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_certificate_info_module.html b/branch/main/openssl_certificate_info_module.html index b7de0794..99af8c94 100644 --- a/branch/main/openssl_certificate_info_module.html +++ b/branch/main/openssl_certificate_info_module.html @@ -111,6 +111,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_certificate_module.html b/branch/main/openssl_certificate_module.html index 444379e0..1dec4dd1 100644 --- a/branch/main/openssl_certificate_module.html +++ b/branch/main/openssl_certificate_module.html @@ -111,6 +111,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_csr_info_filter.html b/branch/main/openssl_csr_info_filter.html index 26c2b4be..134bee93 100644 --- a/branch/main/openssl_csr_info_filter.html +++ b/branch/main/openssl_csr_info_filter.html @@ -22,7 +22,7 @@ - + @@ -113,6 +113,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_csr_module.html b/branch/main/openssl_csr_module.html index 1ad58499..c86b2704 100644 --- a/branch/main/openssl_csr_module.html +++ b/branch/main/openssl_csr_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_csr_pipe_module.html b/branch/main/openssl_csr_pipe_module.html index 867521d0..42db0b4e 100644 --- a/branch/main/openssl_csr_pipe_module.html +++ b/branch/main/openssl_csr_pipe_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_dhparam_module.html b/branch/main/openssl_dhparam_module.html index a7cbb800..91ec6930 100644 --- a/branch/main/openssl_dhparam_module.html +++ b/branch/main/openssl_dhparam_module.html @@ -126,6 +126,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_pkcs12_module.html b/branch/main/openssl_pkcs12_module.html index 303a312e..63d02871 100644 --- a/branch/main/openssl_pkcs12_module.html +++ b/branch/main/openssl_pkcs12_module.html @@ -126,6 +126,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_privatekey_convert_module.html b/branch/main/openssl_privatekey_convert_module.html index 2332d910..f304e624 100644 --- a/branch/main/openssl_privatekey_convert_module.html +++ b/branch/main/openssl_privatekey_convert_module.html @@ -126,6 +126,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_privatekey_info_filter.html b/branch/main/openssl_privatekey_info_filter.html index a9a4a29e..85562557 100644 --- a/branch/main/openssl_privatekey_info_filter.html +++ b/branch/main/openssl_privatekey_info_filter.html @@ -113,6 +113,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_privatekey_module.html b/branch/main/openssl_privatekey_module.html index a2343b5f..e250bf7b 100644 --- a/branch/main/openssl_privatekey_module.html +++ b/branch/main/openssl_privatekey_module.html @@ -126,6 +126,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_privatekey_pipe_module.html b/branch/main/openssl_privatekey_pipe_module.html index 4f1b14fe..ec54148a 100644 --- a/branch/main/openssl_privatekey_pipe_module.html +++ b/branch/main/openssl_privatekey_pipe_module.html @@ -126,6 +126,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_publickey_info_filter.html b/branch/main/openssl_publickey_info_filter.html index d986a1b4..bcb246b1 100644 --- a/branch/main/openssl_publickey_info_filter.html +++ b/branch/main/openssl_publickey_info_filter.html @@ -113,6 +113,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_publickey_module.html b/branch/main/openssl_publickey_module.html index cd38b8d3..4c73c9e1 100644 --- a/branch/main/openssl_publickey_module.html +++ b/branch/main/openssl_publickey_module.html @@ -126,6 +126,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_signature_info_module.html b/branch/main/openssl_signature_info_module.html index ac86bad6..4b84778b 100644 --- a/branch/main/openssl_signature_info_module.html +++ b/branch/main/openssl_signature_info_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/openssl_signature_module.html b/branch/main/openssl_signature_module.html index 7da1f043..491f97fe 100644 --- a/branch/main/openssl_signature_module.html +++ b/branch/main/openssl_signature_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/search.html b/branch/main/search.html index 2110147e..31f1040a 100644 --- a/branch/main/search.html +++ b/branch/main/search.html @@ -113,6 +113,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/searchindex.js b/branch/main/searchindex.js index 195b790f..fdffbf0d 100644 --- a/branch/main/searchindex.js +++ b/branch/main/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["acme_account_facts_module", "acme_account_info_module", "acme_account_module", "acme_certificate_module", "acme_certificate_revoke_module", "acme_challenge_cert_helper_module", "acme_inspect_module", "certificate_complete_chain_module", "crypto_info_module", "docsite/guide_ownca", "docsite/guide_selfsigned", "ecs_certificate_module", "ecs_domain_module", "environment_variables", "get_certificate_module", "index", "luks_device_module", "openssh_cert_module", "openssh_keypair_module", "openssl_certificate_info_module", "openssl_certificate_module", "openssl_csr_info_filter", "openssl_csr_info_module", "openssl_csr_module", "openssl_csr_pipe_module", "openssl_dhparam_module", "openssl_pkcs12_module", "openssl_privatekey_convert_module", "openssl_privatekey_info_filter", "openssl_privatekey_info_module", "openssl_privatekey_module", "openssl_privatekey_pipe_module", "openssl_publickey_info_filter", "openssl_publickey_info_module", "openssl_publickey_module", "openssl_signature_info_module", "openssl_signature_module", "split_pem_filter", "x509_certificate_info_filter", "x509_certificate_info_module", "x509_certificate_module", "x509_certificate_pipe_module", "x509_crl_info_filter", "x509_crl_info_module", "x509_crl_module"], "filenames": ["acme_account_facts_module.rst", "acme_account_info_module.rst", "acme_account_module.rst", "acme_certificate_module.rst", "acme_certificate_revoke_module.rst", "acme_challenge_cert_helper_module.rst", "acme_inspect_module.rst", "certificate_complete_chain_module.rst", "crypto_info_module.rst", "docsite/guide_ownca.rst", "docsite/guide_selfsigned.rst", "ecs_certificate_module.rst", "ecs_domain_module.rst", "environment_variables.rst", "get_certificate_module.rst", "index.rst", "luks_device_module.rst", "openssh_cert_module.rst", "openssh_keypair_module.rst", "openssl_certificate_info_module.rst", "openssl_certificate_module.rst", "openssl_csr_info_filter.rst", "openssl_csr_info_module.rst", "openssl_csr_module.rst", "openssl_csr_pipe_module.rst", "openssl_dhparam_module.rst", "openssl_pkcs12_module.rst", "openssl_privatekey_convert_module.rst", "openssl_privatekey_info_filter.rst", "openssl_privatekey_info_module.rst", "openssl_privatekey_module.rst", "openssl_privatekey_pipe_module.rst", "openssl_publickey_info_filter.rst", "openssl_publickey_info_module.rst", "openssl_publickey_module.rst", "openssl_signature_info_module.rst", "openssl_signature_module.rst", "split_pem_filter.rst", "x509_certificate_info_filter.rst", "x509_certificate_info_module.rst", "x509_certificate_module.rst", "x509_certificate_pipe_module.rst", "x509_crl_info_filter.rst", "x509_crl_info_module.rst", "x509_crl_module.rst"], "titles": ["community.crypto.acme_account_facts", "community.crypto.acme_account_info module \u2013 Retrieves information on ACME accounts", "community.crypto.acme_account module \u2013 Create, modify or delete ACME accounts", "community.crypto.acme_certificate module \u2013 Create SSL/TLS certificates with the ACME protocol", "community.crypto.acme_certificate_revoke module \u2013 Revoke certificates with the ACME protocol", "community.crypto.acme_challenge_cert_helper module \u2013 Prepare certificates required for ACME challenges such as tls-alpn-01", "community.crypto.acme_inspect module \u2013 Send direct requests to an ACME server", "community.crypto.certificate_complete_chain module \u2013 Complete certificate chain given a set of untrusted and root certificates", "community.crypto.crypto_info module \u2013 Retrieve cryptographic capabilities", "How to create a small CA", "How to create self-signed certificates", "community.crypto.ecs_certificate module \u2013 Request SSL/TLS certificates with the Entrust Certificate Services (ECS) API", "community.crypto.ecs_domain module \u2013 Request validation of a domain with the Entrust Certificate Services (ECS) API", "Index of all Collection Environment Variables", "community.crypto.get_certificate module \u2013 Get a certificate from a host:port", "Community.Crypto", "community.crypto.luks_device module \u2013 Manage encrypted (LUKS) devices", "community.crypto.openssh_cert module \u2013 Generate OpenSSH host or user certificates.", "community.crypto.openssh_keypair module \u2013 Generate OpenSSH private and public keys", "community.crypto.openssl_certificate_info", "community.crypto.openssl_certificate", "community.crypto.openssl_csr_info filter \u2013 Retrieve information from OpenSSL Certificate Signing Requests (CSR)", "community.crypto.openssl_csr_info module \u2013 Provide information of OpenSSL Certificate Signing Requests (CSR)", "community.crypto.openssl_csr module \u2013 Generate OpenSSL Certificate Signing Request (CSR)", "community.crypto.openssl_csr_pipe module \u2013 Generate OpenSSL Certificate Signing Request (CSR)", "community.crypto.openssl_dhparam module \u2013 Generate OpenSSL Diffie-Hellman Parameters", "community.crypto.openssl_pkcs12 module \u2013 Generate OpenSSL PKCS#12 archive", "community.crypto.openssl_privatekey_convert module \u2013 Convert OpenSSL private keys", "community.crypto.openssl_privatekey_info filter \u2013 Retrieve information from OpenSSL private keys", "community.crypto.openssl_privatekey_info module \u2013 Provide information for OpenSSL private keys", "community.crypto.openssl_privatekey module \u2013 Generate OpenSSL private keys", "community.crypto.openssl_privatekey_pipe module \u2013 Generate OpenSSL private keys without disk access", "community.crypto.openssl_publickey_info filter \u2013 Retrieve information from OpenSSL public keys in PEM format", "community.crypto.openssl_publickey_info module \u2013 Provide information for OpenSSL public keys", "community.crypto.openssl_publickey module \u2013 Generate an OpenSSL public key from its private key.", "community.crypto.openssl_signature_info module \u2013 Verify signatures with openssl", "community.crypto.openssl_signature module \u2013 Sign data with openssl", "community.crypto.split_pem filter \u2013 Split PEM file contents into multiple objects", "community.crypto.x509_certificate_info filter \u2013 Retrieve information from X.509 certificates in PEM format", "community.crypto.x509_certificate_info module \u2013 Provide information of OpenSSL X.509 certificates", "community.crypto.x509_certificate module \u2013 Generate and/or check OpenSSL certificates", "community.crypto.x509_certificate_pipe module \u2013 Generate and/or check OpenSSL certificates", "community.crypto.x509_crl_info filter \u2013 Retrieve information from X.509 CRLs in PEM format", "community.crypto.x509_crl_info module \u2013 Retrieve information on Certificate Revocation Lists (CRLs)", "community.crypto.x509_crl module \u2013 Generate Certificate Revocation Lists (CRLs)"], "terms": {"thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "plugin": [0, 13, 19, 20, 21, 22, 28, 29, 31, 32, 33, 37, 38, 39, 42, 43], "wa": [0, 1, 3, 4, 6, 9, 11, 14, 16, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 31, 34, 35, 38, 39, 40, 42, 43, 44], "part": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "collect": [0, 9, 10, 15, 19, 20], "version": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "2": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "15": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "0": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "modul": [0, 9, 10, 19, 20, 21, 28, 32, 38, 42], "ha": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 42, 43, 44], "been": [0, 1, 2, 3, 4, 6, 11, 13, 14, 16, 17, 19, 20, 23, 24, 29, 34, 41, 44], "remov": [0, 1, 2, 3, 4, 6, 16, 19, 20, 26, 34, 40, 44], "The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "renam": [0, 19, 20, 39, 40, 44], "acme_account_info": [0, 2, 15], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "To": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "instal": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "us": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "ansibl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "galaxi": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "you": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "need": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "further": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "abl": [1, 2, 3, 4, 5, 6, 7, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "detail": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "playbook": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "specifi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "allow": [1, 2, 3, 4, 6, 11, 12, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "ca": [1, 2, 3, 4, 6, 7, 11, 15, 17, 21, 22, 23, 24, 26, 37, 38, 39, 40, 41, 42, 43, 44], "support": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "protocol": [1, 2, 5, 6, 14, 15, 18, 40], "let": [1, 2, 3, 4, 6, 40], "": [1, 2, 3, 4, 5, 6, 9, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44], "encrypt": [1, 2, 3, 4, 6, 14, 15, 18, 26, 27, 30, 31, 40], "onli": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "work": [1, 2, 3, 4, 6, 16, 17, 18, 23, 25, 26, 27, 30, 31, 34, 40], "v2": [1, 2, 3, 4, 6, 34], "below": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "ar": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "host": [1, 2, 3, 4, 5, 6, 7, 11, 12, 15, 16, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "execut": [1, 2, 3, 4, 5, 6, 7, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "either": [1, 2, 3, 4, 6, 11, 12, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 33, 34, 35, 36, 39, 40, 41, 43, 44], "openssl": [1, 2, 3, 4, 6, 7, 8, 14, 15, 38], "cryptographi": [1, 2, 3, 4, 5, 6, 7, 8, 11, 14, 18, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 43, 44], "1": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "5": [1, 2, 3, 4, 6, 7, 8, 12, 16, 21, 22, 30, 31, 35, 36, 38, 39, 40, 41], "ipaddress": [1, 2, 3, 4, 6], "comment": [1, 2, 3, 4, 5, 6, 7, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "account_key_cont": [1, 2, 3, 4, 6], "string": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "content": [1, 2, 3, 4, 5, 6, 7, 9, 11, 12, 14, 15, 16, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "rsa": [1, 2, 3, 4, 6, 8, 10, 17, 18, 21, 22, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39], "ellipt": [1, 2, 3, 4, 6, 8, 18, 21, 22, 28, 29, 30, 31, 32, 33, 38, 39], "curv": [1, 2, 3, 4, 6, 8, 18, 21, 22, 28, 29, 30, 31, 32, 33, 38, 39], "kei": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 21, 22, 23, 24, 25, 26, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "mutual": [1, 2, 3, 4, 5, 6, 16, 23, 24, 26, 40, 41, 44], "exclus": [1, 2, 3, 4, 5, 6, 16, 23, 24, 26, 40, 41, 44], "account_key_src": [1, 2, 3, 4, 5, 6, 8], "warn": [1, 2, 3, 4, 6, 28, 29, 39, 40], "written": [1, 2, 3, 4, 6, 17, 18, 23, 25, 26, 27, 30, 31, 34, 40, 44], "temporari": [1, 2, 3, 4, 6], "file": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "which": [1, 2, 3, 4, 6, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "delet": [1, 3, 4, 6, 15], "when": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "complet": [1, 2, 3, 4, 6, 8, 15, 16, 31], "sinc": [1, 2, 3, 4, 6, 9, 16, 23, 24, 26, 29], "an": [1, 2, 3, 4, 5, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 38, 39, 40, 41, 42, 43, 44], "import": [1, 2, 3, 4, 6, 8, 17, 18, 23, 24, 25, 26, 27, 30, 34, 40, 44], "privat": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 15, 17, 21, 22, 23, 24, 25, 26, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44], "can": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 42, 43, 44], "chang": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "revok": [1, 2, 3, 6, 11, 15, 42, 43, 44], "your": [1, 2, 3, 4, 6, 9, 11, 12, 23, 24, 25, 30, 40, 41], "certif": [1, 2, 6, 15, 25, 26, 28, 30, 31, 34, 35, 36, 37, 42], "without": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 33, 34, 35, 36, 39, 40, 41, 43, 44], "know": [1, 2, 3, 4, 6, 23, 24], "might": [1, 2, 3, 4, 6, 14, 27, 30, 31, 34, 44], "accept": [1, 2, 3, 4, 6, 11, 23, 24], "In": [1, 2, 3, 4, 6, 9, 11, 18, 21, 22, 26, 29, 30, 41], "case": [1, 2, 3, 4, 6, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 25, 26, 27, 29, 30, 31, 34, 38, 39, 40, 44], "It": [1, 2, 3, 4, 6, 7, 11, 18, 22, 27, 29, 30, 33, 39, 40, 41, 44], "still": [1, 2, 3, 4, 6, 11, 17, 22, 29, 39, 40], "happen": [1, 2, 3, 4, 6], "disk": [1, 2, 3, 4, 6, 7, 10, 15, 23, 24, 27, 29, 30, 34, 40, 41], "process": [1, 2, 3, 4, 6, 12, 16, 44], "move": [1, 2, 3, 4, 6, 11, 39, 40, 41], "its": [1, 2, 3, 4, 6, 7, 9, 11, 12, 15, 16, 17, 18, 23, 24, 25, 26, 27, 30, 31, 33, 40, 41], "argument": [1, 2, 3, 4, 6, 25], "node": [1, 2, 3, 4, 6, 21, 28, 38, 42], "where": [1, 2, 3, 4, 6, 9, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 33, 34, 39, 40, 41, 43, 44], "account_key_passphras": [1, 2, 3, 4, 6], "ad": [1, 2, 3, 4, 5, 6, 7, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 34, 39, 40, 41, 42, 43, 44], "6": [1, 2, 3, 4, 5, 6, 8, 11, 14, 16, 18, 21, 22, 23, 24, 30, 31, 35, 36, 38, 39, 40, 41], "phassphras": [1, 2, 3, 4, 5, 6], "decod": [1, 2, 3, 4, 5, 6, 21, 22, 28, 38, 39, 42, 43, 44], "backend": [1, 2, 3, 4, 6, 14, 18, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "alias": [1, 2, 3, 4, 6, 17, 18, 23, 24, 25, 26, 27, 30, 34, 40, 41, 44], "account_kei": [1, 2, 3, 4, 6], "path": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "contain": [1, 2, 3, 4, 5, 6, 7, 12, 14, 16, 17, 18, 23, 24, 25, 26, 27, 30, 31, 34, 40, 44], "creat": [1, 4, 5, 6, 11, 15, 16, 17, 18, 23, 24, 25, 26, 27, 30, 33, 34, 40, 41, 43, 44], "openssl_privatekei": [1, 2, 3, 6, 9, 10, 11, 15, 23, 24, 25, 26, 27, 29, 31, 33, 34, 36, 40, 41], "openssl_privatekey_pip": [1, 2, 3, 6, 15, 23, 24, 27, 29, 30, 34, 40, 41], "If": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "requisit": [1, 2, 3, 6], "avail": [1, 2, 3, 4, 6, 8, 10, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 44], "directli": [1, 2, 3, 6, 10, 39, 40], "command": [1, 2, 3, 6, 16, 17], "line": [1, 2, 3, 6, 16], "tool": [1, 2, 3, 4, 6, 23, 24], "genrsa": [1, 2, 3, 6], "ecparam": [1, 2, 3, 4, 6], "genkei": [1, 2, 3, 4, 6], "ani": [1, 2, 3, 4, 6, 9, 10, 11, 17, 18, 23, 24, 25, 26, 27, 30, 31, 34, 40, 41], "other": [1, 2, 3, 4, 6, 11, 17, 18, 23, 24, 25, 26, 27, 30, 31, 34, 38, 39, 40, 43, 44], "pem": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 14, 15, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "format": [1, 2, 3, 4, 5, 6, 7, 11, 14, 15, 16, 17, 18, 21, 22, 26, 27, 28, 29, 30, 31, 34, 39, 40, 41, 43, 44], "well": [1, 2, 3, 4, 6, 12, 26, 27, 30, 31, 34, 40], "account_uri": [1, 2, 3, 4, 6], "assum": [1, 2, 3, 4, 6, 7, 9, 11, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "uri": [1, 2, 3, 4, 6, 21, 22, 23, 24, 28, 38, 39, 42, 43, 44], "given": [1, 2, 3, 4, 5, 6, 15, 16, 23, 24, 35], "doe": [1, 2, 3, 4, 5, 6, 7, 8, 11, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "match": [1, 2, 3, 4, 6, 7, 12, 17, 18, 23, 24, 25, 30, 31, 40, 44], "exist": [1, 2, 3, 4, 5, 6, 9, 11, 16, 17, 18, 23, 24, 25, 26, 27, 30, 31, 34, 40, 41, 44], "fail": [1, 2, 3, 4, 6, 11, 17, 18, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 34, 38, 39, 40, 42, 43, 44], "acme_directori": [1, 2, 3, 4, 6, 40], "directori": [1, 2, 3, 4, 6, 7, 40], "entri": [1, 2, 3, 4, 5, 6, 12, 21, 22, 28, 32, 37, 38, 39, 40, 42, 44], "point": [1, 2, 3, 4, 6, 7, 11, 17, 21, 22, 23, 24, 28, 29, 32, 33, 38, 39, 40, 41, 42, 43, 44], "url": [1, 2, 3, 4, 6], "access": [1, 2, 3, 4, 6, 12, 15, 23, 24, 27, 29, 30, 34, 40, 41, 44], "server": [1, 2, 3, 4, 9, 11, 12, 14, 15, 17, 23, 24, 40, 41], "api": [1, 2, 3, 4, 6, 15, 40, 41], "For": [1, 2, 3, 4, 6, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42], "safeti": [1, 2, 3, 4, 6], "reason": [1, 2, 3, 4, 6, 23, 24, 40, 41, 42, 43, 44], "default": [1, 2, 3, 4, 6, 7, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "set": [1, 2, 3, 4, 5, 6, 11, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "stage": [1, 2, 3, 4, 6, 40], "v1": [1, 2, 3, 4, 6], "technic": [1, 2, 3, 4, 6, 11], "correct": [1, 2, 3, 4, 6, 7, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "untrust": [1, 2, 3, 4, 6, 15], "all": [1, 2, 3, 4, 6, 7, 8, 9, 11, 14, 17, 18, 21, 22, 26, 28, 29, 30, 31, 37, 38, 39, 40, 41, 42, 43, 44], "endpoint": [1, 2, 3, 4, 6], "found": [1, 2, 3, 4, 6, 8, 12], "here": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "http": [1, 2, 3, 4, 5, 6, 11, 12, 14, 17, 23, 24, 30, 40, 41], "letsencrypt": [1, 2, 3, 4, 6, 40], "org": [1, 2, 3, 4, 6, 11, 23, 24, 40, 42, 43, 44], "doc": [1, 2, 3, 4, 6, 9, 10, 30, 40], "environ": [1, 2, 3, 4, 5, 6, 40], "buypass": [1, 2, 3, 4, 6, 40], "com": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15, 17, 21, 22, 23, 24, 26, 27, 29, 30, 33, 34, 38, 39, 40, 41, 42, 43, 44], "t": [1, 2, 3, 4, 6, 9, 17, 18, 22, 23, 25, 26, 27, 29, 30, 33, 34, 39, 40, 44], "63d4ai": [1, 2, 3, 4, 6], "go": [1, 2, 3, 4, 6], "ssl": [1, 2, 4, 5, 6, 7, 12, 14, 15, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 39, 40, 41, 43, 44], "product": [1, 2, 3, 4, 6, 11, 31], "v02": [1, 2, 3, 4, 6, 40], "zerossl": [1, 2, 3, 4, 6], "dv90": [1, 2, 3, 4, 6], "sectigo": [1, 2, 3, 4, 6], "qa": [1, 2, 3, 4, 6], "secur": [1, 2, 3, 4, 6, 11, 14, 26, 40, 41], "trust": [1, 2, 3, 4, 6, 42, 43, 44], "provid": [1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 14, 15, 16, 18, 21, 23, 24, 28, 30, 31, 32, 34, 38, 40, 41, 42, 43], "dv": [1, 2, 3, 4, 6], "list": [1, 2, 3, 4, 6, 7, 8, 11, 12, 14, 15, 17, 21, 22, 23, 24, 26, 28, 32, 37, 38, 39, 42], "servic": [1, 2, 3, 4, 6, 15, 40, 41], "test": [1, 2, 3, 4, 6, 11, 12, 18, 21, 22, 38, 39], "against": [1, 2, 3, 4, 6, 11, 14, 17], "acme_vers": [1, 2, 3, 4, 6], "integ": [1, 2, 3, 4, 6, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44], "must": [1, 2, 3, 4, 5, 6, 9, 11, 12, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 43, 44], "classic": [1, 2, 3, 4, 6], "standard": [1, 2, 3, 4, 6, 11], "deprec": [1, 2, 3, 4, 6, 14, 18, 39, 40, 44], "from": [1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 39, 40, 41, 43, 44], "3": [1, 2, 3, 4, 5, 6, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 26, 27, 29, 30, 31, 33, 34, 38, 39, 40, 41, 44], "choic": [1, 2, 3, 4, 5, 6, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "request_timeout": [1, 2, 3, 4, 6], "time": [1, 2, 3, 4, 6, 11, 12, 14, 16, 17, 21, 22, 26, 28, 29, 32, 33, 38, 39, 40, 41, 42, 43, 44], "should": [1, 2, 3, 4, 5, 6, 8, 11, 12, 14, 17, 18, 21, 22, 23, 24, 25, 26, 27, 30, 31, 34, 38, 39, 40, 41, 43, 44], "wait": [1, 2, 3, 4, 6], "respons": [1, 2, 3, 4, 6, 11], "timeout": [1, 2, 3, 4, 6, 14], "appli": [1, 2, 3, 4, 6, 11, 14, 17, 18], "request": [1, 2, 3, 4, 5, 7, 8, 9, 10, 14, 15, 16, 17, 18, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "head": [1, 2, 3, 4, 6], "get": [1, 2, 3, 4, 6, 11, 15, 17, 18, 22, 23, 25, 26, 27, 29, 30, 33, 34, 39, 40, 43, 44], "post": [1, 2, 3, 4, 6, 11], "10": [1, 2, 3, 4, 6, 10, 14, 15, 16, 17, 18, 21, 28, 30, 31, 32, 34, 37, 38, 39, 40, 41, 42], "retrieve_ord": 1, "whether": [1, 2, 3, 4, 6, 8, 9, 11, 12, 14, 17, 18, 21, 22, 23, 24, 25, 26, 28, 29, 30, 34, 38, 39, 40, 41, 42, 43, 44], "order": [1, 3, 6, 11, 14, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 37, 38, 39, 40, 42, 43, 44], "object": [1, 3, 6, 15, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "A": [1, 2, 5, 7, 8, 11, 14, 22, 23, 24, 29, 33, 35, 37, 39, 40, 41, 43, 44], "ignor": [1, 2, 3, 7, 11, 17, 18, 21, 22, 23, 24, 26, 28, 31, 37, 38, 39, 40, 41, 42, 43, 44], "fetch": 1, "order_uri": [1, 3, 6], "alwai": [1, 2, 3, 4, 5, 6, 8, 10, 11, 12, 14, 17, 18, 26, 29, 30, 31, 39, 40, 41, 44], "popul": 1, "option": [1, 2, 3, 4, 6, 11, 14, 16, 17, 18, 23, 24, 25, 26, 27, 30, 31, 34, 39, 40, 41, 44], "object_list": 1, "current": [1, 3, 8, 11, 12, 14, 17, 18, 23, 24, 25, 26, 27, 30, 31, 34, 40, 41, 44], "so": [1, 2, 3, 4, 6, 11, 12, 16, 17, 18, 21, 23, 25, 26, 27, 28, 29, 30, 31, 34, 38, 40, 42, 44], "result": [1, 4, 5, 9, 10, 11, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 38, 39, 40, 41, 42, 43, 44], "empti": [1, 3, 8], "url_list": 1, "select_crypto_backend": [1, 2, 3, 4, 6, 14, 22, 23, 24, 25, 26, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41], "determin": [1, 2, 3, 4, 6, 14, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41], "auto": [1, 2, 3, 4, 6, 14, 18, 22, 23, 24, 25, 26, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41], "tri": [1, 2, 3, 4, 6, 7, 14, 22, 23, 24, 25, 26, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41], "fall": [1, 2, 3, 4, 6, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "back": [1, 2, 3, 4, 6, 9, 11, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "try": [1, 2, 3, 4, 6, 7, 8, 14, 16, 22, 23, 24, 25, 26, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41], "binari": [1, 2, 3, 4, 6, 8, 14, 18, 25], "librari": [1, 2, 3, 4, 6, 8, 14, 17, 18, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "validate_cert": [1, 2, 3, 4, 6], "boolean": [1, 2, 3, 4, 6, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35, 38, 39, 40, 41, 42, 43, 44], "call": [1, 2, 3, 4, 6, 11, 26, 39, 40, 44], "valid": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 14, 15, 17, 21, 22, 23, 24, 35, 36, 39, 40, 41, 44], "tl": [1, 2, 4, 6, 14, 15, 23, 24, 26, 27, 30, 31, 34, 40, 41], "ever": [1, 2, 3, 4, 6], "fals": [1, 2, 3, 4, 6, 8, 9, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35, 38, 39, 40, 41, 42, 43, 44], "purpos": [1, 2, 3, 4, 6, 11, 23, 24, 40, 41], "local": [1, 2, 3, 4, 6, 11, 12, 21, 28, 38, 40, 41, 42], "pebbl": [1, 2, 3, 4, 6], "true": [1, 2, 3, 4, 6, 8, 9, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 35, 38, 39, 40, 41, 42, 43, 44], "descript": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "action_group": [1, 2, 3, 4, 6], "action": [1, 2, 3, 4, 5, 6, 7, 8, 11, 14, 17, 18, 22, 23, 25, 26, 29, 30, 31, 33, 34, 35, 36, 39, 40, 43, 44], "group": [1, 2, 3, 4, 6, 17, 18, 21, 22, 23, 25, 26, 27, 28, 29, 30, 32, 33, 34, 38, 39, 40, 44], "module_default": [1, 2, 3, 4, 6], "check_mod": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "full": [1, 2, 3, 7, 8, 11, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "modifi": [1, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "state": [1, 2, 3, 5, 7, 8, 14, 16, 17, 18, 22, 23, 25, 26, 29, 30, 33, 34, 35, 36, 39, 40, 43, 44], "run": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "statu": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "predict": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "target": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "diff_mod": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "n": [1, 5, 6, 7, 8, 14, 22, 29, 33, 35, 39, 43], "Will": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 43, 44], "what": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "possibli": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "diff": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "mode": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "acme_account": [1, 3, 15], "acme_account_fact": 1, "befor": [1, 3, 12, 21, 28, 32, 37, 38, 40, 41, 42, 44], "8": [1, 3, 4, 16, 17, 18, 23, 25, 26, 27, 30, 34, 40], "usag": [1, 3, 7, 10, 11, 15, 16, 23, 40, 41, 44], "did": [1, 3, 31], "new": [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 16, 17, 18, 21, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "enough": [1, 2, 3, 4, 6, 17, 18, 23, 25, 26, 27, 30, 34, 40], "instead": [1, 2, 3, 4, 6, 10, 16, 17, 23, 24, 30, 31, 44], "explicitli": [1, 2, 3, 4, 6, 27, 29, 30], "disabl": [1, 2, 3, 4, 6, 11, 16, 17, 29], "enabl": [1, 2, 3, 4, 6, 11, 17, 23, 24], "slower": [1, 2, 3, 4, 6], "less": [1, 2, 3, 4, 6, 12, 17], "have": [1, 2, 3, 4, 6, 10, 11, 12, 13, 17, 18, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 34, 37, 38, 40, 41, 42, 44], "store": [1, 2, 3, 4, 6, 10, 11, 12, 16, 24, 26, 27, 40, 41], "although": [1, 2, 3, 4, 6], "chosen": [1, 2, 3, 4, 6, 26], "principl": [1, 2, 3, 4, 6], "far": [1, 2, 3, 4, 6], "develop": [1, 2, 3, 4, 6, 40], "we": [1, 2, 3, 4, 5, 6, 9, 26, 30, 31], "got": [1, 2, 3, 4, 6], "feedback": [1, 2, 3, 4, 6], "thei": [1, 2, 3, 4, 6, 12, 14, 16, 18, 25, 30, 31, 39, 43], "incommon": [1, 2, 3, 4, 6], "experi": [1, 2, 3, 4, 6], "problem": [1, 2, 3, 4, 6], "anoth": [1, 2, 3, 4, 6, 7, 9, 10, 11, 16, 21, 22, 28, 30, 38, 39, 41, 42, 43, 44], "pleas": [1, 2, 3, 4, 6, 7, 9, 14, 18, 23, 24, 25, 27, 30, 31, 40, 41], "issu": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "help": [1, 2, 3, 4, 6, 11], "u": [1, 2, 3, 4, 6, 17, 18, 23, 25, 26, 27, 30, 34, 40, 41], "mention": [1, 2, 3, 4, 6, 26], "appreci": [1, 2, 3, 4, 6], "name": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "check": [1, 3, 7, 9, 11, 15, 17, 21, 22, 23, 24, 25, 26, 29, 30, 31, 34, 35, 39, 42, 43, 44], "etc": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 22, 23, 24, 25, 26, 27, 29, 30, 33, 34, 39, 40, 41, 43, 44], "pki": [1, 2, 3, 4, 5, 6, 8, 12], "cert": [1, 2, 3, 4, 5, 6, 8, 11, 14, 17, 21, 22, 23, 24, 26, 28, 35, 36, 38, 39, 42, 44], "regist": [1, 3, 5, 6, 7, 8, 9, 10, 14, 22, 24, 29, 31, 33, 35, 36, 39, 40, 41, 43], "account_data": 1, "verifi": [1, 7, 12, 15, 36, 40], "builtin": [1, 3, 7, 8, 14, 21, 22, 24, 28, 29, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43], "assert": [1, 35, 36, 39, 40], "print": [1, 24, 37, 41, 43], "debug": [1, 2, 3, 4, 6, 8, 11, 14, 21, 22, 24, 28, 29, 31, 32, 33, 37, 38, 39, 41, 42, 43], "var": [1, 3, 6, 8, 14, 22, 24, 29, 33, 39, 41], "contact": [1, 2, 3, 6], "acme_account_kei": 1, "acme_account_uri": 1, "common": [1, 2, 3, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "document": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "follow": [1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "field": [1, 2, 3, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 43, 44], "uniqu": [1, 2, 3, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "dictionari": [1, 2, 3, 5, 6, 8, 11, 14, 16, 21, 22, 23, 24, 28, 29, 30, 31, 32, 33, 34, 38, 39, 42, 43, 44], "element": [1, 2, 3, 7, 8, 11, 12, 14, 17, 21, 22, 23, 24, 26, 28, 29, 32, 33, 37, 38, 39, 42, 43, 44], "challeng": [1, 3, 6, 15, 40], "resourc": [1, 3, 5, 12], "sampl": [1, 3, 4, 5, 6, 8, 11, 12, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 42, 43, 44], "mailto": [1, 2, 6], "me": [1, 2, 6], "tel": 1, "00123456789": 1, "queri": [1, 3, 22, 29, 33, 39], "public_account_kei": 1, "public": [1, 3, 11, 15, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 38, 39, 40, 41], "json": [1, 6, 11, 14, 42, 43], "web": [1, 12], "kty": [1, 6], "ec": [1, 3, 15, 40, 41], "crv": 1, "p": [1, 21, 22, 28, 29, 32, 33, 38, 39], "256": [1, 17, 18], "x": [1, 6, 14, 15, 21, 22, 28, 29, 32, 33, 43], "mkbctnickusdii11yss3526idz8aito7tu6kpaqv7d4": 1, "y": [1, 14, 21, 22, 28, 29, 32, 33, 38, 39], "4etl6srw2yilurn5vfvvhuhp7x8pxltmwwlbbm4ifym": 1, "deactiv": [1, 2, 3, 11], "none": [1, 2, 3, 4, 5, 6, 11, 12, 14, 16, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 34, 36, 38, 39], "success": [1, 3, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "error": [1, 3, 4, 6, 8, 11, 16, 40], "occur": [1, 44], "dure": [1, 2, 3, 11, 17, 26], "about": [1, 2, 11, 12, 14, 17, 23, 24, 28, 29], "structur": 1, "rfc7807": 1, "expir": [1, 3, 6, 10, 11, 12, 14, 38, 39, 40, 41, 44], "timestamp": [1, 17, 23, 25, 26, 27, 30, 34, 39, 40, 41, 43, 44], "describ": [1, 21, 23, 24, 28, 32, 37, 38, 42], "rfc3339": [1, 11], "includ": [1, 3, 7, 9, 11, 12, 17, 18, 23, 25, 26, 27, 30, 34, 38, 39, 40, 42, 43, 44], "pend": [1, 11], "give": [1, 17, 18, 23, 25, 26, 27, 30, 34, 40], "expiri": [1, 11, 40, 41], "date": [1, 6, 7, 11, 14, 38, 39, 40, 41, 42, 43, 44], "final": [1, 3], "identifi": [1, 2, 3, 5, 11, 16, 17, 21, 22, 23, 24, 38, 39, 40, 41], "type": [1, 3, 5, 6, 10, 11, 12, 16, 17, 18, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44], "dn": [1, 3, 5, 9, 10, 12, 21, 22, 23, 24, 28, 38, 39, 40, 42, 43, 44], "ip": [1, 3, 5, 14, 21, 22, 23, 24, 38, 39], "hostnam": [1, 14], "address": [1, 2, 3, 5, 11, 12, 17, 21, 22, 28, 38, 39, 42, 43, 44], "wildcard": [1, 3], "actual": [1, 5, 17, 18, 23, 25, 26, 27, 30, 34, 40], "prefix": [1, 2, 23, 24], "notaft": [1, 38, 39], "notbefor": [1, 38, 39], "readi": [1, 11], "invalid": [1, 11, 37, 42, 43, 44], "felix": [1, 2, 4, 5, 6, 7, 8, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 41, 42, 43, 44], "fontein": [1, 2, 4, 5, 6, 7, 8, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 41, 42, 43, 44], "felixfontein": [1, 2, 4, 5, 6, 7, 8, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 41, 42, 43, 44], "tracker": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "repositori": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "sourc": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "submit": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "bug": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "report": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "featur": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "allow_cr": 2, "creation": [2, 3, 6, 16], "present": [2, 3, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 30, 34, 38, 39, 40, 44], "email": [2, 3, 11, 12, 21, 22, 23, 24, 28, 38, 39, 40, 41, 42, 43, 44], "ietf": [2, 3, 6, 23, 24], "html": [2, 3, 6, 23, 24, 30], "rfc8555": [2, 3, 6], "section": [2, 3, 4, 6, 23, 24], "7": [2, 3, 6, 14, 17, 18, 21, 22, 26, 33, 38, 39, 42, 43], "absent": [2, 16, 17, 18, 23, 25, 26, 30, 34, 40, 44], "changed_kei": 2, "external_account_bind": 2, "extern": [2, 3], "bind": [2, 3], "data": [2, 3, 5, 11, 12, 15, 17, 18, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 38, 39, 40, 41, 44], "like": [2, 3, 10, 40, 41], "specif": [2, 3, 4, 5, 6, 10, 11, 12, 16, 23, 24, 26, 39, 40, 41], "properli": [2, 6], "custom": [2, 11, 18], "alg": 2, "mac": [2, 26], "algorithm": [2, 14, 16, 17, 18, 21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44], "probabl": 2, "hs256": 2, "hs384": 2, "hs512": 2, "base64": [2, 3, 14, 21, 22, 26, 30, 31, 35, 36, 38, 39, 43, 44], "encod": [2, 3, 6, 11, 14, 21, 22, 26, 28, 30, 31, 35, 36, 38, 39, 42, 43, 44], "pad": 2, "symbol": [2, 7, 17, 18, 23, 25, 26, 27, 30, 34, 40], "end": [2, 3, 11, 17, 18, 23, 25, 26, 27, 30, 34, 40], "omit": [2, 9, 16, 17, 18], "kid": 2, "new_account_key_cont": 2, "same": [2, 3, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 44], "restrict": [2, 3, 17, 23, 24], "new_account_key_src": 2, "new_account_key_passphras": 2, "inform": [2, 3, 4, 5, 6, 8, 10, 11, 12, 14, 15, 17, 18, 23, 24, 25, 26, 27, 30, 31, 34, 40, 41], "touch": 2, "terms_agre": [2, 3], "indic": [2, 3, 11, 14, 23, 24, 29, 31], "agre": [2, 3], "term": [2, 3, 6], "acme_certif": [2, 5, 6, 7, 15], "do": [2, 3, 6, 9, 10, 11, 12, 16, 17, 18, 23, 25, 26, 27, 29, 30, 31, 34, 40], "basic": [2, 3, 21, 22, 23, 24, 28, 29, 32, 33, 38, 39], "manag": [2, 3, 4, 5, 6, 11, 15, 34], "both": [2, 3, 11, 18, 22, 23, 24, 29, 33, 34, 35, 36, 39, 41, 43, 44], "recommend": [2, 11, 12, 40, 41], "modify_account": [2, 3], "automat": [2, 3, 4, 5, 6, 16, 30, 31, 40], "rfc": [2, 3, 4, 5, 6, 23, 24], "8555": [2, 3, 4, 5, 6], "retriev": [2, 3, 6, 14, 15, 23, 24, 40, 41], "fact": 2, "write": [2, 3, 6, 7, 9, 16, 17, 18, 23, 25, 26, 27, 30, 31, 34, 40, 41, 44], "acme_inspect": [2, 3, 4, 15], "make": [2, 3, 6, 11, 14, 16, 18, 28, 29, 30, 31, 35, 36, 39, 44], "sure": [2, 3, 16, 18, 28, 29, 30, 31, 35, 36, 44], "TOS": 2, "myself": [2, 3], "one": [2, 3, 4, 7, 9, 11, 12, 14, 17, 18, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "variabl": [2, 3, 9, 21, 22, 28, 29, 32, 37, 38, 42], "new_account_kei": 2, "renew": [3, 11], "implement": [3, 31, 40, 41], "01": [3, 6, 11, 15, 17, 30, 31, 34], "alpn": [3, 6, 15], "twice": 3, "two": [3, 23, 24], "differ": [3, 4, 10, 12, 14, 17, 18, 23, 25, 30, 34, 40, 44], "task": [3, 11, 17, 18, 30, 31, 39], "output": [3, 6, 8, 11, 17, 26, 30, 31], "first": [3, 5, 6, 10, 11, 12, 16, 26, 39], "record": [3, 11, 12], "pass": [3, 9, 11], "second": [3, 12, 14, 16, 39, 40, 41, 44], "between": [3, 16, 18], "fulfil": 3, "step": [3, 11, 26], "whatev": 3, "mean": [3, 11, 35], "necessari": [3, 17], "destin": [3, 11, 17, 18, 23, 25, 26, 27, 30, 31, 34, 40], "webserv": 3, "serv": [3, 40], "perform": [3, 11, 12, 16, 17, 18, 23, 24, 25, 26, 27, 30, 34, 40, 44], "how": [3, 5, 12, 14, 15, 21, 22, 23, 24, 28, 30, 38, 39, 40, 42, 43, 44], "read": [3, 9, 16, 17, 18, 23, 25, 26, 27, 30, 31, 34, 35, 36, 40, 41, 44], "through": 3, "main": 3, "consid": [3, 17, 18, 23, 24, 25, 26, 30, 40], "experiment": 3, "accord": [3, 23, 24], "8738": 3, "account_email": 3, "associ": [3, 7, 11, 12], "account": [3, 4, 5, 6, 8, 11, 15], "more": [3, 7, 11, 14, 17, 23, 24, 26, 40, 41, 44], "than": [3, 4, 11, 12, 17, 18, 21, 22, 23, 24, 26, 28, 38, 39, 40, 41, 42, 43, 44], "updat": [3, 6, 12, 17, 18, 23, 25, 26, 27, 30, 31, 34, 40, 44], "most": [3, 16], "agreement": [3, 11, 21, 22, 38, 39], "latest": [3, 30, 44], "gather": 3, "chain_dest": 3, "chain": [3, 11, 14, 15, 40], "intermedi": [3, 7, 11, 26, 31, 40], "some": [3, 4, 14, 16, 17, 18, 23, 25, 26, 27, 30, 31, 34, 35, 36, 40, 42, 43], "assur": 3, "could": [3, 11, 23, 25, 29, 30, 40, 41], "foo": [3, 16, 17], "certain": [3, 17, 39], "period": [3, 40, 41], "csr": [3, 5, 6, 7, 9, 10, 11, 15, 25, 26, 28, 30, 31, 34, 39, 40, 41], "src": [3, 9, 26, 41], "openssl_csr": [3, 10, 11, 15, 22, 24, 25, 26, 30, 31, 34, 40, 41], "req": 3, "mai": [3, 11, 17, 18, 23, 24, 25, 26, 27, 30, 34, 40, 41], "multipl": [3, 9, 10, 11, 15, 21, 22, 23, 24, 26, 28, 29, 32, 33, 38, 39], "subject": [3, 7, 10, 11, 14, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 30, 34, 38, 39, 40, 41, 42, 44], "altern": [3, 10, 11, 23, 24, 40, 41], "each": [3, 9, 11, 21, 28, 30, 31, 32, 34, 37, 38, 42], "lead": [3, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "individu": [3, 17], "sign": [3, 5, 8, 11, 14, 15, 17, 25, 26, 30, 31, 34, 35, 38, 39, 40, 41, 42, 43, 44], "bad": 3, "idea": 3, "view": 3, "precis": 3, "csr_content": [3, 9, 10, 40, 41], "openssl_csr_pip": [3, 9, 10, 15, 22, 23, 30, 31, 34, 40, 41], "ongo": 3, "previou": [3, 11, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "non": [3, 8, 11, 17], "activ": [3, 6, 11, 12], "taken": 3, "mark": [3, 23, 24], "no_log": [3, 30, 31], "up": [3, 5, 11, 16, 17, 18, 21, 23, 25, 26, 27, 28, 30, 32, 34, 37, 38, 39, 40, 42], "longer": [3, 16, 23, 24], "wai": [3, 5, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "caus": [3, 14, 17, 18], "messag": 3, "come": 3, "unus": 3, "anywai": 3, "deactivate_authz": 3, "authent": [3, 6, 11, 12, 17, 23, 24, 40, 41], "authz": [3, 6], "after": [3, 16, 40, 41], "bound": 3, "remain": [3, 11, 12, 16, 17], "amount": 3, "re": [3, 12, 14, 18, 21, 22, 23, 24, 25, 26, 30, 31, 34, 38, 39, 40, 41, 44], "domain": [3, 5, 11, 15, 21, 22, 28, 38, 39, 42, 43, 44], "concern": [3, 23, 25, 30, 40], "dest": [3, 5, 7, 9, 24, 41], "fullchain_dest": [3, 6], "forc": [3, 11, 17, 18, 23, 25, 26, 27, 30, 31, 34, 40, 41, 44], "enforc": 3, "even": [3, 4, 11, 16, 17, 18, 25, 26, 30, 34, 40, 41], "remaining_dai": [3, 11], "especi": [3, 30], "addit": [3, 11, 16, 23, 24], "desir": [3, 16], "fullchain": [3, 6, 7], "want": [3, 9, 10, 11, 12, 16, 18, 23, 24, 28, 29, 44], "avoid": [3, 11, 12, 17, 18, 23, 25, 26, 27, 29, 30, 34, 39, 40, 41, 44], "accident": [3, 28, 29, 30, 31], "old": [3, 11, 23, 24, 39, 40, 44], "number": [3, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44], "dai": [3, 11, 12, 14, 39, 40, 41], "left": [3, 11, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "being": [3, 11, 17, 30, 31, 39, 40, 41], "cert_dai": [3, 11], "challenge_data": [3, 5], "retrieve_all_altern": 3, "offer": [3, 9, 10], "These": [3, 15, 21, 23, 24, 28, 38, 42], "togeth": [3, 16, 26], "all_chain": 3, "select_chain": 3, "criteria": 3, "select": [3, 5, 10, 18, 26, 30, 31], "until": [3, 7, 11, 14], "criterium": 3, "header": [3, 5, 6], "determinist": 3, "everi": [3, 11, 12, 18, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 44], "consist": [3, 17, 18, 23, 25, 26, 27, 29, 30, 34, 40], "condit": [3, 14, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "issuer": [3, 7, 14, 21, 22, 23, 24, 38, 39, 40, 42, 43, 44], "authority_key_identifi": [3, 21, 22, 23, 24, 38, 39], "authoritykeyidentifi": [3, 21, 22, 23, 24, 38, 39], "extens": [3, 5, 6, 14, 18, 21, 22, 23, 24, 38, 39, 42, 43, 44], "base": [3, 11, 16, 17, 30, 31], "form": [3, 7, 11, 38, 39], "c4": 3, "a7": 3, "b1": [3, 30, 31, 34], "a4": 3, "7b": 3, "2c": [3, 30, 31, 34], "71": [3, 30, 31, 34], "fa": 3, "db": 3, "e1": [3, 30, 31, 34], "4b": 3, "90": [3, 11, 12, 40, 41], "75": [3, 30, 31, 34], "ff": [3, 21, 22, 23, 24, 28, 29, 32, 33, 38, 39], "60": [3, 11, 12, 30, 31, 34], "85": [3, 30, 31, 34], "89": 3, "would": [3, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "commonnam": [3, 21, 22, 23, 24, 38, 39, 40, 42, 43, 44], "my": [3, 30, 43, 44], "prefer": [3, 21, 22, 28, 38, 39, 42, 43, 44], "root": [3, 11, 14, 15, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "cn": [3, 9, 11, 14, 23, 24, 44], "subject_key_identifi": [3, 21, 22, 23, 24, 38, 39], "subjectkeyidentifi": [3, 21, 22, 38, 39], "a8": 3, "4a": [3, 21, 22, 28, 29, 32, 33, 38, 39], "6a": [3, 30, 31, 34], "63": [3, 11, 21, 22, 28, 29, 32, 33, 38, 39], "04": [3, 21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "7d": [3, 44], "dd": [3, 17, 21, 22, 23, 24, 30, 31, 34, 38, 39], "ba": [3, 21, 22, 28, 29, 32, 33, 38, 39], "e6": [3, 21, 22, 28, 29, 32, 33, 38, 39], "d1": 3, "39": [3, 30, 31, 34], "b7": 3, "a6": [3, 30, 31, 34], "45": 3, "65": 3, "ef": [3, 30, 31, 34], "f3": 3, "a1": [3, 30, 31, 34], "test_certif": 3, "exclud": [3, 17, 21, 22, 23, 24], "leaf": [3, 7], "ident": [3, 17], "last": [3, 16, 21, 22, 38, 39, 42, 43, 44], "furthest": 3, "awai": 3, "Its": 3, "safe_file_oper": [3, 11, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "strict": [3, 6, 11, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "oper": [3, 11, 16, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "function": [3, 11, 16, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "ensur": [3, 11, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "proper": [3, 11, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "permiss": [3, 11, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "corrupt": [3, 11, 17, 18, 23, 24, 25, 26, 27, 30, 34, 40, 44], "At": [3, 17], "least": [3, 11, 23, 24, 35, 36], "control": [3, 6, 12, 14, 21, 28, 31, 38, 42, 43], "over": 3, "rate": [3, 4], "limit": [3, 4, 16, 17], "8737": [3, 5, 6], "acme_challenge_cert_help": [3, 15], "prepar": [3, 15], "certificate_complete_chain": [3, 15], "find": [3, 7, 12], "acme_certificate_revok": [3, 15], "account_private_kei": 3, "httpd": [3, 4, 5, 6], "crt": [3, 4, 5, 6, 11, 12, 39, 40, 41, 44], "sample_com_challeng": [3, 5], "hashi": 3, "vault": [3, 16, 31], "lookup": [3, 7, 21, 24, 28, 31, 32, 37, 38, 41, 42], "hashi_vault": 3, "secret": [3, 30], "copi": [3, 7, 9, 11, 12, 24, 40, 41], "www": [3, 7, 9, 10, 11, 14, 17, 21, 22, 23, 24, 38, 39, 40, 41], "resource_valu": 3, "item": [3, 5, 23, 37], "loop": [3, 5, 17, 18, 23, 25, 26, 27, 30, 34, 37, 40], "dict2item": 3, "v01": 3, "30": [3, 11, 30, 31, 34], "aw": 3, "route53": 3, "zone": 3, "txt": [3, 12, 17], "ttl": 3, "enclos": 3, "quot": [3, 17, 18, 23, 25, 26, 27, 30, 34, 40], "regex_replac": [3, 23], "map": [3, 11, 23, 39], "challenge_data_dn": 3, "dst": 3, "x3": 3, "cross": 3, "identrust": 3, "As": [3, 17, 18, 23, 25, 26, 27, 30, 34, 40], "long": [3, 12, 14], "switch": 3, "own": [3, 9, 17, 18, 23, 24, 25, 26, 27, 30, 34, 40, 41, 44], "isrg": 3, "x1": 3, "compat": [3, 11, 14, 17, 26], "older": [3, 16, 26, 27, 30, 31, 34, 40], "client": [3, 11, 12, 14, 17, 23, 24, 40, 41, 42, 43, 44], "o": [3, 11, 14, 17, 18, 23, 24, 25, 26, 27, 30, 34, 40], "digit": 3, "signatur": [3, 7, 15, 17, 21, 22, 23, 24, 36, 38, 39, 40, 42, 43, 44], "co": 3, "4": [3, 4, 8, 14, 16, 21, 22, 23, 24, 26, 34, 35, 36, 38, 39, 40], "itself": [3, 44], "concaten": [3, 7], "full_chain": 3, "token": [3, 17], "a5b1c3d2e9f8g7h6": 3, "12345": [3, 6, 21, 22, 38, 39], "2022": [3, 26], "08": [3, 11, 30, 31, 34], "01t01": 3, "02": [3, 11], "34z": 3, "04t01": 3, "03": [3, 11, 23, 25, 26, 27, 30, 34, 40, 44], "45z": 3, "per": [3, 26], "yet": [3, 6], "_acm": 3, "known": [3, 11, 12, 17, 18, 21, 22, 23, 25, 26, 27, 28, 29, 30, 32, 33, 34, 38, 39, 40, 42, 43, 44], "evagxfads6psrb2lav9izf17dt3juxgj": 3, "pct92wr": 3, "oa": 3, "resource_origin": 3, "origin": [3, 11, 14, 21, 22, 23, 25, 26, 27, 30, 34, 38, 39, 40, 44], "produc": 3, "blob": 3, "put": 3, "acmevalid": 3, "x509": 3, "editor": 3, "rfc8737": 3, "b64decod": [3, 9, 41], "jinja": 3, "filter": [3, 22, 29, 33, 39, 43], "extract": [3, 14, 21, 22, 28, 38, 39, 44], "ilirfxkkxa": 3, "17dt3juxgj": 3, "finalization_uri": 3, "michael": 3, "gruener": 3, "mgruener": 3, "exactli": [4, 14, 18, 21, 22, 27, 38, 39], "private_key_src": [4, 5], "private_key_cont": [4, 5, 23, 24, 26, 34], "valu": 4, "private_key_passphras": [4, 5, 27], "revoke_reason": 4, "One": [4, 17, 18, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 44], "revoc": [4, 11, 15, 23, 24, 42], "reasoncod": 4, "defin": [4, 10, 11, 12, 13, 16, 23, 24, 30, 31, 40, 41, 44], "rfc5280": [4, 23, 24], "possibl": [4, 11, 14, 21, 22, 38, 39], "unspecifi": [4, 17, 18, 23, 25, 26, 27, 30, 34, 40, 42, 43, 44], "keycompromis": 4, "cacompromis": 4, "affiliationchang": 4, "supersed": [4, 23, 24, 42, 43, 44], "cessationofoper": 4, "certificatehold": 4, "removefromcrl": 4, "9": [4, 14, 15, 18, 30, 31, 39, 40], "privilegewithdrawn": 4, "aacompromis": 4, "return": 4, "alreadi": [4, 11, 12, 16, 17, 18, 23, 24, 25, 26, 30, 34, 40, 41, 43, 44], "unchang": [4, 16], "depend": [4, 8, 11, 14, 21, 22, 28, 29, 30, 31, 32, 33, 38, 39], "raw": [5, 6, 14, 27, 30, 31], "convert": [5, 15, 18, 21, 22, 28, 30, 31, 38, 39, 42, 43, 44], "simpl": [5, 9, 10], "gener": [5, 7, 11, 15, 16, 21, 22, 27, 29, 33, 35, 36, 38, 39, 43], "dictsort": 5, "sample_com_challenge_cert": 5, "regular_certif": 5, "deliv": 5, "regular": [5, 6], "connect": [5, 6, 14], "except": [5, 6, 14, 18, 21, 22, 23, 24, 26, 30, 31, 38, 39, 44], "challenge_certif": 5, "achiev": 5, "veri": [5, 10, 43], "nginx": [5, 6], "search": 5, "ssl_preread": 5, "ssl_preread_alpn_protocol": 5, "rout": 5, "private_kei": [5, 17, 31], "identifier_typ": 5, "self": [5, 9, 15, 23, 24, 39, 40, 41], "place": [5, 21, 22, 28, 29, 32, 33, 38, 39], "attempt": [6, 18], "encount": 6, "wish": 6, "investig": 6, "sent": [6, 12], "method": [6, 12, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "otherwis": [6, 11, 14, 16, 17, 18, 21, 22, 23, 25, 26, 27, 30, 34, 38, 39, 40, 42, 43, 44], "fail_on_acme_error": 6, "id": [6, 11, 12, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "localhost": [6, 14, 23, 41], "m": [6, 14, 17, 23, 24, 39, 40, 41, 44], "acct": 6, "newaccount": 6, "termsofserviceagre": 6, "account_cr": 6, "locat": [6, 11, 12, 40, 43, 44], "account_info": 6, "to_json": 6, "certificate_request": 6, "someth": [6, 26, 39], "went": 6, "wrong": 6, "output_json": 6, "selectattr": 6, "equalto": 6, "http01challeng": 6, "manual": [6, 12], "a85k3x9f91a4": 6, "random": [6, 12], "33417": 6, "keychang": 6, "meta": 6, "caaident": 6, "termsofservic": 6, "le": 6, "sa": 6, "novemb": 6, "2017": 6, "pdf": 6, "websit": 6, "newnonc": 6, "nonc": 6, "neword": 6, "revokecert": 6, "lowercas": 6, "boulder": 6, "cach": 6, "max": 6, "ag": 6, "close": [6, 16], "length": [6, 18, 40], "904": 6, "applic": [6, 11, 12, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "cooki": 6, "cookies_str": 6, "wed": 6, "07": [6, 21, 22, 28, 29, 32, 33, 38, 39], "nov": 6, "2018": [6, 11], "12": [6, 14, 15, 23, 24, 25, 30, 31, 34, 40, 41], "34": [6, 21, 22, 28, 29, 32, 33, 38, 39], "56": [6, 30, 31, 34], "gmt": [6, 40, 41], "44": [6, 21, 22, 23, 24, 38, 39], "rel": [6, 17, 23, 24, 39, 40, 41, 44], "msg": [6, 14, 21, 28, 31, 32, 37, 38, 42, 43], "ok": 6, "byte": [6, 16, 21, 22, 23, 24, 38, 39], "pragma": 6, "replai": 6, "1234567890abcdefghijklmnopqrstuvwxyzabcdefgh": 6, "200": 6, "transport": [6, 29], "604800": 6, "46161": 6, "frame": 6, "deni": 6, "pars": [6, 7, 14, 17, 18, 21, 22, 23, 25, 26, 27, 29, 30, 34, 38, 39, 40], "output_text": 6, "text": [6, 11, 12], "see": [7, 9, 14, 16, 17, 18, 44], "note": [7, 9, 16, 17, 21, 22, 25, 26, 27, 28, 29, 30, 31, 38, 42], "input_chain": 7, "intermediate_certif": 7, "filenam": [7, 11, 17, 18, 23, 25, 26, 30, 34, 40, 44], "subdirectori": 7, "scan": 7, "root_certif": 7, "www_ansible_com": 7, "completechain": 7, "join": [7, 14, 21, 28, 38], "complete_chain": 7, "rootchain": 7, "input": [7, 12, 26], "python": [8, 14, 21, 22, 25, 26, 28, 29, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "crypto_inform": 8, "show": [8, 9, 10, 21, 28, 31, 32, 38, 40, 42], "openssl_pres": 8, "usr": [8, 17, 18, 23, 25, 26, 27, 30, 34, 40], "bin": [8, 17, 18, 23, 25, 26, 27, 30, 34, 40], "1m": 8, "version_output": 8, "14": [8, 30, 31, 34], "dec": 8, "2021": 8, "python_cryptography_cap": 8, "python_cryptography_instal": 8, "theoret": 8, "higher": [8, 11, 21, 28, 32, 37, 38, 42], "libssl": 8, "has_dsa": 8, "dsa": [8, 10, 18, 21, 22, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39], "has_dsa_sign": 8, "has_ec": 8, "has_ec_sign": 8, "has_ed25519": 8, "ed25519": [8, 18, 21, 22, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39], "has_ed25519_sign": 8, "has_ed448": 8, "ed448": [8, 21, 22, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39], "has_ed448_sign": 8, "has_rsa": 8, "has_rsa_sign": 8, "has_x25519": 8, "x25519": [8, 10, 21, 22, 28, 29, 30, 31, 32, 33, 38, 39], "has_x25519_seri": 8, "serial": [8, 11, 14, 17, 21, 22, 23, 24, 38, 39, 42, 43, 44], "has_x448": 8, "x448": [8, 21, 22, 28, 29, 30, 31, 32, 33, 38, 39], "python_cryptography_import_error": 8, "commun": [9, 10], "crypto": [9, 10], "guid": [9, 10], "exampl": [9, 10], "password": [9, 10, 11, 12, 16, 18, 23, 24, 26, 36, 40, 41, 44], "protect": [9, 10, 16, 18, 23, 24, 30, 31, 34, 36, 40, 41, 44], "secret_ca_passphras": 9, "instruct": [9, 12], "ask": 9, "pai": 9, "commerci": [9, 23, 24], "passphras": [9, 10, 16, 18, 23, 24, 26, 27, 28, 29, 30, 31, 34, 36, 40, 41, 44], "privatekey_path": [9, 10, 22, 23, 24, 26, 33, 34, 35, 36, 39, 40, 41, 44], "privatekey_passphras": [9, 10, 23, 24, 26, 34, 36, 40, 41, 44], "common_nam": [9, 10, 22, 23, 24], "use_common_name_for_san": [9, 23, 24], "san": [9, 10, 11, 23, 24], "don": 9, "basic_constraint": [9, 21, 22, 23, 24, 38, 39], "basic_constraints_crit": [9, 21, 22, 23, 24, 38, 39], "key_usag": [9, 21, 22, 23, 24, 38, 39, 40], "keycertsign": 9, "key_usage_crit": [9, 21, 22, 23, 24, 38, 39], "ca_csr": 9, "x509_certif": [9, 10, 12, 15, 20, 23, 24, 25, 26, 30, 31, 34, 35, 39, 41], "selfsign": [9, 10, 39, 40, 41], "x509_certificate_pip": [9, 15, 23, 24, 30, 31, 34, 39, 40], "server_1": 9, "while": [9, 11, 12, 30, 31, 40, 41], "our": [9, 41], "server_2": 9, "materi": [9, 29, 31], "leav": [9, 29], "respect": [9, 16, 21, 23, 24, 28, 32, 38], "delegate_to": [9, 14, 41], "run_onc": [9, 14], "subject_alt_nam": [9, 10, 11, 21, 22, 23, 24, 28, 38, 39, 40], "ownca": [9, 40, 41], "ownca_path": [9, 40, 41], "ownca_privatekey_path": [9, 40, 41], "ownca_privatekey_passphras": [9, 40, 41], "ownca_not_aft": [9, 40, 41], "365d": [9, 40, 41], "year": [9, 10, 11, 40, 41], "ownca_not_befor": [9, 40, 41], "1d": [9, 30, 31, 34, 39], "yesterdai": 9, "abov": 9, "procedur": 9, "idempot": [9, 16, 17, 26, 31, 40, 41, 44], "extend": [9, 11], "stat": 9, "certificate_exist": 9, "slurp": [9, 41], "els": [9, 26], "kind": 10, "start": [10, 21, 22, 28, 29, 32, 33, 38, 39, 40, 41], "paramet": [10, 15, 32, 37], "4096": [10, 18, 25, 29, 30, 31, 33], "bit": [10, 18, 21, 22, 25, 28, 29, 30, 31, 32, 33, 38, 39], "size": [10, 12, 16, 18, 21, 22, 25, 28, 29, 30, 31, 32, 33, 38, 39], "changem": 10, "proce": 10, "selfsigned_not_aft": [10, 40, 41], "roughli": 10, "selfsigned_not_befor": [10, 40, 41], "now": [10, 11, 17, 40, 41, 44], "properti": 10, "constraint": [10, 23, 24], "organization_nam": [10, 23, 24], "inc": [10, 11], "reissu": 11, "credenti": [11, 12, 40, 41], "organ": [11, 42], "system": [11, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "those": [11, 17, 18, 23, 25, 26, 27, 30, 34, 40], "pyyaml": [11, 12], "11": [11, 12, 14, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 38, 39, 40, 44], "additional_email": 11, "receiv": [11, 12, 17, 18, 23, 25, 26, 27, 30, 34, 40], "deliveri": 11, "notic": 11, "notif": 11, "backup": [11, 18, 23, 25, 26, 27, 30, 31, 34, 40, 44], "made": [11, 12, 17], "cert_expiri": 11, "compliant": 11, "2020": [11, 17, 18, 23, 25, 26, 27, 30, 34, 40], "23": 11, "23t15": 11, "00": [11, 17, 21, 22, 23, 24, 30, 31, 34, 38, 39, 40, 41], "05z": 11, "request_typ": 11, "issuanc": [11, 40, 41], "subsequ": 11, "initi": [11, 14], "month": [11, 40, 41], "choos": 11, "adjust": [11, 18, 40, 41], "eastern": 11, "est": [11, 40, 41], "unintend": 11, "effect": 11, "pool": 11, "inventori": 11, "model": 11, "cert_lifetim": 11, "lifetim": [11, 40, 41], "cert_typ": 11, "cds_individu": 11, "cds_group": 11, "cds_ent_lit": [11, 40, 41], "cds_ent_pro": [11, 40, 41], "smime_": [11, 40, 41], "p1y": 11, "p2y": 11, "p3y": 11, "standard_ssl": [11, 40, 41], "advantage_ssl": [11, 40, 41], "uc_ssl": [11, 40, 41], "ev_ssl": [11, 40, 41], "wildcard_ssl": [11, 40, 41], "private_ssl": [11, 40, 41], "pd_ssl": [11, 40, 41], "code_sign": 11, "ev_code_sign": 11, "client_id": [11, 12], "under": [11, 12], "primari": [11, 12], "cannot": [11, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 44], "distinguish": 11, "repres": 11, "64": 11, "around": [11, 29], "overrid": [11, 21, 28, 32, 37, 38, 42], "eku": 11, "ou": [11, 14, 23, 24], "organiz": 11, "unit": 11, "replac": [11, 31, 44], "ti": 11, "ct_log": 11, "complianc": 11, "browser": 11, "transpar": 11, "ct": 11, "log": [11, 17, 28, 29, 30, 31], "best": [11, 17, 18, 23, 25, 26, 27, 30, 34, 40], "practic": 11, "techniqu": 11, "owner": [11, 12, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "monitor": 11, "elig": [11, 12], "custom_field": 11, "date1": 11, "date2": 11, "date3": 11, "date4": 11, "date5": 11, "dropdown1": 11, "dropdown": 11, "dropdown2": 11, "dropdown3": 11, "dropdown4": 11, "dropdown5": 11, "email1": 11, "email2": 11, "email3": 11, "email4": 11, "email5": 11, "number1": 11, "float": [11, 16], "number2": 11, "number3": 11, "number4": 11, "number5": 11, "text1": 11, "maximum": [11, 21, 22, 28, 29, 32, 33, 38, 39, 40, 41], "500": 11, "charact": 11, "text10": 11, "text11": 11, "text12": 11, "text13": 11, "text14": 11, "text15": 11, "text2": 11, "text3": 11, "text4": 11, "text5": 11, "text6": 11, "text7": 11, "text8": 11, "text9": 11, "server_auth": 11, "client_auth": 11, "server_and_client_auth": 11, "end_user_key_storage_agr": 11, "user": [11, 15, 16, 18, 23, 25, 26, 27, 30, 34, 40, 44], "code": 11, "cryptograph": [11, 15], "hardwar": 11, "csp": 11, "subscript": 11, "acknowledg": 11, "entrust_api_client_cert_key_path": [11, 12, 40, 41], "entrust_api_client_cert_path": [11, 12, 40, 41], "entrust_api_kei": [11, 12, 40, 41], "entrust_api_specification_path": [11, 12, 40, 41], "configur": [11, 12, 13, 16, 17, 18, 21, 23, 25, 26, 27, 28, 30, 31, 32, 34, 37, 38, 40, 41, 42, 44], "keep": [11, 12, 30, 40, 41], "download": [11, 12, 40, 41], "cloud": [11, 12, 40, 41], "net": [11, 12, 40, 41], "entrustcloud": [11, 12, 40, 41], "cm": [11, 12, 40, 41], "yaml": [11, 12, 40, 41], "entrust_api_us": [11, 12, 40, 41], "usernam": [11, 12, 17, 18, 23, 25, 26, 27, 30, 34, 40, 41, 44], "regardless": 11, "within": [11, 12], "past": [11, 38, 39], "full_chain_path": 11, "unless": [11, 12, 16, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "behavior": [11, 18, 26, 30, 31, 40], "neither": 11, "nor": 11, "reus": 11, "unapprov": 11, "failur": [11, 14], "reserv": 11, "futur": 11, "calcul": 11, "tracking_id": 11, "obtain": [11, 12], "act": [11, 17], "upon": [11, 21, 22, 28, 29, 32, 33, 38, 39], "exmapl": 11, "refer": 11, "validate_onli": 11, "cautiou": 11, "along": 11, "requester_email": 11, "track": [11, 40, 41], "requester_nam": 11, "requester_phon": 11, "phone": [11, 40, 41], "arrai": 11, "subjectaltnam": [11, 23, 24], "understand": [11, 16], "tld": 11, "save": [11, 25], "referenc": 11, "tracking_info": 11, "free": 11, "attach": [11, 23, 24], "partial": 11, "bare": 11, "minimum": [11, 18, 40, 41], "jo": [11, 40], "jdoe": [11, 23, 40], "555": [11, 40], "5555": [11, 40], "apiusernam": [11, 12, 40], "lv": [11, 12, 40], "32": [11, 12, 17, 21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40], "cd9lnt": [11, 12, 40], "20": [11, 23], "79": [11, 30, 31, 34], "migrat": 11, "2378915": 11, "rather": 11, "overridden": [11, 25, 26], "testcertif": 11, "administr": [11, 12], "via": [11, 40], "itsupport": 11, "jsmith": 11, "admin": [11, 12], "invoic": 11, "25": [11, 30, 31, 34], "342": 11, "sale": 11, "red": 11, "backup_fil": [11, 23, 25, 26, 27, 30, 34, 40, 44], "2019": [11, 17, 23, 25, 26, 27, 30, 34, 40, 41, 44], "09": [11, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 44], "22": [11, 21, 22, 23, 24, 25, 26, 27, 30, 31, 34, 38, 39, 40, 44], "backup_full_chain_fil": 11, "253": 11, "cert_detail": 11, "guarante": 11, "forward": [11, 17], "releas": [11, 17], "take": [11, 17, 18, 21, 22, 23, 25, 28, 29, 30, 32, 33, 34, 38, 39, 40, 42, 43, 44], "howev": [11, 16, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "audit": 11, "cert_statu": 11, "expand": 11, "approv": [11, 12], "declin": [11, 12], "na": 11, "pending_quorum": 11, "suspend": 11, "serial_numb": [11, 14, 17, 38, 39, 42, 43, 44], "1235262234164342": 11, "380079": 11, "chri": [11, 12], "trufan": [11, 12], "ctrufan": [11, 12], "verification_method": 12, "domain_statu": 12, "dns_content": 12, "dns_locat": 12, "dns_resource_typ": 12, "web_serv": 12, "file_cont": 12, "file_loc": 12, "e": [12, 23, 24], "were": [12, 14], "pure": 12, "domain_nam": 12, "reverifi": 12, "verification_email": 12, "ownership": [12, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "whoi": 12, "construct": 12, "webmast": 12, "hostmast": 12, "postmast": 12, "subdomain": 12, "top": 12, "level": [12, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "example1": 12, "example2": 12, "preconstruct": 12, "namespac": 12, "exact": [12, 44], "verif": 12, "prove": 12, "There": [12, 16], "small": [12, 15], "delai": 12, "typic": 12, "Be": 12, "awar": 12, "mani": [12, 14, 44], "ecs_certif": [12, 15], "revalid": 12, "fewer": [12, 40, 41], "ev": 12, "belong": [12, 23, 24], "expect": [12, 30, 31, 39, 40, 41, 44], "ab23cd41432522ff2526920393982fab": 12, "_pki": 12, "cancel": 12, "initial_verif": 12, "re_verif": 12, "ev_days_remain": 12, "submiss": 12, "never": [12, 14, 17, 18, 30, 31, 40, 41, 44], "greater": [12, 17], "ov_days_remain": 12, "ev_elig": 12, "94": [12, 21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "ov_elig": 12, "abcd": 12, "ov": 12, "129": 12, "declar": 13, "core": [13, 15], "No": 13, "sni": 14, "proxy_host": 14, "asn1_base64": 14, "asn": [14, 21, 22, 38, 39, 40, 41, 42, 43, 44], "claim": 14, "eventu": 14, "ca_cert": [14, 41], "cipher": [14, 16, 30, 31], "libressl": 14, "fine": 14, "proxi": 14, "proxy_port": 14, "8080": 14, "server_nam": 14, "starttl": 14, "mysql": 14, "succe": 14, "rdp": 14, "3389": 14, "googl": 14, "443": 14, "expire_dai": 14, "not_aft": [14, 38, 39, 40], "to_datetim": 14, "d": [14, 17, 39, 40, 41, 44], "h": [14, 17, 39, 40, 41, 44], "sz": 14, "ansible_date_tim": 14, "iso8601": 14, "dt": 14, "asn1_data": 14, "surviv": 14, "also": [14, 17, 18, 44], "displai": [14, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "github": [14, 15], "80258": 14, "usual": [14, 17, 21, 22, 38, 39], "malform": [14, 21, 22, 38, 39], "critic": [14, 21, 22, 23, 24, 38, 39, 42, 43, 44], "not_befor": [14, 38, 39, 40], "signature_algorithm": [14, 17, 38, 39, 40], "john": 14, "westcott": 14, "iv": 14, "author": 15, "newer": [15, 17, 30, 31, 35, 36], "matrix": 15, "room": 15, "im": 15, "question": 15, "irc": 15, "channel": [15, 29], "libera": 15, "network": 15, "mail": 15, "project": 15, "subscrib": 15, "acm": [15, 40], "requir": [15, 32, 37], "send": [15, 26, 42, 43], "direct": 15, "crypto_info": 15, "capabl": 15, "entrust": [15, 40, 41], "ecs_domain": 15, "get_certif": 15, "port": [15, 17], "luks_devic": 15, "luk": 15, "devic": 15, "openssh_cert": 15, "openssh": [15, 34], "openssh_keypair": [15, 34], "openssl_csr_info": [15, 23, 24, 40], "openssl_dhparam": [15, 23, 24, 26, 30, 31, 34, 40, 41], "diffi": [15, 23, 24, 26, 30, 31, 34, 40, 41], "hellman": [15, 23, 24, 26, 30, 31, 34, 40, 41], "openssl_pkcs12": [15, 23, 24, 25, 30, 31, 34, 40, 41], "pkc": [15, 17, 23, 24, 25, 30, 31, 34, 40, 41], "archiv": [15, 23, 24, 25, 30, 31, 34, 40, 41], "openssl_privatekey_convert": 15, "openssl_privatekey_info": [15, 30, 31, 33, 40], "openssl_publickei": [15, 23, 24, 25, 26, 27, 30, 31, 33, 40, 41], "openssl_publickey_info": 15, "openssl_signatur": [15, 35], "openssl_signature_info": [15, 36], "x509_certificate_info": [15, 19, 40], "509": [15, 43], "x509_crl": [15, 43], "crl": [15, 23, 24], "x509_crl_info": 15, "split_pem": 15, "split": 15, "destroi": 16, "open": 16, "cryptsetup": 16, "wipef": 16, "lsblk": 16, "blkid": 16, "label": [16, 21, 22, 28, 38, 39, 42, 43, 44], "uuid": 16, "pre": [16, 26], "kernel": 16, "ae": [16, 30, 31, 34], "plain": 16, "spec": 16, "essiv": 16, "cbc": 16, "sha256": [16, 18, 21, 22, 23, 24, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 41, 44], "dev": 16, "sda1": 16, "force_remove_last_kei": 16, "bewar": 16, "hash": [16, 21, 22, 28, 29, 32, 33, 38, 39], "setup": 16, "scheme": 16, "volum": 16, "digest": [16, 23, 24, 40, 41, 42, 43, 44], "keyfil": 16, "unlock": 16, "plaintext": 16, "danger": 16, "keysiz": [16, 30], "luks2": 16, "later": 16, "luks1": 16, "new_keyfil": 16, "add": [16, 17], "keyslot": 16, "new_passphras": 16, "pbkdf": 16, "deriv": 16, "argon2i": 16, "argon2id": 16, "pbkdf2": 16, "iteration_count": 16, "iter": 16, "count": 16, "iteration_tim": 16, "millisecond": 16, "memori": 16, "cost": 16, "kilobyt": 16, "argon": 16, "parallel": 16, "thread": 16, "perf_no_read_workqueu": 16, "bypass": 16, "dm": 16, "crypt": 16, "intern": 16, "workqueu": 16, "synchron": 16, "perf_no_write_workqueu": 16, "perf_same_cpu_crypt": 16, "cpu": 16, "io": 16, "unbound": 16, "balanc": 16, "perf_submit_from_crypt_cpu": 16, "offload": 16, "separ": [16, 17, 21, 22, 23, 24, 38, 39], "situat": [16, 18, 30, 31], "block": [16, 31], "singl": 16, "degrad": 16, "significantli": 16, "persist": 16, "metadata": 16, "them": [16, 17, 18, 23, 25, 26, 27, 30, 34, 40], "next": [16, 29], "remove_keyfil": 16, "filesystem": [16, 17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "remove_passphras": 16, "sector_s": 16, "sector": 16, "lock": 16, "suffic": 16, "explicit": 16, "With": 16, "loop0": 16, "mycrypt": 16, "keyfile2": 16, "personallabelnam": 16, "03ecd578": 16, "fad4": 16, "4e6c": 16, "9348": 16, "842e3e8fa340": 16, "suppli": 16, "c1da9a58": 16, "2fde": 16, "4256": 16, "9d9f": 16, "6ab008b4dd1b": 16, "jan": 16, "pokorni": 16, "japokorn": 16, "regener": [17, 18, 23, 24, 25, 26, 30, 31, 34, 40, 41, 44], "ssh": [17, 18], "keygen": [17, 18], "attr": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "flag": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "look": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "man": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "page": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "chattr": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "lsattr": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "equival": [17, 18, 30], "fed": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "chown": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "preserv": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "ignore_timestamp": [17, 40, 41, 44], "valid_from": 17, "valid_to": 17, "meet": 17, "chmod": [17, 18, 23, 25, 26, 27, 30, 34, 40], "rememb": [17, 18, 23, 25, 26, 27, 30, 34, 40], "octal": [17, 18, 23, 25, 26, 27, 30, 34, 40], "correctli": [17, 18, 23, 25, 26, 27, 30, 34, 40], "644": [17, 18, 23, 25, 26, 27, 30, 34, 40], "1777": [17, 18, 23, 25, 26, 27, 30, 34, 40], "convers": [17, 18, 23, 25, 26, 27, 30, 34, 40], "zero": [17, 18, 23, 25, 26, 27, 30, 34, 40], "0755": [17, 18, 23, 25, 26, 27, 30, 34, 40], "sometim": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "circumst": [17, 18, 23, 25, 26, 27, 30, 34, 40], "rule": [17, 18, 23, 25, 26, 27, 30, 34, 40], "decim": [17, 18, 23, 25, 26, 27, 30, 34, 40], "unexpect": [17, 18, 23, 25, 26, 27, 30, 34, 40], "rwx": [17, 18, 23, 25, 26, 27, 30, 34, 40], "rw": [17, 18, 23, 25, 26, 27, 30, 34, 40], "g": [17, 18, 21, 22, 23, 25, 26, 27, 28, 29, 30, 32, 33, 34, 38, 39, 40], "r": [17, 18, 22, 23, 25, 26, 27, 29, 30, 33, 34, 39, 40], "umask": [17, 18, 23, 25, 26, 27, 30, 34, 40], "newli": [17, 18, 23, 25, 26, 27, 30, 34, 40], "cve": [17, 18, 23, 25, 26, 27, 30, 34, 40], "1736": [17, 18, 23, 25, 26, 27, 30, 34, 40], "clear": 17, "shell": 17, "agent": 17, "permit": [17, 21, 22, 23, 24], "pty": 17, "alloc": 17, "rc": 17, "sshd": 17, "x11": 17, "address_list": 17, "comma": 17, "netmask": 17, "pair": [17, 23, 24, 44], "cidr": 17, "numer": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "confus": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "pkcs11_provid": 17, "resid": 17, "share": 17, "libpkcs11": 17, "signing_kei": 17, "princip": 17, "By": [17, 18, 23, 25, 26, 27, 30, 31, 34, 40, 44], "public_kei": [17, 18, 21, 22, 28, 29, 38, 39, 40], "unread": 17, "partial_idempot": [17, 18, 30, 31], "valid_at": [17, 39, 40], "full_idempot": [17, 18, 30, 31], "compar": 17, "selevel": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "selinux": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "context": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "ml": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "mc": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "rang": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "_default": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "portion": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "polici": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "keyrevocationlist": 17, "again": [17, 42, 43], "serol": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "role": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "setyp": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "seuser": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "sha": 17, "refus": 17, "sha2": 17, "512": 17, "correspond": [17, 18, 30, 31], "sshd_config": 17, "casignaturealgorithm": 17, "keyword": [17, 31, 39, 40], "prior": 17, "unsafe_writ": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "influenc": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "atom": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "prevent": [17, 18, 23, 25, 26, 27, 29, 30, 34, 40, 44], "inconsist": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "just": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "broken": [17, 18, 23, 25, 26, 27, 30, 31, 34, 40, 44], "docker": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "mount": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "insid": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "unsaf": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "manner": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "doesn": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "race": [17, 18, 23, 25, 26, 27, 30, 34, 40, 44], "use_ag": 17, "interpret": [17, 39, 40, 41, 44], "utc": [17, 39, 40, 41, 43, 44], "mainli": 17, "timespec": [17, 39, 40, 41, 44], "NOT": [17, 31, 40, 41, 44], "absolut": [17, 22, 29, 33, 39, 40, 41, 43, 44], "yyyi": 17, "mm": 17, "ddthh": 17, "ss": 17, "hh": 17, "w": [17, 22, 29, 33, 39, 40, 41, 44], "32w1d2h": [17, 39, 40, 41, 44], "1970": 17, "01t00": 17, "earlier": [17, 40, 41], "express": 17, "comparison": 17, "forev": 17, "pub": [17, 18, 33], "week": [17, 39], "32w": 17, "2w": 17, "examplehost": 17, "21": 17, "2001": 17, "tmp": [17, 18, 35, 36], "bla": 17, "ca_public_kei": 17, "info": [17, 21, 22, 38, 39], "l": [17, 23, 24], "f": 17, "david": [17, 18], "kainz": [17, 18], "lolcub": [17, 18], "rsa1": 18, "ecdsa": [18, 35, 36], "opensshbin": 18, "decrypt": [18, 26], "private_key_format": 18, "pkcs1": [18, 27, 30, 31], "keypair": 18, "pkcs8": [18, 27, 30, 31], "conform": [18, 30, 31], "unknown": [18, 21, 22, 28, 29, 30, 31, 32, 33, 38, 39], "therefor": 18, "1024": 18, "2048": [18, 25, 26, 30, 31], "suffici": 18, "fip": 18, "186": 18, "three": [18, 39, 40, 41, 44], "384": 18, "521": 18, "fix": 18, "id_ssh_rsa": 18, "super_secret_password": 18, "id_ssh_dsa": 18, "fingerprint": [18, 21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "r4yczxihvjedh2olfjvgi6y5xaytdcwk8vxkyzvyyfm": 18, "aaaab3nza": 18, "vel4e3xcw": 18, "name_encod": [21, 22, 28, 38, 39, 42, 43, 44], "idna": [21, 22, 28, 38, 39, 42, 43, 44], "key1": [21, 28, 38, 42], "value1": [21, 28, 38, 42], "key2": [21, 28, 38, 42], "value2": [21, 28, 38, 42], "idna2008": [21, 22, 28, 38, 39, 42, 43, 44], "idna2003": [21, 22, 28, 38, 39, 42, 43, 44], "unicod": [21, 22, 28, 38, 39, 42, 43, 44], "alt": [21, 28, 38], "authority_cert_issu": [21, 22, 23, 24, 38, 39], "idn": [21, 22, 38, 39, 42, 43, 44], "handl": [21, 22, 38, 39, 42, 43, 44], "authority_cert_serial_numb": [21, 22, 23, 24, 38, 39], "hexadecim": [21, 22, 38, 39], "33": [21, 22, 23, 24, 28, 29, 30, 31, 32, 33, 34, 38, 39], "55": [21, 22, 23, 24, 38, 39], "66": [21, 22, 23, 24, 30, 31, 34, 38, 39], "77": [21, 22, 23, 24, 30, 31, 34, 38, 39], "88": [21, 22, 23, 24, 30, 31, 34, 38, 39], "99": [21, 22, 23, 24, 30, 31, 34, 38, 39], "aa": [21, 22, 23, 24, 28, 29, 32, 33, 38, 39], "bb": [21, 22, 23, 24, 38, 39], "cc": [21, 22, 23, 24, 30, 31, 34, 38, 39], "ee": [21, 22, 23, 24, 30, 31, 34, 38, 39], "pathlen": [21, 22, 38, 39], "extended_key_usag": [21, 22, 23, 24, 38, 39, 40], "biometr": [21, 22, 38, 39], "dvc": [21, 22, 38, 39, 40], "stamp": [21, 22, 38, 39], "extended_key_usage_crit": [21, 22, 23, 24, 38, 39], "extensions_by_oid": [21, 22, 38, 39, 40], "oid": [21, 22, 38, 39], "24": [21, 22, 30, 31, 34, 38, 39], "mamcaqu": [21, 22, 38, 39], "der": [21, 22, 38, 39, 42, 43, 44], "encipher": [21, 22, 23, 24, 38, 39, 40], "name_constraints_crit": [21, 22, 23, 24], "name_constraint": [21, 22], "name_constraints_exclud": [21, 22, 23, 24], "subtre": [21, 22, 23, 24], "name_constraints_permit": [21, 22, 23, 24], "somedomain": [21, 22, 23, 24], "ocsp_must_stapl": [21, 22, 23, 24, 38, 39], "ocsp": [21, 22, 23, 24, 38, 39], "stapl": [21, 22, 23, 24, 38, 39], "ocsp_must_staple_crit": [21, 22, 23, 24, 38, 39], "begin": [21, 22, 28, 29, 38, 39], "miicijanbgkqhkig9w0baqefaaocag8a": [21, 28, 38], "public_key_data": [21, 22, 38, 39], "ecc": [21, 22, 28, 29, 30, 31, 32, 33, 38, 39], "_valu": [21, 28, 32, 38], "public_key_typ": [21, 22, 38, 39], "expon": [21, 22, 28, 29, 32, 33, 38, 39], "exponent_s": [21, 22, 28, 29, 32, 33, 38, 39], "subgroup": [21, 22, 28, 29, 32, 33, 38, 39], "span": [21, 22, 28, 29, 32, 33, 38, 39], "prime": [21, 22, 28, 29, 32, 33, 38, 39], "modulu": [21, 22, 28, 29, 32, 33, 38, 39], "arithmet": [21, 22, 28, 29, 32, 33, 38, 39], "q": [21, 22, 28, 29, 32, 33, 38, 39], "divid": [21, 22, 28, 29, 32, 33, 38, 39], "coordin": [21, 22, 28, 29, 32, 33, 38, 39], "publicli": [21, 22, 28, 29, 32, 33, 38, 39], "whose": [21, 22, 28, 29, 32, 33, 38, 39, 41], "discret": [21, 22, 28, 29, 32, 33, 38, 39], "logarithm": [21, 22, 28, 29, 32, 33, 38, 39], "public_key_fingerprint": [21, 22, 28, 29, 38, 39], "comput": [21, 22, 28, 29, 32, 33, 38, 39], "d4": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "b3": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "6d": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "c8": [21, 22, 28, 29, 32, 33, 38, 39], "ce": [21, 22, 28, 29, 32, 33, 38, 39], "4e": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "f6": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "29": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "4d": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "92": [21, 22, 28, 29, 32, 33, 38, 39], "a3": [21, 22, 28, 29, 32, 33, 38, 39], "b0": [21, 22, 28, 29, 32, 33, 38, 39], "c2": [21, 22, 28, 29, 32, 33, 38, 39], "bd": [21, 22, 28, 29, 32, 33, 38, 39], "bf": [21, 22, 28, 29, 32, 33, 38, 39], "43": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "0f": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "51": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "95": [21, 22, 28, 29, 32, 33, 38, 39], "2f": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "sha512": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "f7": [21, 22, 28, 29, 32, 33, 38, 39], "f0": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "8b": [21, 22, 28, 29, 32, 33, 38, 39], "5f": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "f9": [21, 22, 28, 29, 32, 33, 38, 39], "61": [21, 22, 28, 29, 32, 33, 38, 39], "0a": [21, 22, 28, 29, 32, 33, 38, 39], "68": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "f1": [21, 22, 28, 29, 30, 31, 32, 33, 34, 38, 39], "signature_valid": [21, 22], "repeat": [21, 22, 26, 38, 39, 42, 43, 44], "emailaddress": [21, 22, 23, 24, 38, 39], "subject_alt_name_crit": [21, 22, 23, 24, 38, 39], "subject_ord": [21, 22, 23, 24, 38, 39, 40], "tupl": [21, 22, 23, 24, 38, 39, 42, 43, 44], "low": [21, 28, 32, 37, 38, 42], "high": [21, 28, 32, 37, 38, 42], "prioriti": [21, 28, 32, 37, 38, 42], "lower": [21, 28, 32, 37, 38, 42], "interact": [22, 29, 33, 39, 40, 41], "remot": [22, 29, 33, 39, 40, 41, 43, 44], "load": [22, 27, 29, 33, 39], "variant": [22, 29, 33, 39, 43], "dump": [22, 26, 29, 33, 39], "nmiicijanbgkqhkig9w0baqefaaocag8a": [22, 29, 39], "yani": [22, 23, 24, 29, 30, 31, 34, 39, 40, 41], "guenan": [22, 23, 24, 29, 30, 31, 34, 39, 40, 41], "spredzi": [22, 23, 24, 29, 30, 31, 34, 39, 40, 41], "seem": [23, 24, 40], "overwrit": [23, 25, 30, 40], "keyusag": [23, 24], "extendedkeyusag": [23, 24], "basicconstraint": [23, 24], "That": [23, 24], "rid": [23, 24], "dirnam": [23, 24], "othernam": [23, 24], "ones": [23, 24, 25], "mostli": [23, 24], "hex": [23, 24], "colon": [23, 24], "overwrot": [23, 25, 26, 27, 30, 34, 40, 44], "accid": [23, 25, 26, 27, 30, 34, 40, 44], "basicconstraints_crit": [23, 24], "country_nam": [23, 24], "c": [23, 24], "countrynam": [23, 24], "create_subject_key_identifi": [23, 24], "crl_distribution_point": [23, 24], "distribut": [23, 24], "crl_issuer": [23, 24], "full_nam": [23, 24], "relative_nam": [23, 24], "key_compromis": [23, 24, 42, 43, 44], "ca_compromis": [23, 24, 42, 43, 44], "affiliation_chang": [23, 24, 42, 43, 44], "cessation_of_oper": [23, 24, 42, 43, 44], "certificate_hold": [23, 24, 42, 43, 44], "privilege_withdrawn": [23, 24, 42, 43, 44], "aa_compromis": [23, 24, 42, 43, 44], "email_address": [23, 24], "extkeyusag": [23, 24], "extkeyusage_crit": [23, 24], "extendedkeyusage_crit": [23, 24], "keyusage_crit": [23, 24], "locality_nam": [23, 24], "localitynam": [23, 24], "ocspmuststapl": [23, 24], "rfc7633": [23, 24], "ocspmuststaple_crit": [23, 24], "reject": [23, 24], "organizationnam": [23, 24, 38, 39, 42, 43, 44], "organizational_unit_nam": [23, 24], "organizationalunitnam": [23, 24], "privatekey_cont": [23, 24, 26, 34, 36, 40, 41, 44], "return_cont": [23, 25, 26, 30, 34, 40, 44], "state_or_province_nam": [23, 24], "st": [23, 24], "stateorprovincenam": [23, 24], "compon": [23, 24, 44], "subjectaltname_crit": [23, 24], "row": [23, 24, 44], "usecommonnameforsan": [23, 24], "fill": [23, 24], "2986": [23, 24], "unsupport": [23, 24], "inlin": [23, 24, 34, 41], "fr": 23, "dynam": 23, "with_dict": 23, "dns_server": 23, "special": 23, "digitalsignatur": [23, 24], "keyagr": [23, 24], "clientauth": [23, 24], "winrm": 23, "auth": 23, "311": 23, "utf8": 23, "pathlenconstraint": [23, 24], "privatekei": [23, 24, 26, 27, 30, 31, 34, 44], "dh": 25, "param": 25, "detect": [25, 26], "Or": 25, "dhparam": 25, "thom": 25, "wigger": 25, "thomwigg": 25, "pyopenssl": 26, "iter_s": 26, "maciter_s": 26, "export": [26, 27, 30, 31], "certificate_path": [26, 35, 36], "encryption_level": 26, "compatibility2022": 26, "softwar": 26, "38": [26, 30, 31, 34], "friendly_nam": 26, "friendli": 26, "50000": 26, "other_certif": 26, "ca_certif": 26, "other_certificates_parse_al": 26, "pkcs12": 26, "mechan": 26, "safe": 26, "addition": 26, "backward": 26, "opt": 26, "p12": 26, "raclett": 26, "ca_bundl": 26, "bundl": [26, 37], "0600": [26, 27, 30], "regen": 26, "guillaum": 26, "delpierr": 26, "gdelpierr": 26, "dest_passphras": 27, "dest_path": 27, "src_content": 27, "src_path": 27, "src_passphras": 27, "return_private_key_data": [28, 29], "private_data": [28, 29], "public_data": [28, 29, 32, 33], "fake": 29, "key_is_consist": 29, "check_consist": 29, "potenti": 29, "side": 29, "attack": 29, "machin": [29, 40, 41], "can_load_kei": 29, "can_parse_kei": 29, "eddsa": [30, 31], "particular": 30, "maxim": [30, 31], "interoper": [30, 31], "secp384r1": [30, 31], "secp256r1": [30, 31], "iana": [30, 31], "registri": [30, 31], "secp224r1": [30, 31], "secp256k1": [30, 31], "secp521r1": [30, 31], "discourag": [30, 31], "secp192r1": [30, 31], "brainpoolp256r1": [30, 31], "brainpoolp384r1": [30, 31], "brainpoolp512r1": [30, 31], "sect163k1": [30, 31], "sect163r2": [30, 31], "sect233k1": [30, 31], "sect233r1": [30, 31], "sect283k1": [30, 31], "sect283r1": [30, 31], "sect409k1": [30, 31], "sect409r1": [30, 31], "sect571k1": [30, 31], "sect571r1": [30, 31], "tradit": [30, 31], "auto_ignor": [30, 31], "mismatch": [30, 31], "format_mismatch": [30, 31], "everyth": [30, 31, 44], "treat": [30, 39, 44], "appropri": 30, "care": 30, "shown": 30, "reference_appendic": 30, "faq": 30, "minim": [30, 31], "hashlib": [30, 31, 34], "md5": [30, 31, 34], "84": [30, 31, 34], "72": [30, 31, 34], "8d": [30, 31, 34], "b5": [30, 31, 34], "6c": [30, 31, 34], "37": [30, 31, 34], "83": [30, 31, 34], "f5": [30, 31, 34], "4c": [30, 31, 34], "sha1": [30, 31, 34], "7c": [30, 31, 34], "5d": [30, 31, 34], "eb": [30, 31, 34], "41": [30, 31, 34], "7e": [30, 31, 34], "1a": [30, 31, 34], "c7": [30, 31, 34], "f8": [30, 31, 34], "sha224": [30, 31, 34], "19": [30, 31, 34], "ac": [30, 31, 34], "ed": [30, 31, 34], "18": [30, 31, 34, 40, 41], "50": [30, 31, 34], "d3": [30, 31, 34], "06": [30, 31, 34, 40, 41], "5c": [30, 31, 34], "b2": [30, 31, 34], "91": [30, 31, 34], "52": [30, 31, 34], "8c": [30, 31, 34], "cb": [30, 31, 34], "d5": [30, 31, 34], "e9": [30, 31, 34], "9b": [30, 31, 34], "46": [30, 31, 34], "ab": [30, 31, 34], "70": [30, 31, 34], "cf": [30, 31, 34], "76": [30, 31, 34], "4f": [30, 31, 34], "57": [30, 31, 34], "6e": [30, 31, 34], "97": [30, 31, 34], "df": [30, 31, 34], "de": [30, 31, 34], "sha384": [30, 31, 34], "d9": [30, 31, 34], "40": [30, 31, 34], "59": [30, 31, 34], "c3": [30, 31, 34], "a2": [30, 31, 34], "e4": [30, 31, 34], "0b": [30, 31, 34], "1c": [30, 31, 34], "0c": [30, 31, 34], "9e": [30, 31, 34], "af": [30, 31, 34], "da": [30, 31, 34], "2e": [30, 31, 34], "c0": [30, 31, 34], "9a": [30, 31, 34], "3a": [30, 31, 34], "3d": [30, 31, 34], "fd": [30, 31, 34], "5e": [30, 31, 34], "48": [30, 31, 34], "9f": [30, 31, 34], "fe": [30, 31, 34], "7f": [30, 31, 34], "3f": [30, 31, 34], "cd": [30, 31, 34], "a5": [30, 31, 34], "e7": [30, 31, 34], "13": [30, 31, 34, 44], "82": [30, 31, 34], "87": [30, 31, 34], "1f": [30, 31, 34], "28": [30, 31, 34], "53": [30, 31, 34], "86": [30, 31, 34], "69": [30, 31, 34], "35": [30, 31, 34], "1e": [30, 31, 34], "consol": 31, "relat": 31, "content_base64": 31, "return_current_kei": 31, "value_specified_in_no_log_paramet": 31, "async": 31, "reveal": 31, "TO": 31, "OR": 31, "IN": 31, "mozilla": 31, "sop": 31, "sops_encrypt": 31, "content_text": 31, "overwritten": 31, "set_fact": 31, "publickei": 34, "certificate_cont": [35, 41], "example_fil": [35, 36], "sig": [35, 36], "patrick": [35, 36], "pichler": [35, 36], "aveexi": [35, 36], "marku": [35, 36, 39, 40, 41], "teufelberg": [35, 36, 39, 40, 41], "markusteufelberg": [35, 36, 39, 40, 41], "word": [38, 39, 43], "whole": [38, 39], "issuer_ord": [38, 39, 42, 43, 44], "issuer_uri": [38, 39], "20190413202428z": [38, 39, 40, 42, 43, 44], "20190331202428z": [38, 39, 40, 44], "ocsp_uri": [38, 39], "respond": [38, 39], "1234": [38, 39, 42, 43, 44], "sha256withrsaencrypt": [38, 39, 40, 42, 43, 44], "openssl_certificate_info": 39, "short": [39, 40], "redirect": [39, 40], "fqcn": [39, 40], "dict": 39, "pattern": [39, 40, 41, 43, 44], "yyyymmddhhmmssz": [39, 40, 41, 43, 44], "csr_path": [39, 40, 41], "tomorrow": 39, "point_1": 39, "point_2": 39, "3w": 39, "notion": [40, 41], "openssl_certif": 40, "intend": [40, 41], "tini": 40, "acme_accountkey_path": 40, "accountkei": 40, "acme_chain": 40, "acme_challenge_path": 40, "3chost": 40, "3e": 40, "80": 40, "job": 40, "entrust_cert_typ": [40, 41], "entrust_not_aft": [40, 41], "stop": [40, 41], "365": [40, 41], "cover": [40, 41], "entrust_requester_email": [40, 41], "entrust_requester_nam": [40, 41], "entrust_requester_phon": [40, 41], "better": [40, 41], "ownca_cont": [40, 41], "ownca_create_authority_key_identifi": [40, 41], "ownca_create_subject_key_identifi": [40, 41], "ski": [40, 41], "create_if_not_provid": [40, 41], "always_cr": [40, 41], "never_cr": [40, 41], "ownca_digest": [40, 41], "On": [40, 41], "maco": [40, 41], "onward": [40, 41], "825": [40, 41], "appl": [40, 41], "en": [40, 41], "ht210176": [40, 41], "3650d": [40, 41], "ownca_privatekey_cont": [40, 41], "resp": [40, 41], "ownca_vers": [40, 41], "nowadai": [40, 41], "almost": [40, 41], "emul": 40, "selfsigned_create_subject_key_identifi": [40, 41], "selfsigned_digest": [40, 41], "selfsigned_notaft": [40, 41], "selfsigned_notbefor": [40, 41], "selfsigned_vers": [40, 41], "minut": [40, 41, 44], "mandatori": [40, 41, 44], "dedic": [40, 41], "onc": [40, 41, 44], "ansible_ca": 40, "assertonli": 40, "invalid_at": 40, "valid_in": 40, "one_day_ten_hour": 40, "1d10h": 40, "fixed_timestamp": 40, "20200331202428z": 40, "ten_second": 40, "result_csr": 40, "result_privatekei": 40, "sha512withrsaencrypt": 40, "subject_strict": 40, "issuer_strict": 40, "has_expir": 40, "key_usage_strict": 40, "extended_key_usage_strict": 40, "subject_alt_name_strict": 40, "ownca_cert": 41, "ownca_privatekei": 41, "hunter2": 41, "the_csr": 41, "list_revoked_certif": [42, 43], "larg": [42, 43], "enumer": [42, 43], "last_upd": [42, 43, 44], "next_upd": [42, 43, 44], "revoked_certif": [42, 43, 44], "invalidity_d": [42, 43, 44], "suspect": [42, 43, 44], "compromis": [42, 43, 44], "becam": [42, 43, 44], "invalidity_date_crit": [42, 43, 44], "issuer_crit": [42, 43, 44], "remove_from_crl": [42, 43, 44], "reason_crit": [42, 43, 44], "revocation_d": [42, 43, 44], "crl_mode": 44, "interest": 44, "collis": 44, "combin": 44, "2345": 44, "20191013152910z": 44, "20191001000000z": 44, "20191010010203z": 44}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"commun": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "crypto": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "acme_account_fact": 0, "acme_account_info": 1, "modul": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "retriev": [1, 8, 21, 28, 32, 38, 42, 43], "inform": [1, 21, 22, 28, 29, 32, 33, 38, 39, 42, 43], "acm": [1, 2, 3, 4, 5, 6], "account": [1, 2], "synopsi": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "requir": [1, 2, 3, 4, 5, 6, 7, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "paramet": [1, 2, 3, 4, 5, 6, 7, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 44], "attribut": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 29, 30, 31, 33, 34, 35, 36, 39, 40, 41, 43, 44], "note": [1, 2, 3, 4, 6, 11, 12, 14, 18, 23, 24, 35, 36, 39, 40, 41, 43, 44], "see": [1, 2, 3, 4, 5, 6, 11, 12, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43], "also": [1, 2, 3, 4, 5, 6, 11, 12, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43], "exampl": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "return": [1, 2, 3, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "valu": [1, 2, 3, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "author": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "collect": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "link": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "acme_account": 2, "creat": [2, 3, 9, 10], "modifi": 2, "delet": 2, "acme_certif": 3, "ssl": [3, 11], "tl": [3, 5, 11], "certif": [3, 4, 5, 7, 9, 10, 11, 12, 14, 17, 21, 22, 23, 24, 38, 39, 40, 41, 43, 44], "protocol": [3, 4], "acme_certificate_revok": 4, "revok": 4, "acme_challenge_cert_help": 5, "prepar": 5, "challeng": 5, "alpn": 5, "01": 5, "acme_inspect": 6, "send": 6, "direct": 6, "request": [6, 11, 12, 21, 22, 23, 24], "an": [6, 34], "server": 6, "certificate_complete_chain": 7, "complet": 7, "chain": 7, "given": 7, "set": [7, 9], "untrust": 7, "root": 7, "crypto_info": 8, "cryptograph": 8, "capabl": 8, "how": [9, 10], "small": 9, "ca": 9, "up": 9, "us": 9, "sign": [9, 10, 21, 22, 23, 24, 36], "self": 10, "ecs_certif": 11, "entrust": [11, 12], "servic": [11, 12], "ec": [11, 12], "api": [11, 12], "ecs_domain": 12, "valid": 12, "domain": 12, "index": [13, 15], "all": 13, "environ": 13, "variabl": 13, "get_certif": 14, "get": 14, "from": [14, 21, 28, 32, 34, 38, 42], "host": [14, 17], "port": 14, "descript": 15, "scenario": 15, "guid": 15, "plugin": 15, "filter": [15, 21, 28, 32, 37, 38, 42], "luks_devic": 16, "manag": 16, "encrypt": 16, "luk": 16, "devic": 16, "openssh_cert": 17, "gener": [17, 18, 23, 24, 25, 26, 30, 31, 34, 40, 41, 44], "openssh": [17, 18], "user": 17, "openssh_keypair": 18, "privat": [18, 27, 28, 29, 30, 31, 34], "public": [18, 32, 33, 34], "kei": [18, 27, 28, 29, 30, 31, 32, 33, 34], "openssl_certificate_info": 19, "openssl_certif": 20, "openssl_csr_info": [21, 22], "openssl": [21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 39, 40, 41], "csr": [21, 22, 23, 24], "input": [21, 28, 32, 37, 38, 42], "keyword": [21, 28, 38, 42], "provid": [22, 29, 33, 39], "openssl_csr": 23, "openssl_csr_pip": 24, "openssl_dhparam": 25, "diffi": 25, "hellman": 25, "openssl_pkcs12": 26, "pkc": 26, "12": 26, "archiv": 26, "openssl_privatekey_convert": 27, "convert": 27, "openssl_privatekey_info": [28, 29], "openssl_privatekei": 30, "openssl_privatekey_pip": 31, "without": 31, "disk": 31, "access": 31, "openssl_publickey_info": [32, 33], "pem": [32, 37, 38, 42], "format": [32, 38, 42], "openssl_publickei": 34, "its": 34, "openssl_signature_info": 35, "verifi": 35, "signatur": 35, "openssl_signatur": 36, "data": 36, "split_pem": 37, "split": 37, "file": 37, "content": 37, "multipl": 37, "object": 37, "x509_certificate_info": [38, 39], "x": [38, 39, 42], "509": [38, 39, 42], "x509_certif": 40, "check": [40, 41], "x509_certificate_pip": 41, "x509_crl_info": [42, 43], "crl": [42, 43, 44], "revoc": [43, 44], "list": [43, 44], "x509_crl": 44}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 57}, "alltitles": {"community.crypto.acme_account_facts": [[0, "community-crypto-acme-account-facts"]], "community.crypto.acme_account_info module \u2013 Retrieves information on ACME accounts": [[1, "community-crypto-acme-account-info-module-retrieves-information-on-acme-accounts"]], "Synopsis": [[1, "synopsis"], [2, "synopsis"], [3, "synopsis"], [4, "synopsis"], [5, "synopsis"], [6, "synopsis"], [7, "synopsis"], [8, "synopsis"], [11, "synopsis"], [12, "synopsis"], [14, "synopsis"], [16, "synopsis"], [17, "synopsis"], [18, "synopsis"], [21, "synopsis"], [22, "synopsis"], [23, "synopsis"], [24, "synopsis"], [25, "synopsis"], [26, "synopsis"], [27, "synopsis"], [28, "synopsis"], [29, "synopsis"], [30, "synopsis"], [31, "synopsis"], [32, "synopsis"], [33, "synopsis"], [34, "synopsis"], [35, "synopsis"], [36, "synopsis"], [37, "synopsis"], [38, "synopsis"], [39, "synopsis"], [40, "synopsis"], [41, "synopsis"], [42, "synopsis"], [43, "synopsis"], [44, "synopsis"]], "Requirements": [[1, "requirements"], [2, "requirements"], [3, "requirements"], [4, "requirements"], [5, "requirements"], [6, "requirements"], [7, "requirements"], [11, "requirements"], [12, "requirements"], [14, "requirements"], [16, "requirements"], [17, "requirements"], [18, "requirements"], [21, "requirements"], [22, "requirements"], [23, "requirements"], [24, "requirements"], [25, "requirements"], [26, "requirements"], [27, "requirements"], [28, "requirements"], [29, "requirements"], [30, "requirements"], [31, "requirements"], [33, "requirements"], [34, "requirements"], [35, "requirements"], [36, "requirements"], [38, "requirements"], [39, "requirements"], [40, "requirements"], [41, "requirements"], [42, "requirements"], [43, "requirements"], [44, "requirements"]], "Parameters": [[1, "parameters"], [2, "parameters"], [3, "parameters"], [4, "parameters"], [5, "parameters"], [6, "parameters"], [7, "parameters"], [11, "parameters"], [12, "parameters"], [14, "parameters"], [16, "parameters"], [17, "parameters"], [18, "parameters"], [22, "parameters"], [23, "parameters"], [24, "parameters"], [25, "parameters"], [26, "parameters"], [27, "parameters"], [29, "parameters"], [30, "parameters"], [31, "parameters"], [33, "parameters"], [34, "parameters"], [35, "parameters"], [36, "parameters"], [39, "parameters"], [40, "parameters"], [41, "parameters"], [43, "parameters"], [44, "parameters"]], "Attributes": [[1, "attributes"], [2, "attributes"], [3, "attributes"], [4, "attributes"], [5, "attributes"], [6, "attributes"], [7, "attributes"], [8, "attributes"], [11, "attributes"], [12, "attributes"], [14, "attributes"], [16, "attributes"], [17, "attributes"], [18, "attributes"], [22, "attributes"], [23, "attributes"], [24, "attributes"], [25, "attributes"], [26, "attributes"], [27, "attributes"], [29, "attributes"], [30, "attributes"], [31, "attributes"], [33, "attributes"], [34, "attributes"], [35, "attributes"], [36, "attributes"], [39, "attributes"], [40, "attributes"], [41, "attributes"], [43, "attributes"], [44, "attributes"]], "Notes": [[1, "notes"], [2, "notes"], [3, "notes"], [4, "notes"], [6, "notes"], [11, "notes"], [12, "notes"], [14, "notes"], [18, "notes"], [23, "notes"], [24, "notes"], [35, "notes"], [36, "notes"], [39, "notes"], [40, "notes"], [41, "notes"], [43, "notes"], [44, "notes"]], "See Also": [[1, "see-also"], [2, "see-also"], [3, "see-also"], [4, "see-also"], [5, "see-also"], [6, "see-also"], [11, "see-also"], [12, "see-also"], [21, "see-also"], [22, "see-also"], [23, "see-also"], [24, "see-also"], [25, "see-also"], [26, "see-also"], [27, "see-also"], [28, "see-also"], [29, "see-also"], [30, "see-also"], [31, "see-also"], [32, "see-also"], [33, "see-also"], [34, "see-also"], [35, "see-also"], [36, "see-also"], [38, "see-also"], [39, "see-also"], [40, "see-also"], [41, "see-also"], [42, "see-also"], [43, "see-also"]], "Examples": [[1, "examples"], [2, "examples"], [3, "examples"], [4, "examples"], [5, "examples"], [6, "examples"], [7, "examples"], [8, "examples"], [11, "examples"], [12, "examples"], [14, "examples"], [16, "examples"], [17, "examples"], [18, "examples"], [21, "examples"], [22, "examples"], [23, "examples"], [24, "examples"], [25, "examples"], [26, "examples"], [27, "examples"], [28, "examples"], [29, "examples"], [30, "examples"], [31, "examples"], [32, "examples"], [33, "examples"], [34, "examples"], [35, "examples"], [36, "examples"], [37, "examples"], [38, "examples"], [39, "examples"], [40, "examples"], [41, "examples"], [42, "examples"], [43, "examples"], [44, "examples"]], "Return Values": [[1, "return-values"], [2, "return-values"], [3, "return-values"], [5, "return-values"], [6, "return-values"], [7, "return-values"], [8, "return-values"], [11, "return-values"], [12, "return-values"], [14, "return-values"], [16, "return-values"], [17, "return-values"], [18, "return-values"], [22, "return-values"], [23, "return-values"], [24, "return-values"], [25, "return-values"], [26, "return-values"], [27, "return-values"], [29, "return-values"], [30, "return-values"], [31, "return-values"], [33, "return-values"], [34, "return-values"], [35, "return-values"], [36, "return-values"], [39, "return-values"], [40, "return-values"], [41, "return-values"], [43, "return-values"], [44, "return-values"]], "Authors": [[1, "authors"], [2, "authors"], [3, "authors"], [4, "authors"], [5, "authors"], [6, "authors"], [7, "authors"], [8, "authors"], [11, "authors"], [12, "authors"], [14, "authors"], [16, "authors"], [17, "authors"], [18, "authors"], [21, "authors"], [22, "authors"], [23, "authors"], [24, "authors"], [25, "authors"], [26, "authors"], [27, "authors"], [28, "authors"], [29, "authors"], [30, "authors"], [31, "authors"], [32, "authors"], [33, "authors"], [34, "authors"], [35, "authors"], [36, "authors"], [37, "authors"], [38, "authors"], [39, "authors"], [40, "authors"], [41, "authors"], [42, "authors"], [43, "authors"], [44, "authors"]], "Collection links": [[1, "collection-links"], [2, "collection-links"], [3, "collection-links"], [4, "collection-links"], [5, "collection-links"], [6, "collection-links"], [7, "collection-links"], [8, "collection-links"], [11, "collection-links"], [12, "collection-links"], [14, "collection-links"], [16, "collection-links"], [17, "collection-links"], [18, "collection-links"], [21, "collection-links"], [22, "collection-links"], [23, "collection-links"], [24, "collection-links"], [25, "collection-links"], [26, "collection-links"], [27, "collection-links"], [28, "collection-links"], [29, "collection-links"], [30, "collection-links"], [31, "collection-links"], [32, "collection-links"], [33, "collection-links"], [34, "collection-links"], [35, "collection-links"], [36, "collection-links"], [37, "collection-links"], [38, "collection-links"], [39, "collection-links"], [40, "collection-links"], [41, "collection-links"], [42, "collection-links"], [43, "collection-links"], [44, "collection-links"]], "community.crypto.acme_account module \u2013 Create, modify or delete ACME accounts": [[2, "community-crypto-acme-account-module-create-modify-or-delete-acme-accounts"]], "community.crypto.acme_certificate module \u2013 Create SSL/TLS certificates with the ACME protocol": [[3, "community-crypto-acme-certificate-module-create-ssl-tls-certificates-with-the-acme-protocol"]], "community.crypto.acme_certificate_revoke module \u2013 Revoke certificates with the ACME protocol": [[4, "community-crypto-acme-certificate-revoke-module-revoke-certificates-with-the-acme-protocol"]], "community.crypto.acme_challenge_cert_helper module \u2013 Prepare certificates required for ACME challenges such as tls-alpn-01": [[5, "community-crypto-acme-challenge-cert-helper-module-prepare-certificates-required-for-acme-challenges-such-as-tls-alpn-01"]], "community.crypto.acme_inspect module \u2013 Send direct requests to an ACME server": [[6, "community-crypto-acme-inspect-module-send-direct-requests-to-an-acme-server"]], "community.crypto.certificate_complete_chain module \u2013 Complete certificate chain given a set of untrusted and root certificates": [[7, "community-crypto-certificate-complete-chain-module-complete-certificate-chain-given-a-set-of-untrusted-and-root-certificates"]], "community.crypto.crypto_info module \u2013 Retrieve cryptographic capabilities": [[8, "community-crypto-crypto-info-module-retrieve-cryptographic-capabilities"]], "How to create a small CA": [[9, "how-to-create-a-small-ca"]], "Set up the CA": [[9, "set-up-the-ca"]], "Use the CA to sign a certificate": [[9, "use-the-ca-to-sign-a-certificate"]], "How to create self-signed certificates": [[10, "how-to-create-self-signed-certificates"]], "community.crypto.ecs_certificate module \u2013 Request SSL/TLS certificates with the Entrust Certificate Services (ECS) API": [[11, "community-crypto-ecs-certificate-module-request-ssl-tls-certificates-with-the-entrust-certificate-services-ecs-api"]], "community.crypto.ecs_domain module \u2013 Request validation of a domain with the Entrust Certificate Services (ECS) API": [[12, "community-crypto-ecs-domain-module-request-validation-of-a-domain-with-the-entrust-certificate-services-ecs-api"]], "Index of all Collection Environment Variables": [[13, "index-of-all-collection-environment-variables"]], "community.crypto.get_certificate module \u2013 Get a certificate from a host:port": [[14, "community-crypto-get-certificate-module-get-a-certificate-from-a-host-port"]], "Community.Crypto": [[15, "community-crypto"]], "Description": [[15, "description"]], "Communication": [[15, "communication"]], "Scenario Guides": [[15, "scenario-guides"]], "Plugin Index": [[15, "plugin-index"]], "Modules": [[15, "modules"]], "Filter Plugins": [[15, "filter-plugins"]], "community.crypto.luks_device module \u2013 Manage encrypted (LUKS) devices": [[16, "community-crypto-luks-device-module-manage-encrypted-luks-devices"]], "community.crypto.openssh_cert module \u2013 Generate OpenSSH host or user certificates.": [[17, "community-crypto-openssh-cert-module-generate-openssh-host-or-user-certificates"]], "community.crypto.openssh_keypair module \u2013 Generate OpenSSH private and public keys": [[18, "community-crypto-openssh-keypair-module-generate-openssh-private-and-public-keys"]], "community.crypto.openssl_certificate_info": [[19, "community-crypto-openssl-certificate-info"]], "community.crypto.openssl_certificate": [[20, "community-crypto-openssl-certificate"]], "community.crypto.openssl_csr_info filter \u2013 Retrieve information from OpenSSL Certificate Signing Requests (CSR)": [[21, "community-crypto-openssl-csr-info-filter-retrieve-information-from-openssl-certificate-signing-requests-csr"]], "Input": [[21, "input"], [28, "input"], [32, "input"], [37, "input"], [38, "input"], [42, "input"]], "Keyword parameters": [[21, "keyword-parameters"], [28, "keyword-parameters"], [38, "keyword-parameters"], [42, "keyword-parameters"]], "Return Value": [[21, "return-value"], [28, "return-value"], [32, "return-value"], [37, "return-value"], [38, "return-value"], [42, "return-value"]], "community.crypto.openssl_csr_info module \u2013 Provide information of OpenSSL Certificate Signing Requests (CSR)": [[22, "community-crypto-openssl-csr-info-module-provide-information-of-openssl-certificate-signing-requests-csr"]], "community.crypto.openssl_csr module \u2013 Generate OpenSSL Certificate Signing Request (CSR)": [[23, "community-crypto-openssl-csr-module-generate-openssl-certificate-signing-request-csr"]], "community.crypto.openssl_csr_pipe module \u2013 Generate OpenSSL Certificate Signing Request (CSR)": [[24, "community-crypto-openssl-csr-pipe-module-generate-openssl-certificate-signing-request-csr"]], "community.crypto.openssl_dhparam module \u2013 Generate OpenSSL Diffie-Hellman Parameters": [[25, "community-crypto-openssl-dhparam-module-generate-openssl-diffie-hellman-parameters"]], "community.crypto.openssl_pkcs12 module \u2013 Generate OpenSSL PKCS#12 archive": [[26, "community-crypto-openssl-pkcs12-module-generate-openssl-pkcs-12-archive"]], "community.crypto.openssl_privatekey_convert module \u2013 Convert OpenSSL private keys": [[27, "community-crypto-openssl-privatekey-convert-module-convert-openssl-private-keys"]], "community.crypto.openssl_privatekey_info filter \u2013 Retrieve information from OpenSSL private keys": [[28, "community-crypto-openssl-privatekey-info-filter-retrieve-information-from-openssl-private-keys"]], "community.crypto.openssl_privatekey_info module \u2013 Provide information for OpenSSL private keys": [[29, "community-crypto-openssl-privatekey-info-module-provide-information-for-openssl-private-keys"]], "community.crypto.openssl_privatekey module \u2013 Generate OpenSSL private keys": [[30, "community-crypto-openssl-privatekey-module-generate-openssl-private-keys"]], "community.crypto.openssl_privatekey_pipe module \u2013 Generate OpenSSL private keys without disk access": [[31, "community-crypto-openssl-privatekey-pipe-module-generate-openssl-private-keys-without-disk-access"]], "community.crypto.openssl_publickey_info filter \u2013 Retrieve information from OpenSSL public keys in PEM format": [[32, "community-crypto-openssl-publickey-info-filter-retrieve-information-from-openssl-public-keys-in-pem-format"]], "community.crypto.openssl_publickey_info module \u2013 Provide information for OpenSSL public keys": [[33, "community-crypto-openssl-publickey-info-module-provide-information-for-openssl-public-keys"]], "community.crypto.openssl_publickey module \u2013 Generate an OpenSSL public key from its private key.": [[34, "community-crypto-openssl-publickey-module-generate-an-openssl-public-key-from-its-private-key"]], "community.crypto.openssl_signature_info module \u2013 Verify signatures with openssl": [[35, "community-crypto-openssl-signature-info-module-verify-signatures-with-openssl"]], "community.crypto.openssl_signature module \u2013 Sign data with openssl": [[36, "community-crypto-openssl-signature-module-sign-data-with-openssl"]], "community.crypto.split_pem filter \u2013 Split PEM file contents into multiple objects": [[37, "community-crypto-split-pem-filter-split-pem-file-contents-into-multiple-objects"]], "community.crypto.x509_certificate_info filter \u2013 Retrieve information from X.509 certificates in PEM format": [[38, "community-crypto-x509-certificate-info-filter-retrieve-information-from-x-509-certificates-in-pem-format"]], "community.crypto.x509_certificate_info module \u2013 Provide information of OpenSSL X.509 certificates": [[39, "community-crypto-x509-certificate-info-module-provide-information-of-openssl-x-509-certificates"]], "community.crypto.x509_certificate module \u2013 Generate and/or check OpenSSL certificates": [[40, "community-crypto-x509-certificate-module-generate-and-or-check-openssl-certificates"]], "community.crypto.x509_certificate_pipe module \u2013 Generate and/or check OpenSSL certificates": [[41, "community-crypto-x509-certificate-pipe-module-generate-and-or-check-openssl-certificates"]], "community.crypto.x509_crl_info filter \u2013 Retrieve information from X.509 CRLs in PEM format": [[42, "community-crypto-x509-crl-info-filter-retrieve-information-from-x-509-crls-in-pem-format"]], "community.crypto.x509_crl_info module \u2013 Retrieve information on Certificate Revocation Lists (CRLs)": [[43, "community-crypto-x509-crl-info-module-retrieve-information-on-certificate-revocation-lists-crls"]], "community.crypto.x509_crl module \u2013 Generate Certificate Revocation Lists (CRLs)": [[44, "community-crypto-x509-crl-module-generate-certificate-revocation-lists-crls"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["acme_account_facts_module", "acme_account_info_module", "acme_account_module", "acme_certificate_module", "acme_certificate_revoke_module", "acme_challenge_cert_helper_module", "acme_inspect_module", "certificate_complete_chain_module", "crypto_info_module", "docsite/guide_ownca", "docsite/guide_selfsigned", "ecs_certificate_module", "ecs_domain_module", "environment_variables", "get_certificate_module", "gpg_fingerprint_filter", "gpg_fingerprint_lookup", "index", "luks_device_module", "openssh_cert_module", "openssh_keypair_module", "openssl_certificate_info_module", "openssl_certificate_module", "openssl_csr_info_filter", "openssl_csr_info_module", "openssl_csr_module", "openssl_csr_pipe_module", "openssl_dhparam_module", "openssl_pkcs12_module", "openssl_privatekey_convert_module", "openssl_privatekey_info_filter", "openssl_privatekey_info_module", "openssl_privatekey_module", "openssl_privatekey_pipe_module", "openssl_publickey_info_filter", "openssl_publickey_info_module", "openssl_publickey_module", "openssl_signature_info_module", "openssl_signature_module", "split_pem_filter", "x509_certificate_info_filter", "x509_certificate_info_module", "x509_certificate_module", "x509_certificate_pipe_module", "x509_crl_info_filter", "x509_crl_info_module", "x509_crl_module"], "filenames": ["acme_account_facts_module.rst", "acme_account_info_module.rst", "acme_account_module.rst", "acme_certificate_module.rst", "acme_certificate_revoke_module.rst", "acme_challenge_cert_helper_module.rst", "acme_inspect_module.rst", "certificate_complete_chain_module.rst", "crypto_info_module.rst", "docsite/guide_ownca.rst", "docsite/guide_selfsigned.rst", "ecs_certificate_module.rst", "ecs_domain_module.rst", "environment_variables.rst", "get_certificate_module.rst", "gpg_fingerprint_filter.rst", "gpg_fingerprint_lookup.rst", "index.rst", "luks_device_module.rst", "openssh_cert_module.rst", "openssh_keypair_module.rst", "openssl_certificate_info_module.rst", "openssl_certificate_module.rst", "openssl_csr_info_filter.rst", "openssl_csr_info_module.rst", "openssl_csr_module.rst", "openssl_csr_pipe_module.rst", "openssl_dhparam_module.rst", "openssl_pkcs12_module.rst", "openssl_privatekey_convert_module.rst", "openssl_privatekey_info_filter.rst", "openssl_privatekey_info_module.rst", "openssl_privatekey_module.rst", "openssl_privatekey_pipe_module.rst", "openssl_publickey_info_filter.rst", "openssl_publickey_info_module.rst", "openssl_publickey_module.rst", "openssl_signature_info_module.rst", "openssl_signature_module.rst", "split_pem_filter.rst", "x509_certificate_info_filter.rst", "x509_certificate_info_module.rst", "x509_certificate_module.rst", "x509_certificate_pipe_module.rst", "x509_crl_info_filter.rst", "x509_crl_info_module.rst", "x509_crl_module.rst"], "titles": ["community.crypto.acme_account_facts", "community.crypto.acme_account_info module \u2013 Retrieves information on ACME accounts", "community.crypto.acme_account module \u2013 Create, modify or delete ACME accounts", "community.crypto.acme_certificate module \u2013 Create SSL/TLS certificates with the ACME protocol", "community.crypto.acme_certificate_revoke module \u2013 Revoke certificates with the ACME protocol", "community.crypto.acme_challenge_cert_helper module \u2013 Prepare certificates required for ACME challenges such as tls-alpn-01", "community.crypto.acme_inspect module \u2013 Send direct requests to an ACME server", "community.crypto.certificate_complete_chain module \u2013 Complete certificate chain given a set of untrusted and root certificates", "community.crypto.crypto_info module \u2013 Retrieve cryptographic capabilities", "How to create a small CA", "How to create self-signed certificates", "community.crypto.ecs_certificate module \u2013 Request SSL/TLS certificates with the Entrust Certificate Services (ECS) API", "community.crypto.ecs_domain module \u2013 Request validation of a domain with the Entrust Certificate Services (ECS) API", "Index of all Collection Environment Variables", "community.crypto.get_certificate module \u2013 Get a certificate from a host:port", "community.crypto.gpg_fingerprint filter \u2013 Retrieve a GPG fingerprint from a GPG public or private key", "community.crypto.gpg_fingerprint lookup \u2013 Retrieve a GPG fingerprint from a GPG public or private key file", "Community.Crypto", "community.crypto.luks_device module \u2013 Manage encrypted (LUKS) devices", "community.crypto.openssh_cert module \u2013 Generate OpenSSH host or user certificates.", "community.crypto.openssh_keypair module \u2013 Generate OpenSSH private and public keys", "community.crypto.openssl_certificate_info", "community.crypto.openssl_certificate", "community.crypto.openssl_csr_info filter \u2013 Retrieve information from OpenSSL Certificate Signing Requests (CSR)", "community.crypto.openssl_csr_info module \u2013 Provide information of OpenSSL Certificate Signing Requests (CSR)", "community.crypto.openssl_csr module \u2013 Generate OpenSSL Certificate Signing Request (CSR)", "community.crypto.openssl_csr_pipe module \u2013 Generate OpenSSL Certificate Signing Request (CSR)", "community.crypto.openssl_dhparam module \u2013 Generate OpenSSL Diffie-Hellman Parameters", "community.crypto.openssl_pkcs12 module \u2013 Generate OpenSSL PKCS#12 archive", "community.crypto.openssl_privatekey_convert module \u2013 Convert OpenSSL private keys", "community.crypto.openssl_privatekey_info filter \u2013 Retrieve information from OpenSSL private keys", "community.crypto.openssl_privatekey_info module \u2013 Provide information for OpenSSL private keys", "community.crypto.openssl_privatekey module \u2013 Generate OpenSSL private keys", "community.crypto.openssl_privatekey_pipe module \u2013 Generate OpenSSL private keys without disk access", "community.crypto.openssl_publickey_info filter \u2013 Retrieve information from OpenSSL public keys in PEM format", "community.crypto.openssl_publickey_info module \u2013 Provide information for OpenSSL public keys", "community.crypto.openssl_publickey module \u2013 Generate an OpenSSL public key from its private key.", "community.crypto.openssl_signature_info module \u2013 Verify signatures with openssl", "community.crypto.openssl_signature module \u2013 Sign data with openssl", "community.crypto.split_pem filter \u2013 Split PEM file contents into multiple objects", "community.crypto.x509_certificate_info filter \u2013 Retrieve information from X.509 certificates in PEM format", "community.crypto.x509_certificate_info module \u2013 Provide information of OpenSSL X.509 certificates", "community.crypto.x509_certificate module \u2013 Generate and/or check OpenSSL certificates", "community.crypto.x509_certificate_pipe module \u2013 Generate and/or check OpenSSL certificates", "community.crypto.x509_crl_info filter \u2013 Retrieve information from X.509 CRLs in PEM format", "community.crypto.x509_crl_info module \u2013 Retrieve information on Certificate Revocation Lists (CRLs)", "community.crypto.x509_crl module \u2013 Generate Certificate Revocation Lists (CRLs)"], "terms": {"thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "plugin": [0, 13, 15, 16, 21, 22, 23, 24, 30, 31, 33, 34, 35, 39, 40, 41, 44, 45], "wa": [0, 1, 3, 4, 6, 9, 11, 14, 18, 20, 21, 22, 23, 24, 25, 26, 28, 31, 32, 33, 36, 37, 40, 41, 42, 44, 45, 46], "part": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "collect": [0, 9, 10, 17, 21, 22], "version": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "2": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "15": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "0": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "modul": [0, 9, 10, 21, 22, 23, 30, 34, 40, 44], "ha": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 16, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46], "been": [0, 1, 2, 3, 4, 6, 11, 13, 14, 18, 19, 21, 22, 25, 26, 31, 36, 43, 46], "remov": [0, 1, 2, 3, 4, 6, 18, 21, 22, 28, 36, 42, 46], "The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "renam": [0, 21, 22, 41, 42, 46], "acme_account_info": [0, 2, 17], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "To": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "instal": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "us": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "ansibl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "galaxi": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "you": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "need": [1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "further": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "abl": [1, 2, 3, 4, 5, 6, 7, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "detail": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "playbook": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "specifi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "allow": [1, 2, 3, 4, 6, 11, 12, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "ca": [1, 2, 3, 4, 6, 7, 11, 17, 19, 23, 24, 25, 26, 28, 39, 40, 41, 42, 43, 44, 45, 46], "support": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 17, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "protocol": [1, 2, 5, 6, 14, 17, 20, 42], "let": [1, 2, 3, 4, 6, 42], "": [1, 2, 3, 4, 5, 6, 9, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 40, 41, 42, 43, 44, 45, 46], "encrypt": [1, 2, 3, 4, 6, 14, 17, 20, 28, 29, 32, 33, 42], "onli": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "work": [1, 2, 3, 4, 6, 18, 19, 20, 25, 27, 28, 29, 32, 33, 36, 42], "v2": [1, 2, 3, 4, 6, 36], "below": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "ar": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "host": [1, 2, 3, 4, 5, 6, 7, 11, 12, 17, 18, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "execut": [1, 2, 3, 4, 5, 6, 7, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "either": [1, 2, 3, 4, 6, 11, 12, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 35, 36, 37, 38, 41, 42, 43, 45, 46], "openssl": [1, 2, 3, 4, 6, 7, 8, 14, 17, 40], "cryptographi": [1, 2, 3, 4, 5, 6, 7, 8, 11, 14, 20, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 45, 46], "1": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "5": [1, 2, 3, 4, 6, 7, 8, 12, 18, 23, 24, 32, 33, 37, 38, 40, 41, 42, 43], "ipaddress": [1, 2, 3, 4, 6], "comment": [1, 2, 3, 4, 5, 6, 7, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "account_key_cont": [1, 2, 3, 4, 6], "string": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "content": [1, 2, 3, 4, 5, 6, 7, 9, 11, 12, 14, 15, 17, 18, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "rsa": [1, 2, 3, 4, 6, 8, 10, 19, 20, 23, 24, 30, 31, 32, 33, 34, 35, 37, 38, 40, 41], "ellipt": [1, 2, 3, 4, 6, 8, 20, 23, 24, 30, 31, 32, 33, 34, 35, 40, 41], "curv": [1, 2, 3, 4, 6, 8, 20, 23, 24, 30, 31, 32, 33, 34, 35, 40, 41], "kei": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 17, 18, 19, 23, 24, 25, 26, 27, 28, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "mutual": [1, 2, 3, 4, 5, 6, 18, 25, 26, 28, 42, 43, 46], "exclus": [1, 2, 3, 4, 5, 6, 18, 25, 26, 28, 42, 43, 46], "account_key_src": [1, 2, 3, 4, 5, 6, 8], "warn": [1, 2, 3, 4, 6, 30, 31, 41, 42], "written": [1, 2, 3, 4, 6, 19, 20, 25, 27, 28, 29, 32, 33, 36, 42, 46], "temporari": [1, 2, 3, 4, 6], "file": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15, 17, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "which": [1, 2, 3, 4, 6, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "delet": [1, 3, 4, 6, 17], "when": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "complet": [1, 2, 3, 4, 6, 8, 17, 18, 33], "sinc": [1, 2, 3, 4, 6, 9, 18, 25, 26, 28, 31], "an": [1, 2, 3, 4, 5, 11, 12, 14, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 40, 41, 42, 43, 44, 45, 46], "import": [1, 2, 3, 4, 6, 8, 19, 20, 25, 26, 27, 28, 29, 32, 36, 42, 46], "privat": [1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 17, 19, 23, 24, 25, 26, 27, 28, 34, 35, 37, 38, 40, 41, 42, 43, 44, 45, 46], "can": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46], "chang": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "revok": [1, 2, 3, 6, 11, 17, 44, 45, 46], "your": [1, 2, 3, 4, 6, 9, 11, 12, 25, 26, 27, 32, 42, 43], "certif": [1, 2, 6, 17, 27, 28, 30, 32, 33, 36, 37, 38, 39, 44], "without": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 17, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 35, 36, 37, 38, 41, 42, 43, 45, 46], "know": [1, 2, 3, 4, 6, 25, 26], "might": [1, 2, 3, 4, 6, 14, 29, 32, 33, 36, 46], "accept": [1, 2, 3, 4, 6, 11, 25, 26], "In": [1, 2, 3, 4, 6, 9, 11, 20, 23, 24, 28, 31, 32, 43], "case": [1, 2, 3, 4, 6, 8, 11, 12, 14, 18, 19, 20, 23, 24, 25, 27, 28, 29, 31, 32, 33, 36, 40, 41, 42, 46], "It": [1, 2, 3, 4, 6, 7, 11, 20, 24, 29, 31, 32, 35, 41, 42, 43, 46], "still": [1, 2, 3, 4, 6, 11, 19, 24, 31, 41, 42], "happen": [1, 2, 3, 4, 6], "disk": [1, 2, 3, 4, 6, 7, 10, 17, 25, 26, 29, 31, 32, 36, 42, 43], "process": [1, 2, 3, 4, 6, 12, 18, 46], "move": [1, 2, 3, 4, 6, 11, 41, 42, 43], "its": [1, 2, 3, 4, 6, 7, 9, 11, 12, 15, 17, 18, 19, 20, 25, 26, 27, 28, 29, 32, 33, 35, 42, 43], "argument": [1, 2, 3, 4, 6, 27], "node": [1, 2, 3, 4, 6, 15, 16, 23, 30, 40, 44], "where": [1, 2, 3, 4, 6, 9, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 35, 36, 41, 42, 43, 45, 46], "account_key_passphras": [1, 2, 3, 4, 6], "ad": [1, 2, 3, 4, 5, 6, 7, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 36, 41, 42, 43, 44, 45, 46], "6": [1, 2, 3, 4, 5, 6, 8, 11, 14, 18, 20, 23, 24, 25, 26, 32, 33, 37, 38, 40, 41, 42, 43], "phassphras": [1, 2, 3, 4, 5, 6], "decod": [1, 2, 3, 4, 5, 6, 23, 24, 30, 40, 41, 44, 45, 46], "backend": [1, 2, 3, 4, 6, 14, 20, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "alias": [1, 2, 3, 4, 6, 19, 20, 25, 26, 27, 28, 29, 32, 36, 42, 43, 46], "account_kei": [1, 2, 3, 4, 6], "path": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "contain": [1, 2, 3, 4, 5, 6, 7, 12, 14, 18, 19, 20, 25, 26, 27, 28, 29, 32, 33, 36, 42, 46], "creat": [1, 4, 5, 6, 11, 17, 18, 19, 20, 25, 26, 27, 28, 29, 32, 35, 36, 42, 43, 45, 46], "openssl_privatekei": [1, 2, 3, 6, 9, 10, 11, 17, 25, 26, 27, 28, 29, 31, 33, 35, 36, 38, 42, 43], "openssl_privatekey_pip": [1, 2, 3, 6, 17, 25, 26, 29, 31, 32, 36, 42, 43], "If": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "requisit": [1, 2, 3, 6], "avail": [1, 2, 3, 4, 6, 8, 10, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 46], "directli": [1, 2, 3, 6, 10, 41, 42], "command": [1, 2, 3, 6, 18, 19], "line": [1, 2, 3, 6, 18], "tool": [1, 2, 3, 4, 6, 25, 26], "genrsa": [1, 2, 3, 6], "ecparam": [1, 2, 3, 4, 6], "genkei": [1, 2, 3, 4, 6], "ani": [1, 2, 3, 4, 6, 9, 10, 11, 19, 20, 25, 26, 27, 28, 29, 32, 33, 36, 42, 43], "other": [1, 2, 3, 4, 6, 11, 19, 20, 25, 26, 27, 28, 29, 32, 33, 36, 40, 41, 42, 45, 46], "pem": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 14, 17, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "format": [1, 2, 3, 4, 5, 6, 7, 11, 14, 17, 18, 19, 20, 23, 24, 28, 29, 30, 31, 32, 33, 36, 41, 42, 43, 45, 46], "well": [1, 2, 3, 4, 6, 12, 28, 29, 32, 33, 36, 42], "account_uri": [1, 2, 3, 4, 6], "assum": [1, 2, 3, 4, 6, 7, 9, 11, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "uri": [1, 2, 3, 4, 6, 23, 24, 25, 26, 30, 40, 41, 44, 45, 46], "given": [1, 2, 3, 4, 5, 6, 17, 18, 25, 26, 37], "doe": [1, 2, 3, 4, 5, 6, 7, 8, 11, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "match": [1, 2, 3, 4, 6, 7, 12, 19, 20, 25, 26, 27, 32, 33, 42, 46], "exist": [1, 2, 3, 4, 5, 6, 9, 11, 18, 19, 20, 25, 26, 27, 28, 29, 32, 33, 36, 42, 43, 46], "fail": [1, 2, 3, 4, 6, 11, 19, 20, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 40, 41, 42, 44, 45, 46], "acme_directori": [1, 2, 3, 4, 6, 42], "directori": [1, 2, 3, 4, 6, 7, 42], "entri": [1, 2, 3, 4, 5, 6, 12, 15, 16, 23, 24, 30, 34, 39, 40, 41, 42, 44, 46], "point": [1, 2, 3, 4, 6, 7, 11, 16, 19, 23, 24, 25, 26, 30, 31, 34, 35, 40, 41, 42, 43, 44, 45, 46], "url": [1, 2, 3, 4, 6], "access": [1, 2, 3, 4, 6, 12, 17, 25, 26, 29, 31, 32, 36, 42, 43, 46], "server": [1, 2, 3, 4, 9, 11, 12, 14, 17, 19, 25, 26, 42, 43], "api": [1, 2, 3, 4, 6, 17, 42, 43], "For": [1, 2, 3, 4, 6, 10, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 39, 40, 41, 42, 43, 44], "safeti": [1, 2, 3, 4, 6], "reason": [1, 2, 3, 4, 6, 25, 26, 42, 43, 44, 45, 46], "default": [1, 2, 3, 4, 6, 7, 10, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "set": [1, 2, 3, 4, 5, 6, 11, 13, 14, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "stage": [1, 2, 3, 4, 6, 42], "v1": [1, 2, 3, 4, 6], "technic": [1, 2, 3, 4, 6, 11], "correct": [1, 2, 3, 4, 6, 7, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "untrust": [1, 2, 3, 4, 6, 17], "all": [1, 2, 3, 4, 6, 7, 8, 9, 11, 14, 19, 20, 23, 24, 28, 30, 31, 32, 33, 39, 40, 41, 42, 43, 44, 45, 46], "endpoint": [1, 2, 3, 4, 6], "found": [1, 2, 3, 4, 6, 8, 12], "here": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "http": [1, 2, 3, 4, 5, 6, 11, 12, 14, 19, 25, 26, 32, 42, 43], "letsencrypt": [1, 2, 3, 4, 6, 42], "org": [1, 2, 3, 4, 6, 11, 25, 26, 42, 44, 45, 46], "doc": [1, 2, 3, 4, 6, 9, 10, 32, 42], "environ": [1, 2, 3, 4, 5, 6, 42], "buypass": [1, 2, 3, 4, 6, 42], "com": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 14, 17, 19, 23, 24, 25, 26, 28, 29, 31, 32, 35, 36, 40, 41, 42, 43, 44, 45, 46], "t": [1, 2, 3, 4, 6, 9, 19, 20, 24, 25, 27, 28, 29, 31, 32, 35, 36, 41, 42, 46], "63d4ai": [1, 2, 3, 4, 6], "go": [1, 2, 3, 4, 6], "ssl": [1, 2, 4, 5, 6, 7, 12, 14, 17, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 41, 42, 43, 45, 46], "product": [1, 2, 3, 4, 6, 11, 33], "v02": [1, 2, 3, 4, 6, 42], "zerossl": [1, 2, 3, 4, 6], "dv90": [1, 2, 3, 4, 6], "sectigo": [1, 2, 3, 4, 6], "qa": [1, 2, 3, 4, 6], "secur": [1, 2, 3, 4, 6, 11, 14, 28, 42, 43], "trust": [1, 2, 3, 4, 6, 44, 45, 46], "provid": [1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 23, 25, 26, 30, 32, 33, 34, 36, 40, 42, 43, 44, 45], "dv": [1, 2, 3, 4, 6], "list": [1, 2, 3, 4, 6, 7, 8, 11, 12, 14, 15, 16, 17, 19, 23, 24, 25, 26, 28, 30, 34, 39, 40, 41, 44], "servic": [1, 2, 3, 4, 6, 17, 42, 43], "test": [1, 2, 3, 4, 6, 11, 12, 20, 23, 24, 40, 41], "against": [1, 2, 3, 4, 6, 11, 14, 19], "acme_vers": [1, 2, 3, 4, 6], "integ": [1, 2, 3, 4, 6, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 40, 41, 42, 43, 44, 45, 46], "must": [1, 2, 3, 4, 5, 6, 9, 11, 12, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 45, 46], "classic": [1, 2, 3, 4, 6], "standard": [1, 2, 3, 4, 6, 11], "deprec": [1, 2, 3, 4, 6, 14, 20, 41, 42, 46], "from": [1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 17, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 41, 42, 43, 45, 46], "3": [1, 2, 3, 4, 5, 6, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 28, 29, 31, 32, 33, 35, 36, 40, 41, 42, 43, 46], "choic": [1, 2, 3, 4, 5, 6, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "request_timeout": [1, 2, 3, 4, 6], "time": [1, 2, 3, 4, 6, 11, 12, 14, 18, 19, 23, 24, 28, 30, 31, 34, 35, 40, 41, 42, 43, 44, 45, 46], "should": [1, 2, 3, 4, 5, 6, 8, 11, 12, 14, 19, 20, 23, 24, 25, 26, 27, 28, 29, 32, 33, 36, 40, 41, 42, 43, 45, 46], "wait": [1, 2, 3, 4, 6], "respons": [1, 2, 3, 4, 6, 11], "timeout": [1, 2, 3, 4, 6, 14], "appli": [1, 2, 3, 4, 6, 11, 14, 19, 20], "request": [1, 2, 3, 4, 5, 7, 8, 9, 10, 14, 15, 16, 17, 18, 19, 20, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "head": [1, 2, 3, 4, 6], "get": [1, 2, 3, 4, 6, 11, 17, 19, 20, 24, 25, 27, 28, 29, 31, 32, 35, 36, 41, 42, 45, 46], "post": [1, 2, 3, 4, 6, 11], "10": [1, 2, 3, 4, 6, 10, 14, 17, 18, 19, 20, 23, 30, 32, 33, 34, 36, 39, 40, 41, 42, 43, 44], "retrieve_ord": 1, "whether": [1, 2, 3, 4, 6, 8, 9, 11, 12, 14, 19, 20, 23, 24, 25, 26, 27, 28, 30, 31, 32, 36, 40, 41, 42, 43, 44, 45, 46], "order": [1, 3, 6, 11, 14, 15, 16, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 39, 40, 41, 42, 44, 45, 46], "object": [1, 3, 6, 17, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "A": [1, 2, 5, 7, 8, 11, 14, 16, 24, 25, 26, 31, 35, 37, 39, 41, 42, 43, 45, 46], "ignor": [1, 2, 3, 7, 11, 19, 20, 23, 24, 25, 26, 28, 30, 33, 39, 40, 41, 42, 43, 44, 45, 46], "fetch": 1, "order_uri": [1, 3, 6], "alwai": [1, 2, 3, 4, 5, 6, 8, 10, 11, 12, 14, 19, 20, 28, 31, 32, 33, 41, 42, 43, 46], "popul": 1, "option": [1, 2, 3, 4, 6, 11, 14, 18, 19, 20, 25, 26, 27, 28, 29, 32, 33, 36, 41, 42, 43, 46], "object_list": 1, "current": [1, 3, 8, 11, 12, 14, 19, 20, 25, 26, 27, 28, 29, 32, 33, 36, 42, 43, 46], "so": [1, 2, 3, 4, 6, 11, 12, 18, 19, 20, 23, 25, 27, 28, 29, 30, 31, 32, 33, 36, 40, 42, 44, 46], "result": [1, 4, 5, 9, 10, 11, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 40, 41, 42, 43, 44, 45, 46], "empti": [1, 3, 8], "url_list": 1, "select_crypto_backend": [1, 2, 3, 4, 6, 14, 24, 25, 26, 27, 28, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43], "determin": [1, 2, 3, 4, 6, 14, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43], "auto": [1, 2, 3, 4, 6, 14, 20, 24, 25, 26, 27, 28, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43], "tri": [1, 2, 3, 4, 6, 7, 14, 24, 25, 26, 27, 28, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43], "fall": [1, 2, 3, 4, 6, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "back": [1, 2, 3, 4, 6, 9, 11, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "try": [1, 2, 3, 4, 6, 7, 8, 14, 18, 24, 25, 26, 27, 28, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43], "binari": [1, 2, 3, 4, 6, 8, 14, 20, 27], "librari": [1, 2, 3, 4, 6, 8, 14, 19, 20, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "validate_cert": [1, 2, 3, 4, 6], "boolean": [1, 2, 3, 4, 6, 8, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 40, 41, 42, 43, 44, 45, 46], "call": [1, 2, 3, 4, 6, 11, 28, 41, 42, 46], "valid": [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 14, 17, 19, 23, 24, 25, 26, 37, 38, 41, 42, 43, 46], "tl": [1, 2, 4, 6, 14, 17, 25, 26, 28, 29, 32, 33, 36, 42, 43], "ever": [1, 2, 3, 4, 6], "fals": [1, 2, 3, 4, 6, 8, 9, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 40, 41, 42, 43, 44, 45, 46], "purpos": [1, 2, 3, 4, 6, 11, 25, 26, 42, 43], "local": [1, 2, 3, 4, 6, 11, 12, 15, 16, 23, 30, 40, 42, 43, 44], "pebbl": [1, 2, 3, 4, 6], "true": [1, 2, 3, 4, 6, 8, 9, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 40, 41, 42, 43, 44, 45, 46], "descript": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "action_group": [1, 2, 3, 4, 6], "action": [1, 2, 3, 4, 5, 6, 7, 8, 11, 14, 19, 20, 24, 25, 27, 28, 31, 32, 33, 35, 36, 37, 38, 41, 42, 45, 46], "group": [1, 2, 3, 4, 6, 19, 20, 23, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 40, 41, 42, 46], "module_default": [1, 2, 3, 4, 6], "check_mod": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "full": [1, 2, 3, 7, 8, 11, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "modifi": [1, 3, 4, 5, 6, 7, 8, 11, 12, 14, 17, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "state": [1, 2, 3, 5, 7, 8, 14, 18, 19, 20, 24, 25, 27, 28, 31, 32, 35, 36, 37, 38, 41, 42, 45, 46], "run": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "statu": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "predict": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "target": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "diff_mod": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "n": [1, 5, 6, 7, 8, 14, 24, 31, 35, 37, 41, 45], "Will": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 45, 46], "what": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "possibli": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "diff": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "mode": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "acme_account": [1, 3, 17], "acme_account_fact": 1, "befor": [1, 3, 12, 15, 23, 30, 34, 39, 40, 42, 43, 44, 46], "8": [1, 3, 4, 18, 19, 20, 25, 27, 28, 29, 32, 36, 42], "usag": [1, 3, 7, 10, 11, 17, 18, 25, 42, 43, 46], "did": [1, 3, 33], "new": [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 15, 16, 18, 19, 20, 23, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "enough": [1, 2, 3, 4, 6, 19, 20, 25, 27, 28, 29, 32, 36, 42], "instead": [1, 2, 3, 4, 6, 10, 18, 19, 25, 26, 32, 33, 46], "explicitli": [1, 2, 3, 4, 6, 29, 31, 32], "disabl": [1, 2, 3, 4, 6, 11, 18, 19, 31], "enabl": [1, 2, 3, 4, 6, 11, 19, 25, 26], "slower": [1, 2, 3, 4, 6], "less": [1, 2, 3, 4, 6, 12, 19], "have": [1, 2, 3, 4, 6, 10, 11, 12, 13, 15, 16, 19, 20, 23, 25, 27, 28, 29, 30, 31, 32, 33, 34, 36, 39, 40, 42, 43, 44, 46], "store": [1, 2, 3, 4, 6, 10, 11, 12, 18, 26, 28, 29, 42, 43], "although": [1, 2, 3, 4, 6], "chosen": [1, 2, 3, 4, 6, 28], "principl": [1, 2, 3, 4, 6], "far": [1, 2, 3, 4, 6], "develop": [1, 2, 3, 4, 6, 42], "we": [1, 2, 3, 4, 5, 6, 9, 28, 32, 33], "got": [1, 2, 3, 4, 6], "feedback": [1, 2, 3, 4, 6], "thei": [1, 2, 3, 4, 6, 12, 14, 18, 20, 27, 32, 33, 41, 45], "incommon": [1, 2, 3, 4, 6], "experi": [1, 2, 3, 4, 6], "problem": [1, 2, 3, 4, 6], "anoth": [1, 2, 3, 4, 6, 7, 9, 10, 11, 18, 23, 24, 30, 32, 40, 41, 43, 44, 45, 46], "pleas": [1, 2, 3, 4, 6, 7, 9, 14, 20, 25, 26, 27, 29, 32, 33, 42, 43], "issu": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "help": [1, 2, 3, 4, 6, 11], "u": [1, 2, 3, 4, 6, 19, 20, 25, 27, 28, 29, 32, 36, 42, 43], "mention": [1, 2, 3, 4, 6, 28], "appreci": [1, 2, 3, 4, 6], "name": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "check": [1, 3, 7, 9, 11, 17, 19, 23, 24, 25, 26, 27, 28, 31, 32, 33, 36, 37, 41, 44, 45, 46], "etc": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 24, 25, 26, 27, 28, 29, 31, 32, 35, 36, 41, 42, 43, 45, 46], "pki": [1, 2, 3, 4, 5, 6, 8, 12], "cert": [1, 2, 3, 4, 5, 6, 8, 11, 14, 19, 23, 24, 25, 26, 28, 30, 37, 38, 40, 41, 44, 46], "regist": [1, 3, 5, 6, 7, 8, 9, 10, 14, 24, 26, 31, 33, 35, 37, 38, 41, 42, 43, 45], "account_data": 1, "verifi": [1, 7, 12, 17, 38, 42], "builtin": [1, 3, 7, 8, 14, 15, 16, 23, 24, 26, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45], "assert": [1, 37, 38, 41, 42], "print": [1, 26, 39, 43, 45], "debug": [1, 2, 3, 4, 6, 8, 11, 14, 15, 16, 23, 24, 26, 30, 31, 33, 34, 35, 39, 40, 41, 43, 44, 45], "var": [1, 3, 6, 8, 14, 24, 26, 31, 35, 41, 43], "contact": [1, 2, 3, 6], "acme_account_kei": 1, "acme_account_uri": 1, "common": [1, 2, 3, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "document": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "follow": [1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "field": [1, 2, 3, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 45, 46], "uniqu": [1, 2, 3, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "dictionari": [1, 2, 3, 5, 6, 8, 11, 14, 18, 23, 24, 25, 26, 30, 31, 32, 33, 34, 35, 36, 40, 41, 44, 45, 46], "element": [1, 2, 3, 7, 8, 11, 12, 14, 16, 19, 23, 24, 25, 26, 28, 30, 31, 34, 35, 39, 40, 41, 44, 45, 46], "challeng": [1, 3, 6, 17, 42], "resourc": [1, 3, 5, 12], "sampl": [1, 3, 4, 5, 6, 8, 11, 12, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 40, 41, 42, 44, 45, 46], "mailto": [1, 2, 6], "me": [1, 2, 6], "tel": 1, "00123456789": 1, "queri": [1, 3, 24, 31, 35, 41], "public_account_kei": 1, "public": [1, 3, 11, 17, 19, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 40, 41, 42, 43], "json": [1, 6, 11, 14, 44, 45], "web": [1, 12], "kty": [1, 6], "ec": [1, 3, 17, 42, 43], "crv": 1, "p": [1, 23, 24, 30, 31, 34, 35, 40, 41], "256": [1, 19, 20], "x": [1, 6, 14, 17, 23, 24, 30, 31, 34, 35, 45], "mkbctnickusdii11yss3526idz8aito7tu6kpaqv7d4": 1, "y": [1, 14, 23, 24, 30, 31, 34, 35, 40, 41], "4etl6srw2yilurn5vfvvhuhp7x8pxltmwwlbbm4ifym": 1, "deactiv": [1, 2, 3, 11], "none": [1, 2, 3, 4, 5, 6, 11, 12, 14, 18, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 36, 38, 40, 41], "success": [1, 3, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "error": [1, 3, 4, 6, 8, 11, 18, 42], "occur": [1, 46], "dure": [1, 2, 3, 11, 19, 28], "about": [1, 2, 11, 12, 14, 19, 25, 26, 30, 31], "structur": 1, "rfc7807": 1, "expir": [1, 3, 6, 10, 11, 12, 14, 40, 41, 42, 43, 46], "timestamp": [1, 19, 25, 27, 28, 29, 32, 36, 41, 42, 43, 45, 46], "describ": [1, 15, 23, 25, 26, 30, 34, 39, 40, 44], "rfc3339": [1, 11], "includ": [1, 3, 7, 9, 11, 12, 19, 20, 25, 27, 28, 29, 32, 36, 40, 41, 42, 44, 45, 46], "pend": [1, 11], "give": [1, 19, 20, 25, 27, 28, 29, 32, 36, 42], "expiri": [1, 11, 42, 43], "date": [1, 6, 7, 11, 14, 40, 41, 42, 43, 44, 45, 46], "final": [1, 3], "identifi": [1, 2, 3, 5, 11, 18, 19, 23, 24, 25, 26, 40, 41, 42, 43], "type": [1, 3, 5, 6, 10, 11, 12, 15, 16, 18, 19, 20, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46], "dn": [1, 3, 5, 9, 10, 12, 23, 24, 25, 26, 30, 40, 41, 42, 44, 45, 46], "ip": [1, 3, 5, 14, 23, 24, 25, 26, 40, 41], "hostnam": [1, 14], "address": [1, 2, 3, 5, 11, 12, 19, 23, 24, 30, 40, 41, 44, 45, 46], "wildcard": [1, 3], "actual": [1, 5, 19, 20, 25, 27, 28, 29, 32, 36, 42], "prefix": [1, 2, 25, 26], "notaft": [1, 40, 41], "notbefor": [1, 40, 41], "readi": [1, 11], "invalid": [1, 11, 39, 44, 45, 46], "felix": [1, 2, 4, 5, 6, 7, 8, 15, 16, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 35, 36, 39, 40, 41, 43, 44, 45, 46], "fontein": [1, 2, 4, 5, 6, 7, 8, 15, 16, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 35, 36, 39, 40, 41, 43, 44, 45, 46], "felixfontein": [1, 2, 4, 5, 6, 7, 8, 15, 16, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 35, 36, 39, 40, 41, 43, 44, 45, 46], "tracker": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "repositori": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "sourc": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "submit": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "bug": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "report": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "featur": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "allow_cr": 2, "creation": [2, 3, 6, 18], "present": [2, 3, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 32, 36, 40, 41, 42, 46], "email": [2, 3, 11, 12, 23, 24, 25, 26, 30, 40, 41, 42, 43, 44, 45, 46], "ietf": [2, 3, 6, 25, 26], "html": [2, 3, 6, 25, 26, 32], "rfc8555": [2, 3, 6], "section": [2, 3, 4, 6, 25, 26], "7": [2, 3, 6, 14, 19, 20, 23, 24, 28, 35, 40, 41, 44, 45], "absent": [2, 18, 19, 20, 25, 27, 28, 32, 36, 42, 46], "changed_kei": 2, "external_account_bind": 2, "extern": [2, 3], "bind": [2, 3], "data": [2, 3, 5, 11, 12, 17, 19, 20, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 40, 41, 42, 43, 46], "like": [2, 3, 10, 42, 43], "specif": [2, 3, 4, 5, 6, 10, 11, 12, 18, 25, 26, 28, 41, 42, 43], "properli": [2, 6], "custom": [2, 11, 20], "alg": 2, "mac": [2, 28], "algorithm": [2, 14, 18, 19, 20, 23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41, 42, 43, 44, 45, 46], "probabl": 2, "hs256": 2, "hs384": 2, "hs512": 2, "base64": [2, 3, 14, 23, 24, 28, 32, 33, 37, 38, 40, 41, 45, 46], "encod": [2, 3, 6, 11, 14, 23, 24, 28, 30, 32, 33, 37, 38, 40, 41, 44, 45, 46], "pad": 2, "symbol": [2, 7, 19, 20, 25, 27, 28, 29, 32, 36, 42], "end": [2, 3, 11, 19, 20, 25, 27, 28, 29, 32, 36, 42], "omit": [2, 9, 18, 19, 20], "kid": 2, "new_account_key_cont": 2, "same": [2, 3, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 40, 41, 42, 46], "restrict": [2, 3, 19, 25, 26], "new_account_key_src": 2, "new_account_key_passphras": 2, "inform": [2, 3, 4, 5, 6, 8, 10, 11, 12, 14, 17, 19, 20, 25, 26, 27, 28, 29, 32, 33, 36, 42, 43], "touch": 2, "terms_agre": [2, 3], "indic": [2, 3, 11, 14, 25, 26, 31, 33], "agre": [2, 3], "term": [2, 3, 6], "acme_certif": [2, 5, 6, 7, 17], "do": [2, 3, 6, 9, 10, 11, 12, 18, 19, 20, 25, 27, 28, 29, 31, 32, 33, 36, 42], "basic": [2, 3, 23, 24, 25, 26, 30, 31, 34, 35, 40, 41], "manag": [2, 3, 4, 5, 6, 11, 17, 36], "both": [2, 3, 11, 20, 24, 25, 26, 31, 35, 36, 37, 38, 41, 43, 45, 46], "recommend": [2, 11, 12, 42, 43], "modify_account": [2, 3], "automat": [2, 3, 4, 5, 6, 18, 32, 33, 42], "rfc": [2, 3, 4, 5, 6, 25, 26], "8555": [2, 3, 4, 5, 6], "retriev": [2, 3, 6, 14, 17, 25, 26, 42, 43], "fact": 2, "write": [2, 3, 6, 7, 9, 18, 19, 20, 25, 27, 28, 29, 32, 33, 36, 42, 43, 46], "acme_inspect": [2, 3, 4, 17], "make": [2, 3, 6, 11, 14, 18, 20, 30, 31, 32, 33, 37, 38, 41, 46], "sure": [2, 3, 18, 20, 30, 31, 32, 33, 37, 38, 46], "TOS": 2, "myself": [2, 3], "one": [2, 3, 4, 7, 9, 11, 12, 14, 16, 19, 20, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "variabl": [2, 3, 9, 15, 16, 23, 24, 30, 31, 34, 39, 40, 44], "new_account_kei": 2, "renew": [3, 11], "implement": [3, 33, 42, 43], "01": [3, 6, 11, 17, 19, 32, 33, 36], "alpn": [3, 6, 17], "twice": 3, "two": [3, 25, 26], "differ": [3, 4, 10, 12, 14, 19, 20, 25, 27, 32, 36, 42, 46], "task": [3, 11, 19, 20, 32, 33, 41], "output": [3, 6, 8, 11, 19, 28, 32, 33], "first": [3, 5, 6, 10, 11, 12, 18, 28, 41], "record": [3, 11, 12], "pass": [3, 9, 11], "second": [3, 12, 14, 18, 41, 42, 43, 46], "between": [3, 18, 20], "fulfil": 3, "step": [3, 11, 28], "whatev": 3, "mean": [3, 11, 37], "necessari": [3, 19], "destin": [3, 11, 19, 20, 25, 27, 28, 29, 32, 33, 36, 42], "webserv": 3, "serv": [3, 42], "perform": [3, 11, 12, 18, 19, 20, 25, 26, 27, 28, 29, 32, 36, 42, 46], "how": [3, 5, 12, 14, 17, 23, 24, 25, 26, 30, 32, 40, 41, 42, 44, 45, 46], "read": [3, 9, 18, 19, 20, 25, 27, 28, 29, 32, 33, 36, 37, 38, 42, 43, 46], "through": 3, "main": 3, "consid": [3, 19, 20, 25, 26, 27, 28, 32, 42], "experiment": 3, "accord": [3, 25, 26], "8738": 3, "account_email": 3, "associ": [3, 7, 11, 12], "account": [3, 4, 5, 6, 8, 11, 17], "more": [3, 7, 11, 14, 19, 25, 26, 28, 42, 43, 46], "than": [3, 4, 11, 12, 19, 20, 23, 24, 25, 26, 28, 30, 40, 41, 42, 43, 44, 45, 46], "updat": [3, 6, 12, 19, 20, 25, 27, 28, 29, 32, 33, 36, 42, 46], "most": [3, 18], "agreement": [3, 11, 23, 24, 40, 41], "latest": [3, 32, 46], "gather": 3, "chain_dest": 3, "chain": [3, 11, 14, 17, 42], "intermedi": [3, 7, 11, 28, 33, 42], "some": [3, 4, 14, 18, 19, 20, 25, 27, 28, 29, 32, 33, 36, 37, 38, 42, 44, 45], "assur": 3, "could": [3, 11, 25, 27, 31, 32, 42, 43], "foo": [3, 18, 19], "certain": [3, 19, 41], "period": [3, 42, 43], "csr": [3, 5, 6, 7, 9, 10, 11, 17, 27, 28, 30, 32, 33, 36, 41, 42, 43], "src": [3, 9, 28, 43], "openssl_csr": [3, 10, 11, 17, 24, 26, 27, 28, 32, 33, 36, 42, 43], "req": 3, "mai": [3, 11, 19, 20, 25, 26, 27, 28, 29, 32, 36, 42, 43], "multipl": [3, 9, 10, 11, 17, 23, 24, 25, 26, 28, 30, 31, 34, 35, 40, 41], "subject": [3, 7, 10, 11, 14, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 32, 36, 40, 41, 42, 43, 44, 46], "altern": [3, 10, 11, 25, 26, 42, 43], "each": [3, 9, 11, 15, 16, 23, 30, 32, 33, 34, 36, 39, 40, 44], "lead": [3, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "individu": [3, 19], "sign": [3, 5, 8, 11, 14, 17, 19, 27, 28, 32, 33, 36, 37, 40, 41, 42, 43, 44, 45, 46], "bad": 3, "idea": 3, "view": 3, "precis": 3, "csr_content": [3, 9, 10, 42, 43], "openssl_csr_pip": [3, 9, 10, 17, 24, 25, 32, 33, 36, 42, 43], "ongo": 3, "previou": [3, 11, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "non": [3, 8, 11, 19], "activ": [3, 6, 11, 12], "taken": 3, "mark": [3, 25, 26], "no_log": [3, 32, 33], "up": [3, 5, 11, 15, 16, 18, 19, 20, 23, 25, 27, 28, 29, 30, 32, 34, 36, 39, 40, 41, 42, 44], "longer": [3, 18, 25, 26], "wai": [3, 5, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "caus": [3, 14, 19, 20], "messag": 3, "come": 3, "unus": 3, "anywai": 3, "deactivate_authz": 3, "authent": [3, 6, 11, 12, 19, 25, 26, 42, 43], "authz": [3, 6], "after": [3, 18, 42, 43], "bound": 3, "remain": [3, 11, 12, 18, 19], "amount": 3, "re": [3, 12, 14, 20, 23, 24, 25, 26, 27, 28, 32, 33, 36, 40, 41, 42, 43, 46], "domain": [3, 5, 11, 17, 23, 24, 30, 40, 41, 44, 45, 46], "concern": [3, 25, 27, 32, 42], "dest": [3, 5, 7, 9, 26, 43], "fullchain_dest": [3, 6], "forc": [3, 11, 19, 20, 25, 27, 28, 29, 32, 33, 36, 42, 43, 46], "enforc": 3, "even": [3, 4, 11, 18, 19, 20, 27, 28, 32, 36, 42, 43], "remaining_dai": [3, 11], "especi": [3, 32], "addit": [3, 11, 18, 25, 26], "desir": [3, 18], "fullchain": [3, 6, 7], "want": [3, 9, 10, 11, 12, 18, 20, 25, 26, 30, 31, 46], "avoid": [3, 11, 12, 19, 20, 25, 27, 28, 29, 31, 32, 36, 41, 42, 43, 46], "accident": [3, 30, 31, 32, 33], "old": [3, 11, 25, 26, 41, 42, 46], "number": [3, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 40, 41, 42, 43, 44, 45, 46], "dai": [3, 11, 12, 14, 41, 42, 43], "left": [3, 11, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "being": [3, 11, 19, 32, 33, 41, 42, 43], "cert_dai": [3, 11], "challenge_data": [3, 5], "retrieve_all_altern": 3, "offer": [3, 9, 10], "These": [3, 17, 23, 25, 26, 30, 40, 44], "togeth": [3, 18, 28], "all_chain": 3, "select_chain": 3, "criteria": 3, "select": [3, 5, 10, 20, 28, 32, 33], "until": [3, 7, 11, 14], "criterium": 3, "header": [3, 5, 6], "determinist": 3, "everi": [3, 11, 12, 16, 20, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 35, 40, 41, 42, 43, 46], "consist": [3, 19, 20, 25, 27, 28, 29, 31, 32, 36, 42], "condit": [3, 14, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "issuer": [3, 7, 14, 23, 24, 25, 26, 40, 41, 42, 44, 45, 46], "authority_key_identifi": [3, 23, 24, 25, 26, 40, 41], "authoritykeyidentifi": [3, 23, 24, 25, 26, 40, 41], "extens": [3, 5, 6, 14, 20, 23, 24, 25, 26, 40, 41, 44, 45, 46], "base": [3, 11, 18, 19, 32, 33], "form": [3, 7, 11, 40, 41], "c4": 3, "a7": 3, "b1": [3, 32, 33, 36], "a4": 3, "7b": 3, "2c": [3, 32, 33, 36], "71": [3, 32, 33, 36], "fa": 3, "db": 3, "e1": [3, 32, 33, 36], "4b": 3, "90": [3, 11, 12, 42, 43], "75": [3, 32, 33, 36], "ff": [3, 23, 24, 25, 26, 30, 31, 34, 35, 40, 41], "60": [3, 11, 12, 32, 33, 36], "85": [3, 32, 33, 36], "89": 3, "would": [3, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "commonnam": [3, 23, 24, 25, 26, 40, 41, 42, 44, 45, 46], "my": [3, 32, 45, 46], "prefer": [3, 23, 24, 30, 40, 41, 44, 45, 46], "root": [3, 11, 14, 17, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "cn": [3, 9, 11, 14, 25, 26, 46], "subject_key_identifi": [3, 23, 24, 25, 26, 40, 41], "subjectkeyidentifi": [3, 23, 24, 40, 41], "a8": 3, "4a": [3, 23, 24, 30, 31, 34, 35, 40, 41], "6a": [3, 32, 33, 36], "63": [3, 11, 23, 24, 30, 31, 34, 35, 40, 41], "04": [3, 23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "7d": [3, 46], "dd": [3, 19, 23, 24, 25, 26, 32, 33, 36, 40, 41], "ba": [3, 23, 24, 30, 31, 34, 35, 40, 41], "e6": [3, 23, 24, 30, 31, 34, 35, 40, 41], "d1": 3, "39": [3, 32, 33, 36], "b7": 3, "a6": [3, 32, 33, 36], "45": 3, "65": 3, "ef": [3, 32, 33, 36], "f3": 3, "a1": [3, 32, 33, 36], "test_certif": 3, "exclud": [3, 19, 23, 24, 25, 26], "leaf": [3, 7], "ident": [3, 19], "last": [3, 18, 23, 24, 40, 41, 44, 45, 46], "furthest": 3, "awai": 3, "Its": 3, "safe_file_oper": [3, 11, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "strict": [3, 6, 11, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "oper": [3, 11, 18, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "function": [3, 11, 18, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "ensur": [3, 11, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "proper": [3, 11, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "permiss": [3, 11, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "corrupt": [3, 11, 19, 20, 25, 26, 27, 28, 29, 32, 36, 42, 46], "At": [3, 19], "least": [3, 11, 25, 26, 37, 38], "control": [3, 6, 12, 14, 15, 16, 23, 30, 33, 40, 44, 45], "over": 3, "rate": [3, 4], "limit": [3, 4, 18, 19], "8737": [3, 5, 6], "acme_challenge_cert_help": [3, 17], "prepar": [3, 17], "certificate_complete_chain": [3, 17], "find": [3, 7, 12], "acme_certificate_revok": [3, 17], "account_private_kei": 3, "httpd": [3, 4, 5, 6], "crt": [3, 4, 5, 6, 11, 12, 41, 42, 43, 46], "sample_com_challeng": [3, 5], "hashi": 3, "vault": [3, 18, 33], "lookup": [3, 7, 15, 23, 26, 30, 33, 34, 39, 40, 43, 44], "hashi_vault": 3, "secret": [3, 32], "copi": [3, 7, 9, 11, 12, 26, 42, 43], "www": [3, 7, 9, 10, 11, 14, 19, 23, 24, 25, 26, 40, 41, 42, 43], "resource_valu": 3, "item": [3, 5, 25, 39], "loop": [3, 5, 19, 20, 25, 27, 28, 29, 32, 36, 39, 42], "dict2item": 3, "v01": 3, "30": [3, 11, 32, 33, 36], "aw": 3, "route53": 3, "zone": 3, "txt": [3, 12, 19], "ttl": 3, "enclos": 3, "quot": [3, 19, 20, 25, 27, 28, 29, 32, 36, 42], "regex_replac": [3, 25], "map": [3, 11, 25, 41], "challenge_data_dn": 3, "dst": 3, "x3": 3, "cross": 3, "identrust": 3, "As": [3, 19, 20, 25, 27, 28, 29, 32, 36, 42], "long": [3, 12, 14], "switch": 3, "own": [3, 9, 19, 20, 25, 26, 27, 28, 29, 32, 36, 42, 43, 46], "isrg": 3, "x1": 3, "compat": [3, 11, 14, 19, 28], "older": [3, 18, 28, 29, 32, 33, 36, 42], "client": [3, 11, 12, 14, 19, 25, 26, 42, 43, 44, 45, 46], "o": [3, 11, 14, 19, 20, 25, 26, 27, 28, 29, 32, 36, 42], "digit": 3, "signatur": [3, 7, 17, 19, 23, 24, 25, 26, 38, 40, 41, 42, 44, 45, 46], "co": 3, "4": [3, 4, 8, 14, 18, 23, 24, 25, 26, 28, 36, 37, 38, 40, 41, 42], "itself": [3, 46], "concaten": [3, 7], "full_chain": 3, "token": [3, 19], "a5b1c3d2e9f8g7h6": 3, "12345": [3, 6, 23, 24, 40, 41], "2022": [3, 28], "08": [3, 11, 32, 33, 36], "01t01": 3, "02": [3, 11], "34z": 3, "04t01": 3, "03": [3, 11, 25, 27, 28, 29, 32, 36, 42, 46], "45z": 3, "per": [3, 28], "yet": [3, 6], "_acm": 3, "known": [3, 11, 12, 19, 20, 23, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 40, 41, 42, 44, 45, 46], "evagxfads6psrb2lav9izf17dt3juxgj": 3, "pct92wr": 3, "oa": 3, "resource_origin": 3, "origin": [3, 11, 14, 23, 24, 25, 27, 28, 29, 32, 36, 40, 41, 42, 46], "produc": 3, "blob": 3, "put": 3, "acmevalid": 3, "x509": 3, "editor": 3, "rfc8737": 3, "b64decod": [3, 9, 43], "jinja": 3, "filter": [3, 16, 24, 31, 35, 41, 45], "extract": [3, 14, 23, 24, 30, 40, 41, 46], "ilirfxkkxa": 3, "17dt3juxgj": 3, "finalization_uri": 3, "michael": 3, "gruener": 3, "mgruener": 3, "exactli": [4, 14, 20, 23, 24, 29, 40, 41], "private_key_src": [4, 5], "private_key_cont": [4, 5, 25, 26, 28, 36], "valu": 4, "private_key_passphras": [4, 5, 29], "revoke_reason": 4, "One": [4, 19, 20, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 40, 41, 42, 46], "revoc": [4, 11, 17, 25, 26, 44], "reasoncod": 4, "defin": [4, 10, 11, 12, 13, 18, 25, 26, 32, 33, 42, 43, 46], "rfc5280": [4, 25, 26], "possibl": [4, 11, 14, 23, 24, 40, 41], "unspecifi": [4, 19, 20, 25, 27, 28, 29, 32, 36, 42, 44, 45, 46], "keycompromis": 4, "cacompromis": 4, "affiliationchang": 4, "supersed": [4, 25, 26, 44, 45, 46], "cessationofoper": 4, "certificatehold": 4, "removefromcrl": 4, "9": [4, 14, 17, 20, 32, 33, 41, 42], "privilegewithdrawn": 4, "aacompromis": 4, "return": 4, "alreadi": [4, 11, 12, 18, 19, 20, 25, 26, 27, 28, 32, 36, 42, 43, 45, 46], "unchang": [4, 18], "depend": [4, 8, 11, 14, 23, 24, 30, 31, 32, 33, 34, 35, 40, 41], "raw": [5, 6, 14, 29, 32, 33], "convert": [5, 17, 20, 23, 24, 30, 32, 33, 40, 41, 44, 45, 46], "simpl": [5, 9, 10], "gener": [5, 7, 11, 17, 18, 23, 24, 29, 31, 35, 37, 38, 40, 41, 45], "dictsort": 5, "sample_com_challenge_cert": 5, "regular_certif": 5, "deliv": 5, "regular": [5, 6], "connect": [5, 6, 14], "except": [5, 6, 14, 20, 23, 24, 25, 26, 28, 32, 33, 40, 41, 46], "challenge_certif": 5, "achiev": 5, "veri": [5, 10, 45], "nginx": [5, 6], "search": 5, "ssl_preread": 5, "ssl_preread_alpn_protocol": 5, "rout": 5, "private_kei": [5, 19, 33], "identifier_typ": 5, "self": [5, 9, 17, 25, 26, 41, 42, 43], "place": [5, 23, 24, 30, 31, 34, 35, 40, 41], "attempt": [6, 20], "encount": 6, "wish": 6, "investig": 6, "sent": [6, 12], "method": [6, 12, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "otherwis": [6, 11, 14, 18, 19, 20, 23, 24, 25, 27, 28, 29, 32, 36, 40, 41, 42, 44, 45, 46], "fail_on_acme_error": 6, "id": [6, 11, 12, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "localhost": [6, 14, 25, 43], "m": [6, 14, 19, 25, 26, 41, 42, 43, 46], "acct": 6, "newaccount": 6, "termsofserviceagre": 6, "account_cr": 6, "locat": [6, 11, 12, 42, 45, 46], "account_info": 6, "to_json": 6, "certificate_request": 6, "someth": [6, 28, 41], "went": 6, "wrong": 6, "output_json": 6, "selectattr": 6, "equalto": 6, "http01challeng": 6, "manual": [6, 12], "a85k3x9f91a4": 6, "random": [6, 12], "33417": 6, "keychang": 6, "meta": 6, "caaident": 6, "termsofservic": 6, "le": 6, "sa": 6, "novemb": 6, "2017": 6, "pdf": 6, "websit": 6, "newnonc": 6, "nonc": 6, "neword": 6, "revokecert": 6, "lowercas": 6, "boulder": 6, "cach": 6, "max": 6, "ag": 6, "close": [6, 18], "length": [6, 20, 42], "904": 6, "applic": [6, 11, 12, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "cooki": 6, "cookies_str": 6, "wed": 6, "07": [6, 23, 24, 30, 31, 34, 35, 40, 41], "nov": 6, "2018": [6, 11], "12": [6, 14, 17, 25, 26, 27, 32, 33, 36, 42, 43], "34": [6, 23, 24, 30, 31, 34, 35, 40, 41], "56": [6, 32, 33, 36], "gmt": [6, 42, 43], "44": [6, 23, 24, 25, 26, 40, 41], "rel": [6, 19, 25, 26, 41, 42, 43, 46], "msg": [6, 14, 15, 16, 23, 30, 33, 34, 39, 40, 44, 45], "ok": 6, "byte": [6, 18, 23, 24, 25, 26, 40, 41], "pragma": 6, "replai": 6, "1234567890abcdefghijklmnopqrstuvwxyzabcdefgh": 6, "200": 6, "transport": [6, 31], "604800": 6, "46161": 6, "frame": 6, "deni": 6, "pars": [6, 7, 14, 19, 20, 23, 24, 25, 27, 28, 29, 31, 32, 36, 40, 41, 42], "output_text": 6, "text": [6, 11, 12], "see": [7, 9, 14, 18, 19, 20, 46], "note": [7, 9, 18, 19, 23, 24, 27, 28, 29, 30, 31, 32, 33, 40, 44], "input_chain": 7, "intermediate_certif": 7, "filenam": [7, 11, 16, 19, 20, 25, 27, 28, 32, 36, 42, 46], "subdirectori": 7, "scan": 7, "root_certif": 7, "www_ansible_com": 7, "completechain": 7, "join": [7, 14, 23, 30, 40], "complete_chain": 7, "rootchain": 7, "input": [7, 12, 28], "python": [8, 14, 23, 24, 27, 28, 30, 31, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "crypto_inform": 8, "show": [8, 9, 10, 15, 16, 23, 30, 33, 34, 40, 42, 44], "openssl_pres": 8, "usr": [8, 19, 20, 25, 27, 28, 29, 32, 36, 42], "bin": [8, 19, 20, 25, 27, 28, 29, 32, 36, 42], "1m": 8, "version_output": 8, "14": [8, 32, 33, 36], "dec": 8, "2021": 8, "python_cryptography_cap": 8, "python_cryptography_instal": 8, "theoret": 8, "higher": [8, 11, 15, 16, 23, 30, 34, 39, 40, 44], "libssl": 8, "has_dsa": 8, "dsa": [8, 10, 20, 23, 24, 30, 31, 32, 33, 34, 35, 37, 38, 40, 41], "has_dsa_sign": 8, "has_ec": 8, "has_ec_sign": 8, "has_ed25519": 8, "ed25519": [8, 20, 23, 24, 30, 31, 32, 33, 34, 35, 37, 38, 40, 41], "has_ed25519_sign": 8, "has_ed448": 8, "ed448": [8, 23, 24, 30, 31, 32, 33, 34, 35, 37, 38, 40, 41], "has_ed448_sign": 8, "has_rsa": 8, "has_rsa_sign": 8, "has_x25519": 8, "x25519": [8, 10, 23, 24, 30, 31, 32, 33, 34, 35, 40, 41], "has_x25519_seri": 8, "serial": [8, 11, 14, 19, 23, 24, 25, 26, 40, 41, 44, 45, 46], "has_x448": 8, "x448": [8, 23, 24, 30, 31, 32, 33, 34, 35, 40, 41], "python_cryptography_import_error": 8, "commun": [9, 10], "crypto": [9, 10], "guid": [9, 10], "exampl": [9, 10], "password": [9, 10, 11, 12, 18, 20, 25, 26, 28, 38, 42, 43, 46], "protect": [9, 10, 18, 20, 25, 26, 32, 33, 36, 38, 42, 43, 46], "secret_ca_passphras": 9, "instruct": [9, 12], "ask": 9, "pai": 9, "commerci": [9, 25, 26], "passphras": [9, 10, 18, 20, 25, 26, 28, 29, 30, 31, 32, 33, 36, 38, 42, 43, 46], "privatekey_path": [9, 10, 24, 25, 26, 28, 35, 36, 37, 38, 41, 42, 43, 46], "privatekey_passphras": [9, 10, 25, 26, 28, 36, 38, 42, 43, 46], "common_nam": [9, 10, 24, 25, 26], "use_common_name_for_san": [9, 25, 26], "san": [9, 10, 11, 25, 26], "don": 9, "basic_constraint": [9, 23, 24, 25, 26, 40, 41], "basic_constraints_crit": [9, 23, 24, 25, 26, 40, 41], "key_usag": [9, 23, 24, 25, 26, 40, 41, 42], "keycertsign": 9, "key_usage_crit": [9, 23, 24, 25, 26, 40, 41], "ca_csr": 9, "x509_certif": [9, 10, 12, 17, 22, 25, 26, 27, 28, 32, 33, 36, 37, 41, 43], "selfsign": [9, 10, 41, 42, 43], "x509_certificate_pip": [9, 17, 25, 26, 32, 33, 36, 41, 42], "server_1": 9, "while": [9, 11, 12, 32, 33, 42, 43], "our": [9, 43], "server_2": 9, "materi": [9, 31, 33], "leav": [9, 31], "respect": [9, 18, 23, 25, 26, 30, 34, 40], "delegate_to": [9, 14, 43], "run_onc": [9, 14], "subject_alt_nam": [9, 10, 11, 23, 24, 25, 26, 30, 40, 41, 42], "ownca": [9, 42, 43], "ownca_path": [9, 42, 43], "ownca_privatekey_path": [9, 42, 43], "ownca_privatekey_passphras": [9, 42, 43], "ownca_not_aft": [9, 42, 43], "365d": [9, 42, 43], "year": [9, 10, 11, 42, 43], "ownca_not_befor": [9, 42, 43], "1d": [9, 32, 33, 36, 41], "yesterdai": 9, "abov": 9, "procedur": 9, "idempot": [9, 18, 19, 28, 33, 42, 43, 46], "extend": [9, 11], "stat": 9, "certificate_exist": 9, "slurp": [9, 43], "els": [9, 28], "kind": 10, "start": [10, 23, 24, 30, 31, 34, 35, 40, 41, 42, 43], "paramet": [10, 15, 16, 17, 34, 39], "4096": [10, 20, 27, 31, 32, 33, 35], "bit": [10, 20, 23, 24, 27, 30, 31, 32, 33, 34, 35, 40, 41], "size": [10, 12, 18, 20, 23, 24, 27, 30, 31, 32, 33, 34, 35, 40, 41], "changem": 10, "proce": 10, "selfsigned_not_aft": [10, 42, 43], "roughli": 10, "selfsigned_not_befor": [10, 42, 43], "now": [10, 11, 19, 42, 43, 46], "properti": 10, "constraint": [10, 25, 26], "organization_nam": [10, 25, 26], "inc": [10, 11], "reissu": 11, "credenti": [11, 12, 42, 43], "organ": [11, 44], "system": [11, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "those": [11, 19, 20, 25, 27, 28, 29, 32, 36, 42], "pyyaml": [11, 12], "11": [11, 12, 14, 19, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 40, 41, 42, 46], "additional_email": 11, "receiv": [11, 12, 19, 20, 25, 27, 28, 29, 32, 36, 42], "deliveri": 11, "notic": 11, "notif": 11, "backup": [11, 20, 25, 27, 28, 29, 32, 33, 36, 42, 46], "made": [11, 12, 19], "cert_expiri": 11, "compliant": 11, "2020": [11, 19, 20, 25, 27, 28, 29, 32, 36, 42], "23": 11, "23t15": 11, "00": [11, 19, 23, 24, 25, 26, 32, 33, 36, 40, 41, 42, 43], "05z": 11, "request_typ": 11, "issuanc": [11, 42, 43], "subsequ": 11, "initi": [11, 14], "month": [11, 42, 43], "choos": 11, "adjust": [11, 20, 42, 43], "eastern": 11, "est": [11, 42, 43], "unintend": 11, "effect": 11, "pool": 11, "inventori": 11, "model": 11, "cert_lifetim": 11, "lifetim": [11, 42, 43], "cert_typ": 11, "cds_individu": 11, "cds_group": 11, "cds_ent_lit": [11, 42, 43], "cds_ent_pro": [11, 42, 43], "smime_": [11, 42, 43], "p1y": 11, "p2y": 11, "p3y": 11, "standard_ssl": [11, 42, 43], "advantage_ssl": [11, 42, 43], "uc_ssl": [11, 42, 43], "ev_ssl": [11, 42, 43], "wildcard_ssl": [11, 42, 43], "private_ssl": [11, 42, 43], "pd_ssl": [11, 42, 43], "code_sign": 11, "ev_code_sign": 11, "client_id": [11, 12], "under": [11, 12], "primari": [11, 12], "cannot": [11, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 40, 41, 42, 46], "distinguish": 11, "repres": 11, "64": 11, "around": [11, 31], "overrid": [11, 15, 16, 23, 30, 34, 39, 40, 44], "eku": 11, "ou": [11, 14, 25, 26], "organiz": 11, "unit": 11, "replac": [11, 33, 46], "ti": 11, "ct_log": 11, "complianc": 11, "browser": 11, "transpar": 11, "ct": 11, "log": [11, 19, 30, 31, 32, 33], "best": [11, 19, 20, 25, 27, 28, 29, 32, 36, 42], "practic": 11, "techniqu": 11, "owner": [11, 12, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "monitor": 11, "elig": [11, 12], "custom_field": 11, "date1": 11, "date2": 11, "date3": 11, "date4": 11, "date5": 11, "dropdown1": 11, "dropdown": 11, "dropdown2": 11, "dropdown3": 11, "dropdown4": 11, "dropdown5": 11, "email1": 11, "email2": 11, "email3": 11, "email4": 11, "email5": 11, "number1": 11, "float": [11, 18], "number2": 11, "number3": 11, "number4": 11, "number5": 11, "text1": 11, "maximum": [11, 23, 24, 30, 31, 34, 35, 40, 41, 42, 43], "500": 11, "charact": 11, "text10": 11, "text11": 11, "text12": 11, "text13": 11, "text14": 11, "text15": 11, "text2": 11, "text3": 11, "text4": 11, "text5": 11, "text6": 11, "text7": 11, "text8": 11, "text9": 11, "server_auth": 11, "client_auth": 11, "server_and_client_auth": 11, "end_user_key_storage_agr": 11, "user": [11, 17, 18, 20, 25, 27, 28, 29, 32, 36, 42, 46], "code": 11, "cryptograph": [11, 17], "hardwar": 11, "csp": 11, "subscript": 11, "acknowledg": 11, "entrust_api_client_cert_key_path": [11, 12, 42, 43], "entrust_api_client_cert_path": [11, 12, 42, 43], "entrust_api_kei": [11, 12, 42, 43], "entrust_api_specification_path": [11, 12, 42, 43], "configur": [11, 12, 13, 15, 16, 18, 19, 20, 23, 25, 27, 28, 29, 30, 32, 33, 34, 36, 39, 40, 42, 43, 44, 46], "keep": [11, 12, 32, 42, 43], "download": [11, 12, 42, 43], "cloud": [11, 12, 42, 43], "net": [11, 12, 42, 43], "entrustcloud": [11, 12, 42, 43], "cm": [11, 12, 42, 43], "yaml": [11, 12, 42, 43], "entrust_api_us": [11, 12, 42, 43], "usernam": [11, 12, 19, 20, 25, 27, 28, 29, 32, 36, 42, 43, 46], "regardless": 11, "within": [11, 12], "past": [11, 40, 41], "full_chain_path": 11, "unless": [11, 12, 18, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "behavior": [11, 20, 28, 32, 33, 42], "neither": 11, "nor": 11, "reus": 11, "unapprov": 11, "failur": [11, 14], "reserv": 11, "futur": 11, "calcul": 11, "tracking_id": 11, "obtain": [11, 12], "act": [11, 19], "upon": [11, 23, 24, 30, 31, 34, 35, 40, 41], "exmapl": 11, "refer": 11, "validate_onli": 11, "cautiou": 11, "along": 11, "requester_email": 11, "track": [11, 42, 43], "requester_nam": 11, "requester_phon": 11, "phone": [11, 42, 43], "arrai": 11, "subjectaltnam": [11, 25, 26], "understand": [11, 18], "tld": 11, "save": [11, 27], "referenc": 11, "tracking_info": 11, "free": 11, "attach": [11, 25, 26], "partial": 11, "bare": 11, "minimum": [11, 20, 42, 43], "jo": [11, 42], "jdoe": [11, 25, 42], "555": [11, 42], "5555": [11, 42], "apiusernam": [11, 12, 42], "lv": [11, 12, 42], "32": [11, 12, 19, 23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41, 42], "cd9lnt": [11, 12, 42], "20": [11, 25], "79": [11, 32, 33, 36], "migrat": 11, "2378915": 11, "rather": 11, "overridden": [11, 27, 28], "testcertif": 11, "administr": [11, 12], "via": [11, 42], "itsupport": 11, "jsmith": 11, "admin": [11, 12], "invoic": 11, "25": [11, 32, 33, 36], "342": 11, "sale": 11, "red": 11, "backup_fil": [11, 25, 27, 28, 29, 32, 36, 42, 46], "2019": [11, 19, 25, 27, 28, 29, 32, 36, 42, 43, 46], "09": [11, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 40, 41, 42, 46], "22": [11, 23, 24, 25, 26, 27, 28, 29, 32, 33, 36, 40, 41, 42, 46], "backup_full_chain_fil": 11, "253": 11, "cert_detail": 11, "guarante": 11, "forward": [11, 19], "releas": [11, 19], "take": [11, 15, 16, 19, 20, 23, 24, 25, 27, 30, 31, 32, 34, 35, 36, 40, 41, 42, 44, 45, 46], "howev": [11, 18, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "audit": 11, "cert_statu": 11, "expand": 11, "approv": [11, 12], "declin": [11, 12], "na": 11, "pending_quorum": 11, "suspend": 11, "serial_numb": [11, 14, 19, 40, 41, 44, 45, 46], "1235262234164342": 11, "380079": 11, "chri": [11, 12], "trufan": [11, 12], "ctrufan": [11, 12], "verification_method": 12, "domain_statu": 12, "dns_content": 12, "dns_locat": 12, "dns_resource_typ": 12, "web_serv": 12, "file_cont": 12, "file_loc": 12, "e": [12, 25, 26], "were": [12, 14], "pure": 12, "domain_nam": 12, "reverifi": 12, "verification_email": 12, "ownership": [12, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "whoi": 12, "construct": 12, "webmast": 12, "hostmast": 12, "postmast": 12, "subdomain": 12, "top": 12, "level": [12, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "example1": 12, "example2": 12, "preconstruct": 12, "namespac": 12, "exact": [12, 46], "verif": 12, "prove": 12, "There": [12, 18], "small": [12, 17], "delai": 12, "typic": 12, "Be": 12, "awar": 12, "mani": [12, 14, 46], "ecs_certif": [12, 17], "revalid": 12, "fewer": [12, 42, 43], "ev": 12, "belong": [12, 25, 26], "expect": [12, 32, 33, 41, 42, 43, 46], "ab23cd41432522ff2526920393982fab": 12, "_pki": 12, "cancel": 12, "initial_verif": 12, "re_verif": 12, "ev_days_remain": 12, "submiss": 12, "never": [12, 14, 19, 20, 32, 33, 42, 43, 46], "greater": [12, 19], "ov_days_remain": 12, "ev_elig": 12, "94": [12, 23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "ov_elig": 12, "abcd": 12, "ov": 12, "129": 12, "declar": 13, "core": [13, 17], "No": 13, "sni": 14, "proxy_host": 14, "asn1_base64": 14, "asn": [14, 23, 24, 40, 41, 42, 43, 44, 45, 46], "claim": 14, "eventu": 14, "ca_cert": [14, 43], "cipher": [14, 18, 32, 33], "libressl": 14, "fine": 14, "proxi": 14, "proxy_port": 14, "8080": 14, "server_nam": 14, "starttl": 14, "mysql": 14, "succe": 14, "rdp": 14, "3389": 14, "googl": 14, "443": 14, "expire_dai": 14, "not_aft": [14, 40, 41, 42], "to_datetim": 14, "d": [14, 19, 41, 42, 43, 46], "h": [14, 19, 41, 42, 43, 46], "sz": 14, "ansible_date_tim": 14, "iso8601": 14, "dt": 14, "asn1_data": 14, "surviv": 14, "also": [14, 19, 20, 46], "displai": [14, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "github": [14, 17], "80258": 14, "usual": [14, 19, 23, 24, 40, 41], "malform": [14, 23, 24, 40, 41], "critic": [14, 23, 24, 25, 26, 40, 41, 44, 45, 46], "not_befor": [14, 40, 41, 42], "signature_algorithm": [14, 19, 40, 41, 42], "john": 14, "westcott": 14, "iv": 14, "gnupg": [15, 16], "public_kei": [15, 16, 19, 20, 23, 24, 30, 31, 40, 41, 42], "low": [15, 16, 23, 30, 34, 39, 40, 44], "high": [15, 16, 23, 30, 34, 39, 40, 44], "prioriti": [15, 16, 23, 30, 34, 39, 40, 44], "lower": [15, 16, 23, 30, 34, 39, 40, 44], "author": 17, "newer": [17, 19, 32, 33, 37, 38], "matrix": 17, "room": 17, "im": 17, "question": 17, "irc": 17, "channel": [17, 31], "libera": 17, "network": 17, "mail": 17, "project": 17, "subscrib": 17, "acm": [17, 42], "requir": [17, 34, 39], "send": [17, 28, 44, 45], "direct": 17, "crypto_info": 17, "capabl": 17, "entrust": [17, 42, 43], "ecs_domain": 17, "get_certif": 17, "port": [17, 19], "luks_devic": 17, "luk": 17, "devic": 17, "openssh_cert": 17, "openssh": [17, 36], "openssh_keypair": [17, 36], "openssl_csr_info": [17, 25, 26, 42], "openssl_dhparam": [17, 25, 26, 28, 32, 33, 36, 42, 43], "diffi": [17, 25, 26, 28, 32, 33, 36, 42, 43], "hellman": [17, 25, 26, 28, 32, 33, 36, 42, 43], "openssl_pkcs12": [17, 25, 26, 27, 32, 33, 36, 42, 43], "pkc": [17, 19, 25, 26, 27, 32, 33, 36, 42, 43], "archiv": [17, 25, 26, 27, 32, 33, 36, 42, 43], "openssl_privatekey_convert": 17, "openssl_privatekey_info": [17, 32, 33, 35, 42], "openssl_publickei": [17, 25, 26, 27, 28, 29, 32, 33, 35, 42, 43], "openssl_publickey_info": 17, "openssl_signatur": [17, 37], "openssl_signature_info": [17, 38], "x509_certificate_info": [17, 21, 42], "509": [17, 45], "x509_crl": [17, 45], "crl": [17, 25, 26], "x509_crl_info": 17, "gpg_fingerprint": 17, "gpg": 17, "fingerprint": [17, 20, 23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "split_pem": 17, "split": 17, "destroi": 18, "open": 18, "cryptsetup": 18, "wipef": 18, "lsblk": 18, "blkid": 18, "label": [18, 23, 24, 30, 40, 41, 44, 45, 46], "uuid": 18, "pre": [18, 28], "kernel": 18, "ae": [18, 32, 33, 36], "plain": 18, "spec": 18, "essiv": 18, "cbc": 18, "sha256": [18, 20, 23, 24, 25, 26, 30, 31, 32, 33, 34, 35, 36, 40, 41, 42, 43, 46], "dev": 18, "sda1": 18, "force_remove_last_kei": 18, "bewar": 18, "hash": [18, 23, 24, 30, 31, 34, 35, 40, 41], "setup": 18, "scheme": 18, "volum": 18, "digest": [18, 25, 26, 42, 43, 44, 45, 46], "keyfil": 18, "unlock": 18, "plaintext": 18, "danger": 18, "keysiz": [18, 32], "luks2": 18, "later": 18, "luks1": 18, "new_keyfil": 18, "add": [18, 19], "keyslot": 18, "new_passphras": 18, "pbkdf": 18, "deriv": 18, "argon2i": 18, "argon2id": 18, "pbkdf2": 18, "iteration_count": 18, "iter": 18, "count": 18, "iteration_tim": 18, "millisecond": 18, "memori": 18, "cost": 18, "kilobyt": 18, "argon": 18, "parallel": 18, "thread": 18, "perf_no_read_workqueu": 18, "bypass": 18, "dm": 18, "crypt": 18, "intern": 18, "workqueu": 18, "synchron": 18, "perf_no_write_workqueu": 18, "perf_same_cpu_crypt": 18, "cpu": 18, "io": 18, "unbound": 18, "balanc": 18, "perf_submit_from_crypt_cpu": 18, "offload": 18, "separ": [18, 19, 23, 24, 25, 26, 40, 41], "situat": [18, 20, 32, 33], "block": [18, 33], "singl": 18, "degrad": 18, "significantli": 18, "persist": 18, "metadata": 18, "them": [18, 19, 20, 25, 27, 28, 29, 32, 36, 42], "next": [18, 31], "remove_keyfil": 18, "filesystem": [18, 19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "remove_passphras": 18, "sector_s": 18, "sector": 18, "lock": 18, "suffic": 18, "explicit": 18, "With": 18, "loop0": 18, "mycrypt": 18, "keyfile2": 18, "personallabelnam": 18, "03ecd578": 18, "fad4": 18, "4e6c": 18, "9348": 18, "842e3e8fa340": 18, "suppli": 18, "c1da9a58": 18, "2fde": 18, "4256": 18, "9d9f": 18, "6ab008b4dd1b": 18, "jan": 18, "pokorni": 18, "japokorn": 18, "regener": [19, 20, 25, 26, 27, 28, 32, 33, 36, 42, 43, 46], "ssh": [19, 20], "keygen": [19, 20], "attr": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "flag": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "look": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "man": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "page": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "chattr": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "lsattr": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "equival": [19, 20, 32], "fed": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "chown": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "preserv": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "ignore_timestamp": [19, 42, 43, 46], "valid_from": 19, "valid_to": 19, "meet": 19, "chmod": [19, 20, 25, 27, 28, 29, 32, 36, 42], "rememb": [19, 20, 25, 27, 28, 29, 32, 36, 42], "octal": [19, 20, 25, 27, 28, 29, 32, 36, 42], "correctli": [19, 20, 25, 27, 28, 29, 32, 36, 42], "644": [19, 20, 25, 27, 28, 29, 32, 36, 42], "1777": [19, 20, 25, 27, 28, 29, 32, 36, 42], "convers": [19, 20, 25, 27, 28, 29, 32, 36, 42], "zero": [19, 20, 25, 27, 28, 29, 32, 36, 42], "0755": [19, 20, 25, 27, 28, 29, 32, 36, 42], "sometim": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "circumst": [19, 20, 25, 27, 28, 29, 32, 36, 42], "rule": [19, 20, 25, 27, 28, 29, 32, 36, 42], "decim": [19, 20, 25, 27, 28, 29, 32, 36, 42], "unexpect": [19, 20, 25, 27, 28, 29, 32, 36, 42], "rwx": [19, 20, 25, 27, 28, 29, 32, 36, 42], "rw": [19, 20, 25, 27, 28, 29, 32, 36, 42], "g": [19, 20, 23, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 40, 41, 42], "r": [19, 20, 24, 25, 27, 28, 29, 31, 32, 35, 36, 41, 42], "umask": [19, 20, 25, 27, 28, 29, 32, 36, 42], "newli": [19, 20, 25, 27, 28, 29, 32, 36, 42], "cve": [19, 20, 25, 27, 28, 29, 32, 36, 42], "1736": [19, 20, 25, 27, 28, 29, 32, 36, 42], "clear": 19, "shell": 19, "agent": 19, "permit": [19, 23, 24, 25, 26], "pty": 19, "alloc": 19, "rc": 19, "sshd": 19, "x11": 19, "address_list": 19, "comma": 19, "netmask": 19, "pair": [19, 25, 26, 46], "cidr": 19, "numer": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "confus": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "pkcs11_provid": 19, "resid": 19, "share": 19, "libpkcs11": 19, "signing_kei": 19, "princip": 19, "By": [19, 20, 25, 27, 28, 29, 32, 33, 36, 42, 46], "unread": 19, "partial_idempot": [19, 20, 32, 33], "valid_at": [19, 41, 42], "full_idempot": [19, 20, 32, 33], "compar": 19, "selevel": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "selinux": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "context": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "ml": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "mc": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "rang": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "_default": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "portion": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "polici": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "keyrevocationlist": 19, "again": [19, 44, 45], "serol": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "role": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "setyp": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "seuser": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "sha": 19, "refus": 19, "sha2": 19, "512": 19, "correspond": [19, 20, 32, 33], "sshd_config": 19, "casignaturealgorithm": 19, "keyword": [19, 33, 41, 42], "prior": 19, "unsafe_writ": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "influenc": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "atom": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "prevent": [19, 20, 25, 27, 28, 29, 31, 32, 36, 42, 46], "inconsist": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "just": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "broken": [19, 20, 25, 27, 28, 29, 32, 33, 36, 42, 46], "docker": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "mount": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "insid": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "unsaf": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "manner": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "doesn": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "race": [19, 20, 25, 27, 28, 29, 32, 36, 42, 46], "use_ag": 19, "interpret": [19, 41, 42, 43, 46], "utc": [19, 41, 42, 43, 45, 46], "mainli": 19, "timespec": [19, 41, 42, 43, 46], "NOT": [19, 33, 42, 43, 46], "absolut": [19, 24, 31, 35, 41, 42, 43, 45, 46], "yyyi": 19, "mm": 19, "ddthh": 19, "ss": 19, "hh": 19, "w": [19, 24, 31, 35, 41, 42, 43, 46], "32w1d2h": [19, 41, 42, 43, 46], "1970": 19, "01t00": 19, "earlier": [19, 42, 43], "express": 19, "comparison": 19, "forev": 19, "pub": [19, 20, 35], "week": [19, 41], "32w": 19, "2w": 19, "examplehost": 19, "21": 19, "2001": 19, "tmp": [19, 20, 37, 38], "bla": 19, "ca_public_kei": 19, "info": [19, 23, 24, 40, 41], "l": [19, 25, 26], "f": 19, "david": [19, 20], "kainz": [19, 20], "lolcub": [19, 20], "rsa1": 20, "ecdsa": [20, 37, 38], "opensshbin": 20, "decrypt": [20, 28], "private_key_format": 20, "pkcs1": [20, 29, 32, 33], "keypair": 20, "pkcs8": [20, 29, 32, 33], "conform": [20, 32, 33], "unknown": [20, 23, 24, 30, 31, 32, 33, 34, 35, 40, 41], "therefor": 20, "1024": 20, "2048": [20, 27, 28, 32, 33], "suffici": 20, "fip": 20, "186": 20, "three": [20, 41, 42, 43, 46], "384": 20, "521": 20, "fix": 20, "id_ssh_rsa": 20, "super_secret_password": 20, "id_ssh_dsa": 20, "r4yczxihvjedh2olfjvgi6y5xaytdcwk8vxkyzvyyfm": 20, "aaaab3nza": 20, "vel4e3xcw": 20, "name_encod": [23, 24, 30, 40, 41, 44, 45, 46], "idna": [23, 24, 30, 40, 41, 44, 45, 46], "key1": [23, 30, 40, 44], "value1": [23, 30, 40, 44], "key2": [23, 30, 40, 44], "value2": [23, 30, 40, 44], "idna2008": [23, 24, 30, 40, 41, 44, 45, 46], "idna2003": [23, 24, 30, 40, 41, 44, 45, 46], "unicod": [23, 24, 30, 40, 41, 44, 45, 46], "alt": [23, 30, 40], "authority_cert_issu": [23, 24, 25, 26, 40, 41], "idn": [23, 24, 40, 41, 44, 45, 46], "handl": [23, 24, 40, 41, 44, 45, 46], "authority_cert_serial_numb": [23, 24, 25, 26, 40, 41], "hexadecim": [23, 24, 40, 41], "33": [23, 24, 25, 26, 30, 31, 32, 33, 34, 35, 36, 40, 41], "55": [23, 24, 25, 26, 40, 41], "66": [23, 24, 25, 26, 32, 33, 36, 40, 41], "77": [23, 24, 25, 26, 32, 33, 36, 40, 41], "88": [23, 24, 25, 26, 32, 33, 36, 40, 41], "99": [23, 24, 25, 26, 32, 33, 36, 40, 41], "aa": [23, 24, 25, 26, 30, 31, 34, 35, 40, 41], "bb": [23, 24, 25, 26, 40, 41], "cc": [23, 24, 25, 26, 32, 33, 36, 40, 41], "ee": [23, 24, 25, 26, 32, 33, 36, 40, 41], "pathlen": [23, 24, 40, 41], "extended_key_usag": [23, 24, 25, 26, 40, 41, 42], "biometr": [23, 24, 40, 41], "dvc": [23, 24, 40, 41, 42], "stamp": [23, 24, 40, 41], "extended_key_usage_crit": [23, 24, 25, 26, 40, 41], "extensions_by_oid": [23, 24, 40, 41, 42], "oid": [23, 24, 40, 41], "24": [23, 24, 32, 33, 36, 40, 41], "mamcaqu": [23, 24, 40, 41], "der": [23, 24, 40, 41, 44, 45, 46], "encipher": [23, 24, 25, 26, 40, 41, 42], "name_constraints_crit": [23, 24, 25, 26], "name_constraint": [23, 24], "name_constraints_exclud": [23, 24, 25, 26], "subtre": [23, 24, 25, 26], "name_constraints_permit": [23, 24, 25, 26], "somedomain": [23, 24, 25, 26], "ocsp_must_stapl": [23, 24, 25, 26, 40, 41], "ocsp": [23, 24, 25, 26, 40, 41], "stapl": [23, 24, 25, 26, 40, 41], "ocsp_must_staple_crit": [23, 24, 25, 26, 40, 41], "begin": [23, 24, 30, 31, 40, 41], "miicijanbgkqhkig9w0baqefaaocag8a": [23, 30, 40], "public_key_data": [23, 24, 40, 41], "ecc": [23, 24, 30, 31, 32, 33, 34, 35, 40, 41], "_valu": [23, 30, 34, 40], "public_key_typ": [23, 24, 40, 41], "expon": [23, 24, 30, 31, 34, 35, 40, 41], "exponent_s": [23, 24, 30, 31, 34, 35, 40, 41], "subgroup": [23, 24, 30, 31, 34, 35, 40, 41], "span": [23, 24, 30, 31, 34, 35, 40, 41], "prime": [23, 24, 30, 31, 34, 35, 40, 41], "modulu": [23, 24, 30, 31, 34, 35, 40, 41], "arithmet": [23, 24, 30, 31, 34, 35, 40, 41], "q": [23, 24, 30, 31, 34, 35, 40, 41], "divid": [23, 24, 30, 31, 34, 35, 40, 41], "coordin": [23, 24, 30, 31, 34, 35, 40, 41], "publicli": [23, 24, 30, 31, 34, 35, 40, 41], "whose": [23, 24, 30, 31, 34, 35, 40, 41, 43], "discret": [23, 24, 30, 31, 34, 35, 40, 41], "logarithm": [23, 24, 30, 31, 34, 35, 40, 41], "public_key_fingerprint": [23, 24, 30, 31, 40, 41], "comput": [23, 24, 30, 31, 34, 35, 40, 41], "d4": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "b3": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "6d": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "c8": [23, 24, 30, 31, 34, 35, 40, 41], "ce": [23, 24, 30, 31, 34, 35, 40, 41], "4e": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "f6": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "29": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "4d": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "92": [23, 24, 30, 31, 34, 35, 40, 41], "a3": [23, 24, 30, 31, 34, 35, 40, 41], "b0": [23, 24, 30, 31, 34, 35, 40, 41], "c2": [23, 24, 30, 31, 34, 35, 40, 41], "bd": [23, 24, 30, 31, 34, 35, 40, 41], "bf": [23, 24, 30, 31, 34, 35, 40, 41], "43": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "0f": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "51": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "95": [23, 24, 30, 31, 34, 35, 40, 41], "2f": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "sha512": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "f7": [23, 24, 30, 31, 34, 35, 40, 41], "f0": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "8b": [23, 24, 30, 31, 34, 35, 40, 41], "5f": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "f9": [23, 24, 30, 31, 34, 35, 40, 41], "61": [23, 24, 30, 31, 34, 35, 40, 41], "0a": [23, 24, 30, 31, 34, 35, 40, 41], "68": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "f1": [23, 24, 30, 31, 32, 33, 34, 35, 36, 40, 41], "signature_valid": [23, 24], "repeat": [23, 24, 28, 40, 41, 44, 45, 46], "emailaddress": [23, 24, 25, 26, 40, 41], "subject_alt_name_crit": [23, 24, 25, 26, 40, 41], "subject_ord": [23, 24, 25, 26, 40, 41, 42], "tupl": [23, 24, 25, 26, 40, 41, 44, 45, 46], "interact": [24, 31, 35, 41, 42, 43], "remot": [24, 31, 35, 41, 42, 43, 45, 46], "load": [24, 29, 31, 35, 41], "variant": [24, 31, 35, 41, 45], "dump": [24, 28, 31, 35, 41], "nmiicijanbgkqhkig9w0baqefaaocag8a": [24, 31, 41], "yani": [24, 25, 26, 31, 32, 33, 36, 41, 42, 43], "guenan": [24, 25, 26, 31, 32, 33, 36, 41, 42, 43], "spredzi": [24, 25, 26, 31, 32, 33, 36, 41, 42, 43], "seem": [25, 26, 42], "overwrit": [25, 27, 32, 42], "keyusag": [25, 26], "extendedkeyusag": [25, 26], "basicconstraint": [25, 26], "That": [25, 26], "rid": [25, 26], "dirnam": [25, 26], "othernam": [25, 26], "ones": [25, 26, 27], "mostli": [25, 26], "hex": [25, 26], "colon": [25, 26], "overwrot": [25, 27, 28, 29, 32, 36, 42, 46], "accid": [25, 27, 28, 29, 32, 36, 42, 46], "basicconstraints_crit": [25, 26], "country_nam": [25, 26], "c": [25, 26], "countrynam": [25, 26], "create_subject_key_identifi": [25, 26], "crl_distribution_point": [25, 26], "distribut": [25, 26], "crl_issuer": [25, 26], "full_nam": [25, 26], "relative_nam": [25, 26], "key_compromis": [25, 26, 44, 45, 46], "ca_compromis": [25, 26, 44, 45, 46], "affiliation_chang": [25, 26, 44, 45, 46], "cessation_of_oper": [25, 26, 44, 45, 46], "certificate_hold": [25, 26, 44, 45, 46], "privilege_withdrawn": [25, 26, 44, 45, 46], "aa_compromis": [25, 26, 44, 45, 46], "email_address": [25, 26], "extkeyusag": [25, 26], "extkeyusage_crit": [25, 26], "extendedkeyusage_crit": [25, 26], "keyusage_crit": [25, 26], "locality_nam": [25, 26], "localitynam": [25, 26], "ocspmuststapl": [25, 26], "rfc7633": [25, 26], "ocspmuststaple_crit": [25, 26], "reject": [25, 26], "organizationnam": [25, 26, 40, 41, 44, 45, 46], "organizational_unit_nam": [25, 26], "organizationalunitnam": [25, 26], "privatekey_cont": [25, 26, 28, 36, 38, 42, 43, 46], "return_cont": [25, 27, 28, 32, 36, 42, 46], "state_or_province_nam": [25, 26], "st": [25, 26], "stateorprovincenam": [25, 26], "compon": [25, 26, 46], "subjectaltname_crit": [25, 26], "row": [25, 26, 46], "usecommonnameforsan": [25, 26], "fill": [25, 26], "2986": [25, 26], "unsupport": [25, 26], "inlin": [25, 26, 36, 43], "fr": 25, "dynam": 25, "with_dict": 25, "dns_server": 25, "special": 25, "digitalsignatur": [25, 26], "keyagr": [25, 26], "clientauth": [25, 26], "winrm": 25, "auth": 25, "311": 25, "utf8": 25, "pathlenconstraint": [25, 26], "privatekei": [25, 26, 28, 29, 32, 33, 36, 46], "dh": 27, "param": 27, "detect": [27, 28], "Or": 27, "dhparam": 27, "thom": 27, "wigger": 27, "thomwigg": 27, "pyopenssl": 28, "iter_s": 28, "maciter_s": 28, "export": [28, 29, 32, 33], "certificate_path": [28, 37, 38], "encryption_level": 28, "compatibility2022": 28, "softwar": 28, "38": [28, 32, 33, 36], "friendly_nam": 28, "friendli": 28, "50000": 28, "other_certif": 28, "ca_certif": 28, "other_certificates_parse_al": 28, "pkcs12": 28, "mechan": 28, "safe": 28, "addition": 28, "backward": 28, "opt": 28, "p12": 28, "raclett": 28, "ca_bundl": 28, "bundl": [28, 39], "0600": [28, 29, 32], "regen": 28, "guillaum": 28, "delpierr": 28, "gdelpierr": 28, "dest_passphras": 29, "dest_path": 29, "src_content": 29, "src_path": 29, "src_passphras": 29, "return_private_key_data": [30, 31], "private_data": [30, 31], "public_data": [30, 31, 34, 35], "fake": 31, "key_is_consist": 31, "check_consist": 31, "potenti": 31, "side": 31, "attack": 31, "machin": [31, 42, 43], "can_load_kei": 31, "can_parse_kei": 31, "eddsa": [32, 33], "particular": 32, "maxim": [32, 33], "interoper": [32, 33], "secp384r1": [32, 33], "secp256r1": [32, 33], "iana": [32, 33], "registri": [32, 33], "secp224r1": [32, 33], "secp256k1": [32, 33], "secp521r1": [32, 33], "discourag": [32, 33], "secp192r1": [32, 33], "brainpoolp256r1": [32, 33], "brainpoolp384r1": [32, 33], "brainpoolp512r1": [32, 33], "sect163k1": [32, 33], "sect163r2": [32, 33], "sect233k1": [32, 33], "sect233r1": [32, 33], "sect283k1": [32, 33], "sect283r1": [32, 33], "sect409k1": [32, 33], "sect409r1": [32, 33], "sect571k1": [32, 33], "sect571r1": [32, 33], "tradit": [32, 33], "auto_ignor": [32, 33], "mismatch": [32, 33], "format_mismatch": [32, 33], "everyth": [32, 33, 46], "treat": [32, 41, 46], "appropri": 32, "care": 32, "shown": 32, "reference_appendic": 32, "faq": 32, "minim": [32, 33], "hashlib": [32, 33, 36], "md5": [32, 33, 36], "84": [32, 33, 36], "72": [32, 33, 36], "8d": [32, 33, 36], "b5": [32, 33, 36], "6c": [32, 33, 36], "37": [32, 33, 36], "83": [32, 33, 36], "f5": [32, 33, 36], "4c": [32, 33, 36], "sha1": [32, 33, 36], "7c": [32, 33, 36], "5d": [32, 33, 36], "eb": [32, 33, 36], "41": [32, 33, 36], "7e": [32, 33, 36], "1a": [32, 33, 36], "c7": [32, 33, 36], "f8": [32, 33, 36], "sha224": [32, 33, 36], "19": [32, 33, 36], "ac": [32, 33, 36], "ed": [32, 33, 36], "18": [32, 33, 36, 42, 43], "50": [32, 33, 36], "d3": [32, 33, 36], "06": [32, 33, 36, 42, 43], "5c": [32, 33, 36], "b2": [32, 33, 36], "91": [32, 33, 36], "52": [32, 33, 36], "8c": [32, 33, 36], "cb": [32, 33, 36], "d5": [32, 33, 36], "e9": [32, 33, 36], "9b": [32, 33, 36], "46": [32, 33, 36], "ab": [32, 33, 36], "70": [32, 33, 36], "cf": [32, 33, 36], "76": [32, 33, 36], "4f": [32, 33, 36], "57": [32, 33, 36], "6e": [32, 33, 36], "97": [32, 33, 36], "df": [32, 33, 36], "de": [32, 33, 36], "sha384": [32, 33, 36], "d9": [32, 33, 36], "40": [32, 33, 36], "59": [32, 33, 36], "c3": [32, 33, 36], "a2": [32, 33, 36], "e4": [32, 33, 36], "0b": [32, 33, 36], "1c": [32, 33, 36], "0c": [32, 33, 36], "9e": [32, 33, 36], "af": [32, 33, 36], "da": [32, 33, 36], "2e": [32, 33, 36], "c0": [32, 33, 36], "9a": [32, 33, 36], "3a": [32, 33, 36], "3d": [32, 33, 36], "fd": [32, 33, 36], "5e": [32, 33, 36], "48": [32, 33, 36], "9f": [32, 33, 36], "fe": [32, 33, 36], "7f": [32, 33, 36], "3f": [32, 33, 36], "cd": [32, 33, 36], "a5": [32, 33, 36], "e7": [32, 33, 36], "13": [32, 33, 36, 46], "82": [32, 33, 36], "87": [32, 33, 36], "1f": [32, 33, 36], "28": [32, 33, 36], "53": [32, 33, 36], "86": [32, 33, 36], "69": [32, 33, 36], "35": [32, 33, 36], "1e": [32, 33, 36], "consol": 33, "relat": 33, "content_base64": 33, "return_current_kei": 33, "value_specified_in_no_log_paramet": 33, "async": 33, "reveal": 33, "TO": 33, "OR": 33, "IN": 33, "mozilla": 33, "sop": 33, "sops_encrypt": 33, "content_text": 33, "overwritten": 33, "set_fact": 33, "publickei": 36, "certificate_cont": [37, 43], "example_fil": [37, 38], "sig": [37, 38], "patrick": [37, 38], "pichler": [37, 38], "aveexi": [37, 38], "marku": [37, 38, 41, 42, 43], "teufelberg": [37, 38, 41, 42, 43], "markusteufelberg": [37, 38, 41, 42, 43], "word": [40, 41, 45], "whole": [40, 41], "issuer_ord": [40, 41, 44, 45, 46], "issuer_uri": [40, 41], "20190413202428z": [40, 41, 42, 44, 45, 46], "20190331202428z": [40, 41, 42, 46], "ocsp_uri": [40, 41], "respond": [40, 41], "1234": [40, 41, 44, 45, 46], "sha256withrsaencrypt": [40, 41, 42, 44, 45, 46], "openssl_certificate_info": 41, "short": [41, 42], "redirect": [41, 42], "fqcn": [41, 42], "dict": 41, "pattern": [41, 42, 43, 45, 46], "yyyymmddhhmmssz": [41, 42, 43, 45, 46], "csr_path": [41, 42, 43], "tomorrow": 41, "point_1": 41, "point_2": 41, "3w": 41, "notion": [42, 43], "openssl_certif": 42, "intend": [42, 43], "tini": 42, "acme_accountkey_path": 42, "accountkei": 42, "acme_chain": 42, "acme_challenge_path": 42, "3chost": 42, "3e": 42, "80": 42, "job": 42, "entrust_cert_typ": [42, 43], "entrust_not_aft": [42, 43], "stop": [42, 43], "365": [42, 43], "cover": [42, 43], "entrust_requester_email": [42, 43], "entrust_requester_nam": [42, 43], "entrust_requester_phon": [42, 43], "better": [42, 43], "ownca_cont": [42, 43], "ownca_create_authority_key_identifi": [42, 43], "ownca_create_subject_key_identifi": [42, 43], "ski": [42, 43], "create_if_not_provid": [42, 43], "always_cr": [42, 43], "never_cr": [42, 43], "ownca_digest": [42, 43], "On": [42, 43], "maco": [42, 43], "onward": [42, 43], "825": [42, 43], "appl": [42, 43], "en": [42, 43], "ht210176": [42, 43], "3650d": [42, 43], "ownca_privatekey_cont": [42, 43], "resp": [42, 43], "ownca_vers": [42, 43], "nowadai": [42, 43], "almost": [42, 43], "emul": 42, "selfsigned_create_subject_key_identifi": [42, 43], "selfsigned_digest": [42, 43], "selfsigned_notaft": [42, 43], "selfsigned_notbefor": [42, 43], "selfsigned_vers": [42, 43], "minut": [42, 43, 46], "mandatori": [42, 43, 46], "dedic": [42, 43], "onc": [42, 43, 46], "ansible_ca": 42, "assertonli": 42, "invalid_at": 42, "valid_in": 42, "one_day_ten_hour": 42, "1d10h": 42, "fixed_timestamp": 42, "20200331202428z": 42, "ten_second": 42, "result_csr": 42, "result_privatekei": 42, "sha512withrsaencrypt": 42, "subject_strict": 42, "issuer_strict": 42, "has_expir": 42, "key_usage_strict": 42, "extended_key_usage_strict": 42, "subject_alt_name_strict": 42, "ownca_cert": 43, "ownca_privatekei": 43, "hunter2": 43, "the_csr": 43, "list_revoked_certif": [44, 45], "larg": [44, 45], "enumer": [44, 45], "last_upd": [44, 45, 46], "next_upd": [44, 45, 46], "revoked_certif": [44, 45, 46], "invalidity_d": [44, 45, 46], "suspect": [44, 45, 46], "compromis": [44, 45, 46], "becam": [44, 45, 46], "invalidity_date_crit": [44, 45, 46], "issuer_crit": [44, 45, 46], "remove_from_crl": [44, 45, 46], "reason_crit": [44, 45, 46], "revocation_d": [44, 45, 46], "crl_mode": 46, "interest": 46, "collis": 46, "combin": 46, "2345": 46, "20191013152910z": 46, "20191001000000z": 46, "20191010010203z": 46}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"commun": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "crypto": [0, 1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "acme_account_fact": 0, "acme_account_info": 1, "modul": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 17, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "retriev": [1, 8, 15, 16, 23, 30, 34, 40, 44, 45], "inform": [1, 23, 24, 30, 31, 34, 35, 40, 41, 44, 45], "acm": [1, 2, 3, 4, 5, 6], "account": [1, 2], "synopsi": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "requir": [1, 2, 3, 4, 5, 6, 7, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "paramet": [1, 2, 3, 4, 5, 6, 7, 11, 12, 14, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46], "attribut": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 18, 19, 20, 24, 25, 26, 27, 28, 29, 31, 32, 33, 35, 36, 37, 38, 41, 42, 43, 45, 46], "note": [1, 2, 3, 4, 6, 11, 12, 14, 20, 25, 26, 37, 38, 41, 42, 43, 45, 46], "see": [1, 2, 3, 4, 5, 6, 11, 12, 15, 16, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45], "also": [1, 2, 3, 4, 5, 6, 11, 12, 15, 16, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45], "exampl": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "return": [1, 2, 3, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "valu": [1, 2, 3, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "author": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "collect": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 13, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "link": [1, 2, 3, 4, 5, 6, 7, 8, 11, 12, 14, 15, 16, 18, 19, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "acme_account": 2, "creat": [2, 3, 9, 10], "modifi": 2, "delet": 2, "acme_certif": 3, "ssl": [3, 11], "tl": [3, 5, 11], "certif": [3, 4, 5, 7, 9, 10, 11, 12, 14, 19, 23, 24, 25, 26, 40, 41, 42, 43, 45, 46], "protocol": [3, 4], "acme_certificate_revok": 4, "revok": 4, "acme_challenge_cert_help": 5, "prepar": 5, "challeng": 5, "alpn": 5, "01": 5, "acme_inspect": 6, "send": 6, "direct": 6, "request": [6, 11, 12, 23, 24, 25, 26], "an": [6, 36], "server": 6, "certificate_complete_chain": 7, "complet": 7, "chain": 7, "given": 7, "set": [7, 9], "untrust": 7, "root": 7, "crypto_info": 8, "cryptograph": 8, "capabl": 8, "how": [9, 10], "small": 9, "ca": 9, "up": 9, "us": 9, "sign": [9, 10, 23, 24, 25, 26, 38], "self": 10, "ecs_certif": 11, "entrust": [11, 12], "servic": [11, 12], "ec": [11, 12], "api": [11, 12], "ecs_domain": 12, "valid": 12, "domain": 12, "index": [13, 17], "all": 13, "environ": 13, "variabl": 13, "get_certif": 14, "get": 14, "from": [14, 15, 16, 23, 30, 34, 36, 40, 44], "host": [14, 19], "port": 14, "gpg_fingerprint": [15, 16], "filter": [15, 17, 23, 30, 34, 39, 40, 44], "gpg": [15, 16], "fingerprint": [15, 16], "public": [15, 16, 20, 34, 35, 36], "privat": [15, 16, 20, 29, 30, 31, 32, 33, 36], "kei": [15, 16, 20, 29, 30, 31, 32, 33, 34, 35, 36], "input": [15, 23, 30, 34, 39, 40, 44], "lookup": [16, 17], "file": [16, 39], "term": 16, "descript": 17, "scenario": 17, "guid": 17, "plugin": 17, "luks_devic": 18, "manag": 18, "encrypt": 18, "luk": 18, "devic": 18, "openssh_cert": 19, "gener": [19, 20, 25, 26, 27, 28, 32, 33, 36, 42, 43, 46], "openssh": [19, 20], "user": 19, "openssh_keypair": 20, "openssl_certificate_info": 21, "openssl_certif": 22, "openssl_csr_info": [23, 24], "openssl": [23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43], "csr": [23, 24, 25, 26], "keyword": [23, 30, 40, 44], "provid": [24, 31, 35, 41], "openssl_csr": 25, "openssl_csr_pip": 26, "openssl_dhparam": 27, "diffi": 27, "hellman": 27, "openssl_pkcs12": 28, "pkc": 28, "12": 28, "archiv": 28, "openssl_privatekey_convert": 29, "convert": 29, "openssl_privatekey_info": [30, 31], "openssl_privatekei": 32, "openssl_privatekey_pip": 33, "without": 33, "disk": 33, "access": 33, "openssl_publickey_info": [34, 35], "pem": [34, 39, 40, 44], "format": [34, 40, 44], "openssl_publickei": 36, "its": 36, "openssl_signature_info": 37, "verifi": 37, "signatur": 37, "openssl_signatur": 38, "data": 38, "split_pem": 39, "split": 39, "content": 39, "multipl": 39, "object": 39, "x509_certificate_info": [40, 41], "x": [40, 41, 44], "509": [40, 41, 44], "x509_certif": 42, "check": [42, 43], "x509_certificate_pip": 43, "x509_crl_info": [44, 45], "crl": [44, 45, 46], "revoc": [45, 46], "list": [45, 46], "x509_crl": 46}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 57}, "alltitles": {"community.crypto.acme_account_facts": [[0, "community-crypto-acme-account-facts"]], "community.crypto.acme_account_info module \u2013 Retrieves information on ACME accounts": [[1, "community-crypto-acme-account-info-module-retrieves-information-on-acme-accounts"]], "Synopsis": [[1, "synopsis"], [2, "synopsis"], [3, "synopsis"], [4, "synopsis"], [5, "synopsis"], [6, "synopsis"], [7, "synopsis"], [8, "synopsis"], [11, "synopsis"], [12, "synopsis"], [14, "synopsis"], [15, "synopsis"], [16, "synopsis"], [18, "synopsis"], [19, "synopsis"], [20, "synopsis"], [23, "synopsis"], [24, "synopsis"], [25, "synopsis"], [26, "synopsis"], [27, "synopsis"], [28, "synopsis"], [29, "synopsis"], [30, "synopsis"], [31, "synopsis"], [32, "synopsis"], [33, "synopsis"], [34, "synopsis"], [35, "synopsis"], [36, "synopsis"], [37, "synopsis"], [38, "synopsis"], [39, "synopsis"], [40, "synopsis"], [41, "synopsis"], [42, "synopsis"], [43, "synopsis"], [44, "synopsis"], [45, "synopsis"], [46, "synopsis"]], "Requirements": [[1, "requirements"], [2, "requirements"], [3, "requirements"], [4, "requirements"], [5, "requirements"], [6, "requirements"], [7, "requirements"], [11, "requirements"], [12, "requirements"], [14, "requirements"], [15, "requirements"], [16, "requirements"], [18, "requirements"], [19, "requirements"], [20, "requirements"], [23, "requirements"], [24, "requirements"], [25, "requirements"], [26, "requirements"], [27, "requirements"], [28, "requirements"], [29, "requirements"], [30, "requirements"], [31, "requirements"], [32, "requirements"], [33, "requirements"], [35, "requirements"], [36, "requirements"], [37, "requirements"], [38, "requirements"], [40, "requirements"], [41, "requirements"], [42, "requirements"], [43, "requirements"], [44, "requirements"], [45, "requirements"], [46, "requirements"]], "Parameters": [[1, "parameters"], [2, "parameters"], [3, "parameters"], [4, "parameters"], [5, "parameters"], [6, "parameters"], [7, "parameters"], [11, "parameters"], [12, "parameters"], [14, "parameters"], [18, "parameters"], [19, "parameters"], [20, "parameters"], [24, "parameters"], [25, "parameters"], [26, "parameters"], [27, "parameters"], [28, "parameters"], [29, "parameters"], [31, "parameters"], [32, "parameters"], [33, "parameters"], [35, "parameters"], [36, "parameters"], [37, "parameters"], [38, "parameters"], [41, "parameters"], [42, "parameters"], [43, "parameters"], [45, "parameters"], [46, "parameters"]], "Attributes": [[1, "attributes"], [2, "attributes"], [3, "attributes"], [4, "attributes"], [5, "attributes"], [6, "attributes"], [7, "attributes"], [8, "attributes"], [11, "attributes"], [12, "attributes"], [14, "attributes"], [18, "attributes"], [19, "attributes"], [20, "attributes"], [24, "attributes"], [25, "attributes"], [26, "attributes"], [27, "attributes"], [28, "attributes"], [29, "attributes"], [31, "attributes"], [32, "attributes"], [33, "attributes"], [35, "attributes"], [36, "attributes"], [37, "attributes"], [38, "attributes"], [41, "attributes"], [42, "attributes"], [43, "attributes"], [45, "attributes"], [46, "attributes"]], "Notes": [[1, "notes"], [2, "notes"], [3, "notes"], [4, "notes"], [6, "notes"], [11, "notes"], [12, "notes"], [14, "notes"], [20, "notes"], [25, "notes"], [26, "notes"], [37, "notes"], [38, "notes"], [41, "notes"], [42, "notes"], [43, "notes"], [45, "notes"], [46, "notes"]], "See Also": [[1, "see-also"], [2, "see-also"], [3, "see-also"], [4, "see-also"], [5, "see-also"], [6, "see-also"], [11, "see-also"], [12, "see-also"], [15, "see-also"], [16, "see-also"], [23, "see-also"], [24, "see-also"], [25, "see-also"], [26, "see-also"], [27, "see-also"], [28, "see-also"], [29, "see-also"], [30, "see-also"], [31, "see-also"], [32, "see-also"], [33, "see-also"], [34, "see-also"], [35, "see-also"], [36, "see-also"], [37, "see-also"], [38, "see-also"], [40, "see-also"], [41, "see-also"], [42, "see-also"], [43, "see-also"], [44, "see-also"], [45, "see-also"]], "Examples": [[1, "examples"], [2, "examples"], [3, "examples"], [4, "examples"], [5, "examples"], [6, "examples"], [7, "examples"], [8, "examples"], [11, "examples"], [12, "examples"], [14, "examples"], [15, "examples"], [16, "examples"], [18, "examples"], [19, "examples"], [20, "examples"], [23, "examples"], [24, "examples"], [25, "examples"], [26, "examples"], [27, "examples"], [28, "examples"], [29, "examples"], [30, "examples"], [31, "examples"], [32, "examples"], [33, "examples"], [34, "examples"], [35, "examples"], [36, "examples"], [37, "examples"], [38, "examples"], [39, "examples"], [40, "examples"], [41, "examples"], [42, "examples"], [43, "examples"], [44, "examples"], [45, "examples"], [46, "examples"]], "Return Values": [[1, "return-values"], [2, "return-values"], [3, "return-values"], [5, "return-values"], [6, "return-values"], [7, "return-values"], [8, "return-values"], [11, "return-values"], [12, "return-values"], [14, "return-values"], [18, "return-values"], [19, "return-values"], [20, "return-values"], [24, "return-values"], [25, "return-values"], [26, "return-values"], [27, "return-values"], [28, "return-values"], [29, "return-values"], [31, "return-values"], [32, "return-values"], [33, "return-values"], [35, "return-values"], [36, "return-values"], [37, "return-values"], [38, "return-values"], [41, "return-values"], [42, "return-values"], [43, "return-values"], [45, "return-values"], [46, "return-values"]], "Authors": [[1, "authors"], [2, "authors"], [3, "authors"], [4, "authors"], [5, "authors"], [6, "authors"], [7, "authors"], [8, "authors"], [11, "authors"], [12, "authors"], [14, "authors"], [15, "authors"], [16, "authors"], [18, "authors"], [19, "authors"], [20, "authors"], [23, "authors"], [24, "authors"], [25, "authors"], [26, "authors"], [27, "authors"], [28, "authors"], [29, "authors"], [30, "authors"], [31, "authors"], [32, "authors"], [33, "authors"], [34, "authors"], [35, "authors"], [36, "authors"], [37, "authors"], [38, "authors"], [39, "authors"], [40, "authors"], [41, "authors"], [42, "authors"], [43, "authors"], [44, "authors"], [45, "authors"], [46, "authors"]], "Collection links": [[1, "collection-links"], [2, "collection-links"], [3, "collection-links"], [4, "collection-links"], [5, "collection-links"], [6, "collection-links"], [7, "collection-links"], [8, "collection-links"], [11, "collection-links"], [12, "collection-links"], [14, "collection-links"], [15, "collection-links"], [16, "collection-links"], [18, "collection-links"], [19, "collection-links"], [20, "collection-links"], [23, "collection-links"], [24, "collection-links"], [25, "collection-links"], [26, "collection-links"], [27, "collection-links"], [28, "collection-links"], [29, "collection-links"], [30, "collection-links"], [31, "collection-links"], [32, "collection-links"], [33, "collection-links"], [34, "collection-links"], [35, "collection-links"], [36, "collection-links"], [37, "collection-links"], [38, "collection-links"], [39, "collection-links"], [40, "collection-links"], [41, "collection-links"], [42, "collection-links"], [43, "collection-links"], [44, "collection-links"], [45, "collection-links"], [46, "collection-links"]], "community.crypto.acme_account module \u2013 Create, modify or delete ACME accounts": [[2, "community-crypto-acme-account-module-create-modify-or-delete-acme-accounts"]], "community.crypto.acme_certificate module \u2013 Create SSL/TLS certificates with the ACME protocol": [[3, "community-crypto-acme-certificate-module-create-ssl-tls-certificates-with-the-acme-protocol"]], "community.crypto.acme_certificate_revoke module \u2013 Revoke certificates with the ACME protocol": [[4, "community-crypto-acme-certificate-revoke-module-revoke-certificates-with-the-acme-protocol"]], "community.crypto.acme_challenge_cert_helper module \u2013 Prepare certificates required for ACME challenges such as tls-alpn-01": [[5, "community-crypto-acme-challenge-cert-helper-module-prepare-certificates-required-for-acme-challenges-such-as-tls-alpn-01"]], "community.crypto.acme_inspect module \u2013 Send direct requests to an ACME server": [[6, "community-crypto-acme-inspect-module-send-direct-requests-to-an-acme-server"]], "community.crypto.certificate_complete_chain module \u2013 Complete certificate chain given a set of untrusted and root certificates": [[7, "community-crypto-certificate-complete-chain-module-complete-certificate-chain-given-a-set-of-untrusted-and-root-certificates"]], "community.crypto.crypto_info module \u2013 Retrieve cryptographic capabilities": [[8, "community-crypto-crypto-info-module-retrieve-cryptographic-capabilities"]], "How to create a small CA": [[9, "how-to-create-a-small-ca"]], "Set up the CA": [[9, "set-up-the-ca"]], "Use the CA to sign a certificate": [[9, "use-the-ca-to-sign-a-certificate"]], "How to create self-signed certificates": [[10, "how-to-create-self-signed-certificates"]], "community.crypto.ecs_certificate module \u2013 Request SSL/TLS certificates with the Entrust Certificate Services (ECS) API": [[11, "community-crypto-ecs-certificate-module-request-ssl-tls-certificates-with-the-entrust-certificate-services-ecs-api"]], "community.crypto.ecs_domain module \u2013 Request validation of a domain with the Entrust Certificate Services (ECS) API": [[12, "community-crypto-ecs-domain-module-request-validation-of-a-domain-with-the-entrust-certificate-services-ecs-api"]], "Index of all Collection Environment Variables": [[13, "index-of-all-collection-environment-variables"]], "community.crypto.get_certificate module \u2013 Get a certificate from a host:port": [[14, "community-crypto-get-certificate-module-get-a-certificate-from-a-host-port"]], "community.crypto.gpg_fingerprint filter \u2013 Retrieve a GPG fingerprint from a GPG public or private key": [[15, "community-crypto-gpg-fingerprint-filter-retrieve-a-gpg-fingerprint-from-a-gpg-public-or-private-key"]], "Input": [[15, "input"], [23, "input"], [30, "input"], [34, "input"], [39, "input"], [40, "input"], [44, "input"]], "Return Value": [[15, "return-value"], [16, "return-value"], [23, "return-value"], [30, "return-value"], [34, "return-value"], [39, "return-value"], [40, "return-value"], [44, "return-value"]], "community.crypto.gpg_fingerprint lookup \u2013 Retrieve a GPG fingerprint from a GPG public or private key file": [[16, "community-crypto-gpg-fingerprint-lookup-retrieve-a-gpg-fingerprint-from-a-gpg-public-or-private-key-file"]], "Terms": [[16, "terms"]], "Community.Crypto": [[17, "community-crypto"]], "Description": [[17, "description"]], "Communication": [[17, "communication"]], "Scenario Guides": [[17, "scenario-guides"]], "Plugin Index": [[17, "plugin-index"]], "Modules": [[17, "modules"]], "Filter Plugins": [[17, "filter-plugins"]], "Lookup Plugins": [[17, "lookup-plugins"]], "community.crypto.luks_device module \u2013 Manage encrypted (LUKS) devices": [[18, "community-crypto-luks-device-module-manage-encrypted-luks-devices"]], "community.crypto.openssh_cert module \u2013 Generate OpenSSH host or user certificates.": [[19, "community-crypto-openssh-cert-module-generate-openssh-host-or-user-certificates"]], "community.crypto.openssh_keypair module \u2013 Generate OpenSSH private and public keys": [[20, "community-crypto-openssh-keypair-module-generate-openssh-private-and-public-keys"]], "community.crypto.openssl_certificate_info": [[21, "community-crypto-openssl-certificate-info"]], "community.crypto.openssl_certificate": [[22, "community-crypto-openssl-certificate"]], "community.crypto.openssl_csr_info filter \u2013 Retrieve information from OpenSSL Certificate Signing Requests (CSR)": [[23, "community-crypto-openssl-csr-info-filter-retrieve-information-from-openssl-certificate-signing-requests-csr"]], "Keyword parameters": [[23, "keyword-parameters"], [30, "keyword-parameters"], [40, "keyword-parameters"], [44, "keyword-parameters"]], "community.crypto.openssl_csr_info module \u2013 Provide information of OpenSSL Certificate Signing Requests (CSR)": [[24, "community-crypto-openssl-csr-info-module-provide-information-of-openssl-certificate-signing-requests-csr"]], "community.crypto.openssl_csr module \u2013 Generate OpenSSL Certificate Signing Request (CSR)": [[25, "community-crypto-openssl-csr-module-generate-openssl-certificate-signing-request-csr"]], "community.crypto.openssl_csr_pipe module \u2013 Generate OpenSSL Certificate Signing Request (CSR)": [[26, "community-crypto-openssl-csr-pipe-module-generate-openssl-certificate-signing-request-csr"]], "community.crypto.openssl_dhparam module \u2013 Generate OpenSSL Diffie-Hellman Parameters": [[27, "community-crypto-openssl-dhparam-module-generate-openssl-diffie-hellman-parameters"]], "community.crypto.openssl_pkcs12 module \u2013 Generate OpenSSL PKCS#12 archive": [[28, "community-crypto-openssl-pkcs12-module-generate-openssl-pkcs-12-archive"]], "community.crypto.openssl_privatekey_convert module \u2013 Convert OpenSSL private keys": [[29, "community-crypto-openssl-privatekey-convert-module-convert-openssl-private-keys"]], "community.crypto.openssl_privatekey_info filter \u2013 Retrieve information from OpenSSL private keys": [[30, "community-crypto-openssl-privatekey-info-filter-retrieve-information-from-openssl-private-keys"]], "community.crypto.openssl_privatekey_info module \u2013 Provide information for OpenSSL private keys": [[31, "community-crypto-openssl-privatekey-info-module-provide-information-for-openssl-private-keys"]], "community.crypto.openssl_privatekey module \u2013 Generate OpenSSL private keys": [[32, "community-crypto-openssl-privatekey-module-generate-openssl-private-keys"]], "community.crypto.openssl_privatekey_pipe module \u2013 Generate OpenSSL private keys without disk access": [[33, "community-crypto-openssl-privatekey-pipe-module-generate-openssl-private-keys-without-disk-access"]], "community.crypto.openssl_publickey_info filter \u2013 Retrieve information from OpenSSL public keys in PEM format": [[34, "community-crypto-openssl-publickey-info-filter-retrieve-information-from-openssl-public-keys-in-pem-format"]], "community.crypto.openssl_publickey_info module \u2013 Provide information for OpenSSL public keys": [[35, "community-crypto-openssl-publickey-info-module-provide-information-for-openssl-public-keys"]], "community.crypto.openssl_publickey module \u2013 Generate an OpenSSL public key from its private key.": [[36, "community-crypto-openssl-publickey-module-generate-an-openssl-public-key-from-its-private-key"]], "community.crypto.openssl_signature_info module \u2013 Verify signatures with openssl": [[37, "community-crypto-openssl-signature-info-module-verify-signatures-with-openssl"]], "community.crypto.openssl_signature module \u2013 Sign data with openssl": [[38, "community-crypto-openssl-signature-module-sign-data-with-openssl"]], "community.crypto.split_pem filter \u2013 Split PEM file contents into multiple objects": [[39, "community-crypto-split-pem-filter-split-pem-file-contents-into-multiple-objects"]], "community.crypto.x509_certificate_info filter \u2013 Retrieve information from X.509 certificates in PEM format": [[40, "community-crypto-x509-certificate-info-filter-retrieve-information-from-x-509-certificates-in-pem-format"]], "community.crypto.x509_certificate_info module \u2013 Provide information of OpenSSL X.509 certificates": [[41, "community-crypto-x509-certificate-info-module-provide-information-of-openssl-x-509-certificates"]], "community.crypto.x509_certificate module \u2013 Generate and/or check OpenSSL certificates": [[42, "community-crypto-x509-certificate-module-generate-and-or-check-openssl-certificates"]], "community.crypto.x509_certificate_pipe module \u2013 Generate and/or check OpenSSL certificates": [[43, "community-crypto-x509-certificate-pipe-module-generate-and-or-check-openssl-certificates"]], "community.crypto.x509_crl_info filter \u2013 Retrieve information from X.509 CRLs in PEM format": [[44, "community-crypto-x509-crl-info-filter-retrieve-information-from-x-509-crls-in-pem-format"]], "community.crypto.x509_crl_info module \u2013 Retrieve information on Certificate Revocation Lists (CRLs)": [[45, "community-crypto-x509-crl-info-module-retrieve-information-on-certificate-revocation-lists-crls"]], "community.crypto.x509_crl module \u2013 Generate Certificate Revocation Lists (CRLs)": [[46, "community-crypto-x509-crl-module-generate-certificate-revocation-lists-crls"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/branch/main/split_pem_filter.html b/branch/main/split_pem_filter.html index 0b499b65..7643c4b5 100644 --- a/branch/main/split_pem_filter.html +++ b/branch/main/split_pem_filter.html @@ -113,6 +113,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/x509_certificate_info_filter.html b/branch/main/x509_certificate_info_filter.html index 02af36fe..7b64d242 100644 --- a/branch/main/x509_certificate_info_filter.html +++ b/branch/main/x509_certificate_info_filter.html @@ -113,6 +113,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/x509_certificate_info_module.html b/branch/main/x509_certificate_info_module.html index ba7b4869..62dbf62b 100644 --- a/branch/main/x509_certificate_info_module.html +++ b/branch/main/x509_certificate_info_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/x509_certificate_module.html b/branch/main/x509_certificate_module.html index ffa0017d..ffffb51c 100644 --- a/branch/main/x509_certificate_module.html +++ b/branch/main/x509_certificate_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/x509_certificate_pipe_module.html b/branch/main/x509_certificate_pipe_module.html index f6cfc27f..d4d313c0 100644 --- a/branch/main/x509_certificate_pipe_module.html +++ b/branch/main/x509_certificate_pipe_module.html @@ -127,6 +127,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + diff --git a/branch/main/x509_crl_info_filter.html b/branch/main/x509_crl_info_filter.html index c7c97002..138a0ae9 100644 --- a/branch/main/x509_crl_info_filter.html +++ b/branch/main/x509_crl_info_filter.html @@ -21,6 +21,7 @@ + @@ -112,6 +113,7 @@
  • community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs)
  • + @@ -490,6 +495,7 @@ or that the certificate otherwise became invalid as ASN.1 TIME.