diff --git a/branch/main/_static/css/ansible.css b/branch/main/_static/css/ansible.css index 8ecc337c..7eb125b5 100644 --- a/branch/main/_static/css/ansible.css +++ b/branch/main/_static/css/ansible.css @@ -144,6 +144,10 @@ table.documentation-table .value-required { .wy-menu-vertical a.reference.internal { padding: 0.4045em 1.618em; } +/* Fix truncation when extranav is hidden */ +.wy-menu-vertical:not(:has(.sideBanner)) { + padding-bottom: 2rem; +} /*! Override sphinx rtd theme max-with of 800px */ .wy-nav-content { max-width: 100%; diff --git a/branch/main/acme_account_facts_module.html b/branch/main/acme_account_facts_module.html index cdbcc255..03b310cc 100644 --- a/branch/main/acme_account_facts_module.html +++ b/branch/main/acme_account_facts_module.html @@ -9,7 +9,7 @@ community.crypto.acme_account_facts — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_account_info_module.html b/branch/main/acme_account_info_module.html index 1e9e19bc..2193d0a8 100644 --- a/branch/main/acme_account_info_module.html +++ b/branch/main/acme_account_info_module.html @@ -9,7 +9,7 @@ community.crypto.acme_account_info module – Retrieves information on ACME accounts — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_account_module.html b/branch/main/acme_account_module.html index 0487ff0d..2e02863d 100644 --- a/branch/main/acme_account_module.html +++ b/branch/main/acme_account_module.html @@ -9,7 +9,7 @@ community.crypto.acme_account module – Create, modify or delete ACME accounts — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_ari_info_module.html b/branch/main/acme_ari_info_module.html index 594b5ef5..969e2f1c 100644 --- a/branch/main/acme_ari_info_module.html +++ b/branch/main/acme_ari_info_module.html @@ -9,7 +9,7 @@ community.crypto.acme_ari_info module – Retrieves ACME Renewal Information (ARI) for a certificate — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_certificate_deactivate_authz_module.html b/branch/main/acme_certificate_deactivate_authz_module.html index 85200cdb..08a4a167 100644 --- a/branch/main/acme_certificate_deactivate_authz_module.html +++ b/branch/main/acme_certificate_deactivate_authz_module.html @@ -9,7 +9,7 @@ community.crypto.acme_certificate_deactivate_authz module – Deactivate all authz for an ACME v2 order — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_certificate_module.html b/branch/main/acme_certificate_module.html index 37fc7a28..0d6a1265 100644 --- a/branch/main/acme_certificate_module.html +++ b/branch/main/acme_certificate_module.html @@ -9,7 +9,7 @@ community.crypto.acme_certificate module – Create SSL/TLS certificates with the ACME protocol — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_certificate_order_create_module.html b/branch/main/acme_certificate_order_create_module.html index 41f308ca..8afe4af0 100644 --- a/branch/main/acme_certificate_order_create_module.html +++ b/branch/main/acme_certificate_order_create_module.html @@ -9,7 +9,7 @@ community.crypto.acme_certificate_order_create module – Create an ACME v2 order — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_certificate_order_finalize_module.html b/branch/main/acme_certificate_order_finalize_module.html index 4c741df2..72bee121 100644 --- a/branch/main/acme_certificate_order_finalize_module.html +++ b/branch/main/acme_certificate_order_finalize_module.html @@ -9,7 +9,7 @@ community.crypto.acme_certificate_order_finalize module – Finalize an ACME v2 order — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_certificate_order_info_module.html b/branch/main/acme_certificate_order_info_module.html index c33168eb..af5be7c4 100644 --- a/branch/main/acme_certificate_order_info_module.html +++ b/branch/main/acme_certificate_order_info_module.html @@ -9,7 +9,7 @@ community.crypto.acme_certificate_order_info module – Obtain information for an ACME v2 order — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_certificate_order_validate_module.html b/branch/main/acme_certificate_order_validate_module.html index 673fe3f1..75ff4c2b 100644 --- a/branch/main/acme_certificate_order_validate_module.html +++ b/branch/main/acme_certificate_order_validate_module.html @@ -9,7 +9,7 @@ community.crypto.acme_certificate_order_validate module – Validate authorizations of an ACME v2 order — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_certificate_renewal_info_module.html b/branch/main/acme_certificate_renewal_info_module.html index 00dc1767..ca13a174 100644 --- a/branch/main/acme_certificate_renewal_info_module.html +++ b/branch/main/acme_certificate_renewal_info_module.html @@ -9,7 +9,7 @@ community.crypto.acme_certificate_renewal_info module – Determine whether a certificate should be renewed or not — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_certificate_revoke_module.html b/branch/main/acme_certificate_revoke_module.html index 4f8edefe..f656194d 100644 --- a/branch/main/acme_certificate_revoke_module.html +++ b/branch/main/acme_certificate_revoke_module.html @@ -9,7 +9,7 @@ community.crypto.acme_certificate_revoke module – Revoke certificates with the ACME protocol — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_challenge_cert_helper_module.html b/branch/main/acme_challenge_cert_helper_module.html index 961d782e..cdccee04 100644 --- a/branch/main/acme_challenge_cert_helper_module.html +++ b/branch/main/acme_challenge_cert_helper_module.html @@ -9,7 +9,7 @@ community.crypto.acme_challenge_cert_helper module – Prepare certificates required for ACME challenges such as tls-alpn-01 — Community.Crypto Collection documentation - + diff --git a/branch/main/acme_inspect_module.html b/branch/main/acme_inspect_module.html index cac5c70d..b44f0219 100644 --- a/branch/main/acme_inspect_module.html +++ b/branch/main/acme_inspect_module.html @@ -9,7 +9,7 @@ community.crypto.acme_inspect module – Send direct requests to an ACME server — Community.Crypto Collection documentation - + diff --git a/branch/main/certificate_complete_chain_module.html b/branch/main/certificate_complete_chain_module.html index 7f0f68e4..e1cf211a 100644 --- a/branch/main/certificate_complete_chain_module.html +++ b/branch/main/certificate_complete_chain_module.html @@ -9,7 +9,7 @@ community.crypto.certificate_complete_chain module – Complete certificate chain given a set of untrusted and root certificates — Community.Crypto Collection documentation - + diff --git a/branch/main/changelog.html b/branch/main/changelog.html index 66323702..952c297f 100644 --- a/branch/main/changelog.html +++ b/branch/main/changelog.html @@ -8,7 +8,7 @@ Community.Crypto Release Notes — Community.Crypto Collection documentation - + diff --git a/branch/main/crypto_info_module.html b/branch/main/crypto_info_module.html index a6e54d7c..7fbe7aeb 100644 --- a/branch/main/crypto_info_module.html +++ b/branch/main/crypto_info_module.html @@ -9,7 +9,7 @@ community.crypto.crypto_info module – Retrieve cryptographic capabilities — Community.Crypto Collection documentation - + diff --git a/branch/main/docsite/guide_ownca.html b/branch/main/docsite/guide_ownca.html index 96e3aa74..9e35f928 100644 --- a/branch/main/docsite/guide_ownca.html +++ b/branch/main/docsite/guide_ownca.html @@ -8,7 +8,7 @@ How to create a small CA — Community.Crypto Collection documentation - + diff --git a/branch/main/docsite/guide_selfsigned.html b/branch/main/docsite/guide_selfsigned.html index 494dcbc8..4e5f8d85 100644 --- a/branch/main/docsite/guide_selfsigned.html +++ b/branch/main/docsite/guide_selfsigned.html @@ -8,7 +8,7 @@ How to create self-signed certificates — Community.Crypto Collection documentation - + diff --git a/branch/main/ecs_certificate_module.html b/branch/main/ecs_certificate_module.html index f967eb96..814e444c 100644 --- a/branch/main/ecs_certificate_module.html +++ b/branch/main/ecs_certificate_module.html @@ -9,7 +9,7 @@ community.crypto.ecs_certificate — Community.Crypto Collection documentation - + diff --git a/branch/main/ecs_domain_module.html b/branch/main/ecs_domain_module.html index da5e90b1..285d7162 100644 --- a/branch/main/ecs_domain_module.html +++ b/branch/main/ecs_domain_module.html @@ -9,7 +9,7 @@ community.crypto.ecs_domain — Community.Crypto Collection documentation - + diff --git a/branch/main/environment_variables.html b/branch/main/environment_variables.html index e520b483..665f4e36 100644 --- a/branch/main/environment_variables.html +++ b/branch/main/environment_variables.html @@ -9,7 +9,7 @@ Index of all Collection Environment Variables — Community.Crypto Collection documentation - + diff --git a/branch/main/get_certificate_module.html b/branch/main/get_certificate_module.html index 81ca96d7..4d6bba12 100644 --- a/branch/main/get_certificate_module.html +++ b/branch/main/get_certificate_module.html @@ -9,7 +9,7 @@ community.crypto.get_certificate module – Get a certificate from a host:port — Community.Crypto Collection documentation - + diff --git a/branch/main/gpg_fingerprint_filter.html b/branch/main/gpg_fingerprint_filter.html index 05e04ae9..937a4dc3 100644 --- a/branch/main/gpg_fingerprint_filter.html +++ b/branch/main/gpg_fingerprint_filter.html @@ -9,7 +9,7 @@ community.crypto.gpg_fingerprint filter – Retrieve a GPG fingerprint from a GPG public or private key — Community.Crypto Collection documentation - + diff --git a/branch/main/gpg_fingerprint_lookup.html b/branch/main/gpg_fingerprint_lookup.html index 4f574981..3c37721a 100644 --- a/branch/main/gpg_fingerprint_lookup.html +++ b/branch/main/gpg_fingerprint_lookup.html @@ -9,7 +9,7 @@ community.crypto.gpg_fingerprint lookup – Retrieve a GPG fingerprint from a GPG public or private key file — Community.Crypto Collection documentation - + diff --git a/branch/main/index.html b/branch/main/index.html index a63bcb3a..58fca54a 100644 --- a/branch/main/index.html +++ b/branch/main/index.html @@ -9,7 +9,7 @@ Community.Crypto — Community.Crypto Collection documentation - + diff --git a/branch/main/luks_device_module.html b/branch/main/luks_device_module.html index 913c18ba..a1629f04 100644 --- a/branch/main/luks_device_module.html +++ b/branch/main/luks_device_module.html @@ -9,7 +9,7 @@ community.crypto.luks_device module – Manage encrypted (LUKS) devices — Community.Crypto Collection documentation - + diff --git a/branch/main/openssh_cert_module.html b/branch/main/openssh_cert_module.html index 77e0963a..4c84e760 100644 --- a/branch/main/openssh_cert_module.html +++ b/branch/main/openssh_cert_module.html @@ -9,7 +9,7 @@ community.crypto.openssh_cert module – Generate OpenSSH host or user certificates — Community.Crypto Collection documentation - + diff --git a/branch/main/openssh_keypair_module.html b/branch/main/openssh_keypair_module.html index 20ccd2fe..097bf9c3 100644 --- a/branch/main/openssh_keypair_module.html +++ b/branch/main/openssh_keypair_module.html @@ -9,7 +9,7 @@ community.crypto.openssh_keypair module – Generate OpenSSH private and public keys — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_certificate_info_module.html b/branch/main/openssl_certificate_info_module.html index 0eb680e4..554e166d 100644 --- a/branch/main/openssl_certificate_info_module.html +++ b/branch/main/openssl_certificate_info_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_certificate_info — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_certificate_module.html b/branch/main/openssl_certificate_module.html index cbee26fe..37dba926 100644 --- a/branch/main/openssl_certificate_module.html +++ b/branch/main/openssl_certificate_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_certificate — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_csr_info_filter.html b/branch/main/openssl_csr_info_filter.html index 72c7d272..a52a9231 100644 --- a/branch/main/openssl_csr_info_filter.html +++ b/branch/main/openssl_csr_info_filter.html @@ -9,7 +9,7 @@ community.crypto.openssl_csr_info filter – Retrieve information from OpenSSL Certificate Signing Requests (CSR) — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_csr_info_module.html b/branch/main/openssl_csr_info_module.html index 1827c074..d8e5a3ea 100644 --- a/branch/main/openssl_csr_info_module.html +++ b/branch/main/openssl_csr_info_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_csr_info module – Provide information of OpenSSL Certificate Signing Requests (CSR) — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_csr_module.html b/branch/main/openssl_csr_module.html index 1bcab002..cefadcc3 100644 --- a/branch/main/openssl_csr_module.html +++ b/branch/main/openssl_csr_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_csr module – Generate OpenSSL Certificate Signing Request (CSR) — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_csr_pipe_module.html b/branch/main/openssl_csr_pipe_module.html index f6ed3e01..18596cfe 100644 --- a/branch/main/openssl_csr_pipe_module.html +++ b/branch/main/openssl_csr_pipe_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_csr_pipe module – Generate OpenSSL Certificate Signing Request (CSR) — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_dhparam_module.html b/branch/main/openssl_dhparam_module.html index 843fd666..b79c4625 100644 --- a/branch/main/openssl_dhparam_module.html +++ b/branch/main/openssl_dhparam_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_dhparam module – Generate OpenSSL Diffie-Hellman Parameters — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_pkcs12_module.html b/branch/main/openssl_pkcs12_module.html index 152c4361..68202d80 100644 --- a/branch/main/openssl_pkcs12_module.html +++ b/branch/main/openssl_pkcs12_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_pkcs12 module – Generate OpenSSL PKCS#12 archive — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_privatekey_convert_module.html b/branch/main/openssl_privatekey_convert_module.html index 2eec5d1d..fb91cba9 100644 --- a/branch/main/openssl_privatekey_convert_module.html +++ b/branch/main/openssl_privatekey_convert_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_privatekey_convert module – Convert OpenSSL private keys — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_privatekey_info_filter.html b/branch/main/openssl_privatekey_info_filter.html index ee775216..3b7c57fa 100644 --- a/branch/main/openssl_privatekey_info_filter.html +++ b/branch/main/openssl_privatekey_info_filter.html @@ -9,7 +9,7 @@ community.crypto.openssl_privatekey_info filter – Retrieve information from OpenSSL private keys — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_privatekey_info_module.html b/branch/main/openssl_privatekey_info_module.html index 601d214c..ae7a661f 100644 --- a/branch/main/openssl_privatekey_info_module.html +++ b/branch/main/openssl_privatekey_info_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_privatekey_info module – Provide information for OpenSSL private keys — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_privatekey_module.html b/branch/main/openssl_privatekey_module.html index 040b438c..46837ce0 100644 --- a/branch/main/openssl_privatekey_module.html +++ b/branch/main/openssl_privatekey_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_privatekey module – Generate OpenSSL private keys — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_privatekey_pipe_module.html b/branch/main/openssl_privatekey_pipe_module.html index b150b8c0..3c330482 100644 --- a/branch/main/openssl_privatekey_pipe_module.html +++ b/branch/main/openssl_privatekey_pipe_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_privatekey_pipe module – Generate OpenSSL private keys without disk access — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_publickey_info_filter.html b/branch/main/openssl_publickey_info_filter.html index f720aaf1..f7d6f30b 100644 --- a/branch/main/openssl_publickey_info_filter.html +++ b/branch/main/openssl_publickey_info_filter.html @@ -9,7 +9,7 @@ community.crypto.openssl_publickey_info filter – Retrieve information from OpenSSL public keys in PEM format — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_publickey_info_module.html b/branch/main/openssl_publickey_info_module.html index cab83673..6e259741 100644 --- a/branch/main/openssl_publickey_info_module.html +++ b/branch/main/openssl_publickey_info_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_publickey_info module – Provide information for OpenSSL public keys — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_publickey_module.html b/branch/main/openssl_publickey_module.html index 378e9ecc..8428a5de 100644 --- a/branch/main/openssl_publickey_module.html +++ b/branch/main/openssl_publickey_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_publickey module – Generate an OpenSSL public key from its private key — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_signature_info_module.html b/branch/main/openssl_signature_info_module.html index 54ff75b9..2e413c61 100644 --- a/branch/main/openssl_signature_info_module.html +++ b/branch/main/openssl_signature_info_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_signature_info module – Verify signatures with openssl — Community.Crypto Collection documentation - + diff --git a/branch/main/openssl_signature_module.html b/branch/main/openssl_signature_module.html index b2a684b1..d5e726ba 100644 --- a/branch/main/openssl_signature_module.html +++ b/branch/main/openssl_signature_module.html @@ -9,7 +9,7 @@ community.crypto.openssl_signature module – Sign data with openssl — Community.Crypto Collection documentation - + diff --git a/branch/main/parse_serial_filter.html b/branch/main/parse_serial_filter.html index 93cc1df4..1269416a 100644 --- a/branch/main/parse_serial_filter.html +++ b/branch/main/parse_serial_filter.html @@ -9,7 +9,7 @@ community.crypto.parse_serial filter – Convert a serial number as a colon-separated list of hex numbers to an integer — Community.Crypto Collection documentation - + diff --git a/branch/main/search.html b/branch/main/search.html index 804fe7fa..25b16008 100644 --- a/branch/main/search.html +++ b/branch/main/search.html @@ -7,7 +7,7 @@ Search — Community.Crypto Collection documentation - + diff --git a/branch/main/split_pem_filter.html b/branch/main/split_pem_filter.html index e82d1417..e6e19592 100644 --- a/branch/main/split_pem_filter.html +++ b/branch/main/split_pem_filter.html @@ -9,7 +9,7 @@ community.crypto.split_pem filter – Split PEM file contents into multiple objects — Community.Crypto Collection documentation - + diff --git a/branch/main/to_serial_filter.html b/branch/main/to_serial_filter.html index 8f25b25d..d5535841 100644 --- a/branch/main/to_serial_filter.html +++ b/branch/main/to_serial_filter.html @@ -9,7 +9,7 @@ community.crypto.to_serial filter – Convert an integer to a colon-separated list of hex numbers — Community.Crypto Collection documentation - + diff --git a/branch/main/x509_certificate_convert_module.html b/branch/main/x509_certificate_convert_module.html index edb0af04..be0c133c 100644 --- a/branch/main/x509_certificate_convert_module.html +++ b/branch/main/x509_certificate_convert_module.html @@ -9,7 +9,7 @@ community.crypto.x509_certificate_convert module – Convert X.509 certificates — Community.Crypto Collection documentation - + diff --git a/branch/main/x509_certificate_info_filter.html b/branch/main/x509_certificate_info_filter.html index 6b5bed8f..966ed9e3 100644 --- a/branch/main/x509_certificate_info_filter.html +++ b/branch/main/x509_certificate_info_filter.html @@ -9,7 +9,7 @@ community.crypto.x509_certificate_info filter – Retrieve information from X.509 certificates in PEM format — Community.Crypto Collection documentation - + diff --git a/branch/main/x509_certificate_info_module.html b/branch/main/x509_certificate_info_module.html index bf8628ea..57bd5d70 100644 --- a/branch/main/x509_certificate_info_module.html +++ b/branch/main/x509_certificate_info_module.html @@ -9,7 +9,7 @@ community.crypto.x509_certificate_info module – Provide information of OpenSSL X.509 certificates — Community.Crypto Collection documentation - + diff --git a/branch/main/x509_certificate_module.html b/branch/main/x509_certificate_module.html index 477c7802..b358ad5e 100644 --- a/branch/main/x509_certificate_module.html +++ b/branch/main/x509_certificate_module.html @@ -9,7 +9,7 @@ community.crypto.x509_certificate module – Generate and/or check OpenSSL certificates — Community.Crypto Collection documentation - + diff --git a/branch/main/x509_certificate_pipe_module.html b/branch/main/x509_certificate_pipe_module.html index e2450162..0d6e96ee 100644 --- a/branch/main/x509_certificate_pipe_module.html +++ b/branch/main/x509_certificate_pipe_module.html @@ -9,7 +9,7 @@ community.crypto.x509_certificate_pipe module – Generate and/or check OpenSSL certificates — Community.Crypto Collection documentation - + diff --git a/branch/main/x509_crl_info_filter.html b/branch/main/x509_crl_info_filter.html index f69c9bbf..2b71b44b 100644 --- a/branch/main/x509_crl_info_filter.html +++ b/branch/main/x509_crl_info_filter.html @@ -9,7 +9,7 @@ community.crypto.x509_crl_info filter – Retrieve information from X.509 CRLs in PEM format — Community.Crypto Collection documentation - + diff --git a/branch/main/x509_crl_info_module.html b/branch/main/x509_crl_info_module.html index 4360b4bd..4c7b7b83 100644 --- a/branch/main/x509_crl_info_module.html +++ b/branch/main/x509_crl_info_module.html @@ -9,7 +9,7 @@ community.crypto.x509_crl_info module – Retrieve information on Certificate Revocation Lists (CRLs) — Community.Crypto Collection documentation - + diff --git a/branch/main/x509_crl_module.html b/branch/main/x509_crl_module.html index bf368bad..255e556e 100644 --- a/branch/main/x509_crl_module.html +++ b/branch/main/x509_crl_module.html @@ -9,7 +9,7 @@ community.crypto.x509_crl module – Generate Certificate Revocation Lists (CRLs) — Community.Crypto Collection documentation - +