From e85c306118d74a4ecb947c551d7c2be54dc9c77c Mon Sep 17 00:00:00 2001 From: felixfontein Date: Sat, 26 Apr 2025 10:29:07 +0000 Subject: [PATCH] deploy: 33ef158b094f16d5e04ea9db3ed8bad010744d02 --- branch/main/acme_account_info_module.html | 3 ++- branch/main/acme_account_module.html | 3 ++- branch/main/acme_ari_info_module.html | 3 ++- branch/main/acme_certificate_deactivate_authz_module.html | 3 ++- branch/main/acme_certificate_module.html | 4 +++- branch/main/acme_certificate_order_create_module.html | 4 +++- branch/main/acme_certificate_order_finalize_module.html | 4 +++- branch/main/acme_certificate_order_info_module.html | 3 ++- branch/main/acme_certificate_order_validate_module.html | 4 +++- branch/main/acme_certificate_renewal_info_module.html | 3 ++- branch/main/acme_certificate_revoke_module.html | 3 ++- branch/main/acme_challenge_cert_helper_module.html | 3 ++- branch/main/acme_inspect_module.html | 3 ++- branch/main/certificate_complete_chain_module.html | 3 ++- branch/main/crypto_info_module.html | 3 ++- branch/main/ecs_certificate_module.html | 3 ++- branch/main/ecs_domain_module.html | 3 ++- branch/main/get_certificate_module.html | 3 ++- branch/main/gpg_fingerprint_filter.html | 3 ++- branch/main/gpg_fingerprint_lookup.html | 3 ++- branch/main/luks_device_module.html | 3 ++- branch/main/openssh_cert_module.html | 3 ++- branch/main/openssh_keypair_module.html | 3 ++- branch/main/openssl_csr_info_filter.html | 3 ++- branch/main/openssl_csr_info_module.html | 3 ++- branch/main/openssl_csr_module.html | 3 ++- branch/main/openssl_csr_pipe_module.html | 3 ++- branch/main/openssl_dhparam_module.html | 3 ++- branch/main/openssl_pkcs12_module.html | 3 ++- branch/main/openssl_privatekey_convert_module.html | 3 ++- branch/main/openssl_privatekey_info_filter.html | 3 ++- branch/main/openssl_privatekey_info_module.html | 3 ++- branch/main/openssl_privatekey_module.html | 3 ++- branch/main/openssl_privatekey_pipe_module.html | 3 ++- branch/main/openssl_publickey_info_filter.html | 3 ++- branch/main/openssl_publickey_info_module.html | 3 ++- branch/main/openssl_publickey_module.html | 3 ++- branch/main/openssl_signature_info_module.html | 3 ++- branch/main/openssl_signature_module.html | 3 ++- branch/main/parse_serial_filter.html | 3 ++- branch/main/split_pem_filter.html | 3 ++- branch/main/to_serial_filter.html | 3 ++- branch/main/x509_certificate_convert_module.html | 3 ++- branch/main/x509_certificate_info_filter.html | 3 ++- branch/main/x509_certificate_info_module.html | 3 ++- branch/main/x509_certificate_module.html | 3 ++- branch/main/x509_certificate_pipe_module.html | 3 ++- branch/main/x509_crl_info_filter.html | 3 ++- branch/main/x509_crl_info_module.html | 3 ++- branch/main/x509_crl_module.html | 3 ++- 50 files changed, 104 insertions(+), 50 deletions(-) diff --git a/branch/main/acme_account_info_module.html b/branch/main/acme_account_info_module.html index 171b973d..367eae9d 100644 --- a/branch/main/acme_account_info_module.html +++ b/branch/main/acme_account_info_module.html @@ -426,7 +426,8 @@ see

Examples

-
- name: Check whether an account with the given account key exists
+
---
+- name: Check whether an account with the given account key exists
   community.crypto.acme_account_info:
     account_key_src: /etc/pki/cert/private/account.key
   register: account_data
diff --git a/branch/main/acme_account_module.html b/branch/main/acme_account_module.html
index 85e3d162..672e03dd 100644
--- a/branch/main/acme_account_module.html
+++ b/branch/main/acme_account_module.html
@@ -534,7 +534,8 @@ see 
 

Examples

-
- name: Make sure account exists and has given contacts. We agree to TOS.
+
---
+- name: Make sure account exists and has given contacts. We agree to TOS.
   community.crypto.acme_account:
     account_key_src: /etc/pki/cert/private/account.key
     state: present
diff --git a/branch/main/acme_ari_info_module.html b/branch/main/acme_ari_info_module.html
index 4e78e9e1..c4e20f76 100644
--- a/branch/main/acme_ari_info_module.html
+++ b/branch/main/acme_ari_info_module.html
@@ -380,7 +380,8 @@ see 
 

Examples

-
- name: Retrieve renewal information for a certificate
+
---
+- name: Retrieve renewal information for a certificate
   community.crypto.acme_ari_info:
     certificate_path: /etc/httpd/ssl/sample.com.crt
   register: cert_data
diff --git a/branch/main/acme_certificate_deactivate_authz_module.html b/branch/main/acme_certificate_deactivate_authz_module.html
index fbb2fa0c..c2dd52fa 100644
--- a/branch/main/acme_certificate_deactivate_authz_module.html
+++ b/branch/main/acme_certificate_deactivate_authz_module.html
@@ -413,7 +413,8 @@ see 
 

Examples

-
- name: Deactivate all authzs for an order
+
---
+- name: Deactivate all authzs for an order
   community.crypto.acme_certificate_deactivate_authz:
     account_key_content: "{{ account_private_key }}"
     order_uri: "{{ certificate_result.order_uri }}"
diff --git a/branch/main/acme_certificate_module.html b/branch/main/acme_certificate_module.html
index d7718577..55be54a7 100644
--- a/branch/main/acme_certificate_module.html
+++ b/branch/main/acme_certificate_module.html
@@ -745,7 +745,8 @@ If 
 

Examples

-
### Example with HTTP challenge ###
+
---
+### Example with HTTP challenge ###
 
 - name: Create a challenge for sample.com using a account key from a variable.
   community.crypto.acme_certificate:
@@ -799,6 +800,7 @@ If     chain_dest: /etc/httpd/ssl/sample.com-intermediate.crt
     data: "{{ sample_com_challenge }}"
 
+---
 ### Example with DNS challenge against production ACME server ###
 
 - name: Create a challenge for sample.com using a account key file.
diff --git a/branch/main/acme_certificate_order_create_module.html b/branch/main/acme_certificate_order_create_module.html
index 4da243c5..c0626b41 100644
--- a/branch/main/acme_certificate_order_create_module.html
+++ b/branch/main/acme_certificate_order_create_module.html
@@ -524,7 +524,8 @@ If 
 

Examples

-
### Example with HTTP-01 challenge ###
+
---
+### Example with HTTP-01 challenge ###
 
 - name: Create a challenge for sample.com using a account key from a variable
   community.crypto.acme_certificate_order_create:
@@ -571,6 +572,7 @@ If     fullchain_dest: /etc/httpd/ssl/sample.com-fullchain.crt
     chain_dest: /etc/httpd/ssl/sample.com-intermediate.crt
 
+---
 ### Example with DNS challenge against production ACME server ###
 
 - name: Create a challenge for sample.com using a account key file.
diff --git a/branch/main/acme_certificate_order_finalize_module.html b/branch/main/acme_certificate_order_finalize_module.html
index 247117da..09291885 100644
--- a/branch/main/acme_certificate_order_finalize_module.html
+++ b/branch/main/acme_certificate_order_finalize_module.html
@@ -574,7 +574,8 @@ see 
 

Examples

-
### Example with HTTP-01 challenge ###
+
---
+### Example with HTTP-01 challenge ###
 
 - name: Create a challenge for sample.com using a account key from a variable
   community.crypto.acme_certificate_order_create:
@@ -621,6 +622,7 @@ see     fullchain_dest: /etc/httpd/ssl/sample.com-fullchain.crt
     chain_dest: /etc/httpd/ssl/sample.com-intermediate.crt
 
+---
 ### Example with DNS challenge against production ACME server ###
 
 - name: Create a challenge for sample.com using a account key file.
diff --git a/branch/main/acme_certificate_order_info_module.html b/branch/main/acme_certificate_order_info_module.html
index c3b0fc83..34399f99 100644
--- a/branch/main/acme_certificate_order_info_module.html
+++ b/branch/main/acme_certificate_order_info_module.html
@@ -428,7 +428,8 @@ see 
 

Examples

-
- name: Create a challenge for sample.com using a account key from a variable
+
---
+- name: Create a challenge for sample.com using a account key from a variable
   community.crypto.acme_certificate_order_create:
     account_key_content: "{{ account_private_key }}"
     csr: /etc/pki/cert/csr/sample.com.csr
diff --git a/branch/main/acme_certificate_order_validate_module.html b/branch/main/acme_certificate_order_validate_module.html
index fcbb7321..a4b5cc3c 100644
--- a/branch/main/acme_certificate_order_validate_module.html
+++ b/branch/main/acme_certificate_order_validate_module.html
@@ -467,7 +467,8 @@ see 
 

Examples

-
### Example with HTTP-01 challenge ###
+
---
+### Example with HTTP-01 challenge ###
 
 - name: Create a challenge for sample.com using a account key from a variable
   community.crypto.acme_certificate_order_create:
@@ -514,6 +515,7 @@ see     fullchain_dest: /etc/httpd/ssl/sample.com-fullchain.crt
     chain_dest: /etc/httpd/ssl/sample.com-intermediate.crt
 
+---
 ### Example with DNS challenge against production ACME server ###
 
 - name: Create a challenge for sample.com using a account key file.
diff --git a/branch/main/acme_certificate_renewal_info_module.html b/branch/main/acme_certificate_renewal_info_module.html
index 5617d8a1..a687de65 100644
--- a/branch/main/acme_certificate_renewal_info_module.html
+++ b/branch/main/acme_certificate_renewal_info_module.html
@@ -452,7 +452,8 @@ see 
 

Examples

-
- name: Retrieve renewal information for a certificate
+
---
+- name: Retrieve renewal information for a certificate
   community.crypto.acme_certificate_renewal_info:
     certificate_path: /etc/httpd/ssl/sample.com.crt
   register: cert_data
diff --git a/branch/main/acme_certificate_revoke_module.html b/branch/main/acme_certificate_revoke_module.html
index 795ef819..892cf437 100644
--- a/branch/main/acme_certificate_revoke_module.html
+++ b/branch/main/acme_certificate_revoke_module.html
@@ -449,7 +449,8 @@ see 
 

Examples

-
- name: Revoke certificate with account key
+
---
+- name: Revoke certificate with account key
   community.crypto.acme_certificate_revoke:
     account_key_src: /etc/pki/cert/private/account.key
     certificate: /etc/httpd/ssl/sample.com.crt
diff --git a/branch/main/acme_challenge_cert_helper_module.html b/branch/main/acme_challenge_cert_helper_module.html
index 4d6f67e5..8d59066c 100644
--- a/branch/main/acme_challenge_cert_helper_module.html
+++ b/branch/main/acme_challenge_cert_helper_module.html
@@ -324,7 +324,8 @@ see 
 

Examples

-
- name: Create challenges for a given CRT for sample.com
+
---
+- name: Create challenges for a given CRT for sample.com
   community.crypto.acme_certificate:
     account_key_src: /etc/pki/cert/private/account.key
     challenge: tls-alpn-01
diff --git a/branch/main/acme_inspect_module.html b/branch/main/acme_inspect_module.html
index 8e659ccf..cd8eaf72 100644
--- a/branch/main/acme_inspect_module.html
+++ b/branch/main/acme_inspect_module.html
@@ -454,7 +454,8 @@ see 
 

Examples

-
- name: Get directory
+
---
+- name: Get directory
   community.crypto.acme_inspect:
     acme_directory: https://acme-staging-v02.api.letsencrypt.org/directory
     acme_version: 2
diff --git a/branch/main/certificate_complete_chain_module.html b/branch/main/certificate_complete_chain_module.html
index 9d46a98d..31faf85b 100644
--- a/branch/main/certificate_complete_chain_module.html
+++ b/branch/main/certificate_complete_chain_module.html
@@ -298,7 +298,8 @@ see 
 

Examples

-
# Given a leaf certificate for www.ansible.com and one or more intermediate
+
---
+# Given a leaf certificate for www.ansible.com and one or more intermediate
 # certificates, finds the associated root certificate.
 - name: Find root certificate
   community.crypto.certificate_complete_chain:
diff --git a/branch/main/crypto_info_module.html b/branch/main/crypto_info_module.html
index 800eb0a2..04b43b5e 100644
--- a/branch/main/crypto_info_module.html
+++ b/branch/main/crypto_info_module.html
@@ -244,7 +244,8 @@ To check whether it is installed, run 
 

Examples

-
- name: Retrieve information
+
---
+- name: Retrieve information
   community.crypto.crypto_info:
     account_key_src: /etc/pki/cert/private/account.key
   register: crypto_information
diff --git a/branch/main/ecs_certificate_module.html b/branch/main/ecs_certificate_module.html
index 94811a28..237485d7 100644
--- a/branch/main/ecs_certificate_module.html
+++ b/branch/main/ecs_certificate_module.html
@@ -870,7 +870,8 @@ see 
 

Examples

-
- name: Request a new certificate from Entrust with bare minimum parameters. Will request a new certificate if current one
+
---
+- name: Request a new certificate from Entrust with bare minimum parameters. Will request a new certificate if current one
     is valid but within 30 days of expiry. If replacing an existing file in path, will back it up.
   community.crypto.ecs_certificate:
     backup: true
diff --git a/branch/main/ecs_domain_module.html b/branch/main/ecs_domain_module.html
index 44f1b704..651e1b53 100644
--- a/branch/main/ecs_domain_module.html
+++ b/branch/main/ecs_domain_module.html
@@ -382,7 +382,8 @@ see 
 

Examples

-
- name: Request domain validation using email validation for client ID of 2.
+
---
+- name: Request domain validation using email validation for client ID of 2.
   community.crypto.ecs_domain:
     domain_name: ansible.com
     client_id: 2
diff --git a/branch/main/get_certificate_module.html b/branch/main/get_certificate_module.html
index 54022464..fa144c80 100644
--- a/branch/main/get_certificate_module.html
+++ b/branch/main/get_certificate_module.html
@@ -424,7 +424,8 @@ see 
 

Examples

-
- name: Get the cert from an RDP port
+
---
+- name: Get the cert from an RDP port
   community.crypto.get_certificate:
     host: "1.2.3.4"
     port: 3389
diff --git a/branch/main/gpg_fingerprint_filter.html b/branch/main/gpg_fingerprint_filter.html
index 4f677cc7..5401dd2a 100644
--- a/branch/main/gpg_fingerprint_filter.html
+++ b/branch/main/gpg_fingerprint_filter.html
@@ -245,7 +245,8 @@ see 
 

Examples

-
- name: Show fingerprint of GPG public key
+
---
+- name: Show fingerprint of GPG public key
   ansible.builtin.debug:
     msg: "{{ lookup('file', '/path/to/public_key.gpg') | community.crypto.gpg_fingerprint }}"
 
diff --git a/branch/main/gpg_fingerprint_lookup.html b/branch/main/gpg_fingerprint_lookup.html index e026371d..921845f6 100644 --- a/branch/main/gpg_fingerprint_lookup.html +++ b/branch/main/gpg_fingerprint_lookup.html @@ -243,7 +243,8 @@ see

Examples

-
- name: Show fingerprint of GPG public key
+
---
+- name: Show fingerprint of GPG public key
   ansible.builtin.debug:
     msg: "{{ lookup('community.crypto.gpg_fingerprint', '/path/to/public_key.gpg') }}"
 
diff --git a/branch/main/luks_device_module.html b/branch/main/luks_device_module.html index fcecb33b..6b141d5f 100644 --- a/branch/main/luks_device_module.html +++ b/branch/main/luks_device_module.html @@ -626,7 +626,8 @@ The passphrase is provided as UTF-8 encoded text.

Examples

-
- name: Create LUKS container (remains unchanged if it already exists)
+
---
+- name: Create LUKS container (remains unchanged if it already exists)
   community.crypto.luks_device:
     device: "/dev/loop0"
     state: "present"
diff --git a/branch/main/openssh_cert_module.html b/branch/main/openssh_cert_module.html
index 7e5b2ba6..a8ccf727 100644
--- a/branch/main/openssh_cert_module.html
+++ b/branch/main/openssh_cert_module.html
@@ -581,7 +581,8 @@ see 
 

Examples

-
- name: Generate an OpenSSH user certificate that is valid forever and for all users
+
---
+- name: Generate an OpenSSH user certificate that is valid forever and for all users
   community.crypto.openssh_cert:
     type: user
     signing_key: /path/to/private_key
diff --git a/branch/main/openssh_keypair_module.html b/branch/main/openssh_keypair_module.html
index 7c453996..daf08160 100644
--- a/branch/main/openssh_keypair_module.html
+++ b/branch/main/openssh_keypair_module.html
@@ -505,7 +505,8 @@ see 
 

Examples

-
- name: Generate an OpenSSH keypair with the default values (4096 bits, rsa)
+
---
+- name: Generate an OpenSSH keypair with the default values (4096 bits, rsa)
   community.crypto.openssh_keypair:
     path: /tmp/id_ssh_rsa
 
diff --git a/branch/main/openssl_csr_info_filter.html b/branch/main/openssl_csr_info_filter.html
index 2a0678e3..b600b3d2 100644
--- a/branch/main/openssl_csr_info_filter.html
+++ b/branch/main/openssl_csr_info_filter.html
@@ -281,7 +281,8 @@ example: input
 

Examples

-
- name: Show the Subject Alt Names of the CSR
+
---
+- name: Show the Subject Alt Names of the CSR
   ansible.builtin.debug:
     msg: >-
       {{
diff --git a/branch/main/openssl_csr_info_module.html b/branch/main/openssl_csr_info_module.html
index 8be41abd..acc1f996 100644
--- a/branch/main/openssl_csr_info_module.html
+++ b/branch/main/openssl_csr_info_module.html
@@ -336,7 +336,8 @@ see 
 

Examples

-
- name: Generate an OpenSSL Certificate Signing Request
+
---
+- name: Generate an OpenSSL Certificate Signing Request
   community.crypto.openssl_csr:
     path: /etc/ssl/csr/www.ansible.com.csr
     privatekey_path: /etc/ssl/private/ansible.com.pem
diff --git a/branch/main/openssl_csr_module.html b/branch/main/openssl_csr_module.html
index 4b617bcb..bd7427df 100644
--- a/branch/main/openssl_csr_module.html
+++ b/branch/main/openssl_csr_module.html
@@ -897,7 +897,8 @@ see 
 

Examples

-
- name: Generate an OpenSSL Certificate Signing Request
+
---
+- name: Generate an OpenSSL Certificate Signing Request
   community.crypto.openssl_csr:
     path: /etc/ssl/csr/www.ansible.com.csr
     privatekey_path: /etc/ssl/private/ansible.com.pem
diff --git a/branch/main/openssl_csr_pipe_module.html b/branch/main/openssl_csr_pipe_module.html
index e5b4ef43..7355011c 100644
--- a/branch/main/openssl_csr_pipe_module.html
+++ b/branch/main/openssl_csr_pipe_module.html
@@ -748,7 +748,8 @@ see 
 

Examples

-
- name: Generate an OpenSSL Certificate Signing Request
+
---
+- name: Generate an OpenSSL Certificate Signing Request
   community.crypto.openssl_csr_pipe:
     privatekey_path: /etc/ssl/private/ansible.com.pem
     common_name: www.ansible.com
diff --git a/branch/main/openssl_dhparam_module.html b/branch/main/openssl_dhparam_module.html
index 7cb19b68..8dfe5139 100644
--- a/branch/main/openssl_dhparam_module.html
+++ b/branch/main/openssl_dhparam_module.html
@@ -469,7 +469,8 @@ see 
 

Examples

-
- name: Generate Diffie-Hellman parameters with the default size (4096 bits)
+
---
+- name: Generate Diffie-Hellman parameters with the default size (4096 bits)
   community.crypto.openssl_dhparam:
     path: /etc/ssl/dhparams.pem
 
diff --git a/branch/main/openssl_pkcs12_module.html b/branch/main/openssl_pkcs12_module.html
index 129fcfce..fe893d96 100644
--- a/branch/main/openssl_pkcs12_module.html
+++ b/branch/main/openssl_pkcs12_module.html
@@ -606,7 +606,8 @@ see 
 

Examples

-
- name: Generate PKCS#12 file
+
---
+- name: Generate PKCS#12 file
   community.crypto.openssl_pkcs12:
     action: export
     path: /opt/certs/ansible.p12
diff --git a/branch/main/openssl_privatekey_convert_module.html b/branch/main/openssl_privatekey_convert_module.html
index 696db68b..f512e634 100644
--- a/branch/main/openssl_privatekey_convert_module.html
+++ b/branch/main/openssl_privatekey_convert_module.html
@@ -444,7 +444,8 @@ see 
 

Examples

-
- name: Convert private key to PKCS8 format with passphrase
+
---
+- name: Convert private key to PKCS8 format with passphrase
   community.crypto.openssl_privatekey_convert:
     src_path: /etc/ssl/private/ansible.com.pem
     dest_path: /etc/ssl/private/ansible.com.key
diff --git a/branch/main/openssl_privatekey_info_filter.html b/branch/main/openssl_privatekey_info_filter.html
index 308ecfab..44ad79f6 100644
--- a/branch/main/openssl_privatekey_info_filter.html
+++ b/branch/main/openssl_privatekey_info_filter.html
@@ -300,7 +300,8 @@ example: input
 

Examples

-
- name: Show the Subject Alt Names of the CSR
+
---
+- name: Show the Subject Alt Names of the CSR
   ansible.builtin.debug:
     msg: >-
       {{
diff --git a/branch/main/openssl_privatekey_info_module.html b/branch/main/openssl_privatekey_info_module.html
index b53713e9..b92f1875 100644
--- a/branch/main/openssl_privatekey_info_module.html
+++ b/branch/main/openssl_privatekey_info_module.html
@@ -352,7 +352,8 @@ see 
 

Examples

-
- name: Generate an OpenSSL private key with the default values (4096 bits, RSA)
+
---
+- name: Generate an OpenSSL private key with the default values (4096 bits, RSA)
   community.crypto.openssl_privatekey:
     path: /etc/ssl/private/ansible.com.pem
 
diff --git a/branch/main/openssl_privatekey_module.html b/branch/main/openssl_privatekey_module.html
index 1142e69f..2c78d46c 100644
--- a/branch/main/openssl_privatekey_module.html
+++ b/branch/main/openssl_privatekey_module.html
@@ -599,7 +599,8 @@ see 
 

Examples

-
- name: Generate an OpenSSL private key with the default values (4096 bits, RSA)
+
---
+- name: Generate an OpenSSL private key with the default values (4096 bits, RSA)
   community.crypto.openssl_privatekey:
     path: /etc/ssl/private/ansible.com.pem
 
diff --git a/branch/main/openssl_privatekey_pipe_module.html b/branch/main/openssl_privatekey_pipe_module.html
index bd5d0a2e..9a505bb9 100644
--- a/branch/main/openssl_privatekey_pipe_module.html
+++ b/branch/main/openssl_privatekey_pipe_module.html
@@ -497,7 +497,8 @@ see 
 

Examples

-
- name: Generate an OpenSSL private key with the default values (4096 bits, RSA)
+
---
+- name: Generate an OpenSSL private key with the default values (4096 bits, RSA)
   community.crypto.openssl_privatekey_pipe:
   register: output
   no_log: true # make sure that private key data is not accidentally revealed in logs!
diff --git a/branch/main/openssl_publickey_info_filter.html b/branch/main/openssl_publickey_info_filter.html
index eeb54754..69cc6b4b 100644
--- a/branch/main/openssl_publickey_info_filter.html
+++ b/branch/main/openssl_publickey_info_filter.html
@@ -235,7 +235,8 @@ To check whether it is installed, run 
 

Examples

-
- name: Show the type of a public key
+
---
+- name: Show the type of a public key
   ansible.builtin.debug:
     msg: >-
       {{
diff --git a/branch/main/openssl_publickey_info_module.html b/branch/main/openssl_publickey_info_module.html
index 694cbc14..cfccdd2f 100644
--- a/branch/main/openssl_publickey_info_module.html
+++ b/branch/main/openssl_publickey_info_module.html
@@ -314,7 +314,8 @@ see 
 

Examples

-
- name: Generate an OpenSSL private key with the default values (4096 bits, RSA)
+
---
+- name: Generate an OpenSSL private key with the default values (4096 bits, RSA)
   community.crypto.openssl_privatekey:
     path: /etc/ssl/private/ansible.com.pem
 
diff --git a/branch/main/openssl_publickey_module.html b/branch/main/openssl_publickey_module.html
index de072ef8..27eb7ea8 100644
--- a/branch/main/openssl_publickey_module.html
+++ b/branch/main/openssl_publickey_module.html
@@ -499,7 +499,8 @@ see 
 

Examples

-
- name: Generate an OpenSSL public key in PEM format
+
---
+- name: Generate an OpenSSL public key in PEM format
   community.crypto.openssl_publickey:
     path: /etc/ssl/public/ansible.com.pem
     privatekey_path: /etc/ssl/private/ansible.com.pem
diff --git a/branch/main/openssl_signature_info_module.html b/branch/main/openssl_signature_info_module.html
index 2c141c22..3cc5323c 100644
--- a/branch/main/openssl_signature_info_module.html
+++ b/branch/main/openssl_signature_info_module.html
@@ -342,7 +342,8 @@ ed448 and ed25519 keys: 
 

Examples

-
- name: Sign example file
+
---
+- name: Sign example file
   community.crypto.openssl_signature:
     privatekey_path: private.key
     path: /tmp/example_file
diff --git a/branch/main/openssl_signature_module.html b/branch/main/openssl_signature_module.html
index a6635348..d1eafd25 100644
--- a/branch/main/openssl_signature_module.html
+++ b/branch/main/openssl_signature_module.html
@@ -342,7 +342,8 @@ ed448 and ed25519 keys: 
 

Examples

-
- name: Sign example file
+
---
+- name: Sign example file
   community.crypto.openssl_signature:
     privatekey_path: private.key
     path: /tmp/example_file
diff --git a/branch/main/parse_serial_filter.html b/branch/main/parse_serial_filter.html
index 728ca89c..8903358d 100644
--- a/branch/main/parse_serial_filter.html
+++ b/branch/main/parse_serial_filter.html
@@ -235,7 +235,8 @@ To check whether it is installed, run 
 

Examples

-
- name: Parse serial number
+
---
+- name: Parse serial number
   ansible.builtin.debug:
     msg: "{{ '11:22:33' | community.crypto.parse_serial }}"
 
diff --git a/branch/main/split_pem_filter.html b/branch/main/split_pem_filter.html index e56abcd3..3f1e3e47 100644 --- a/branch/main/split_pem_filter.html +++ b/branch/main/split_pem_filter.html @@ -222,7 +222,8 @@ To check whether it is installed, run

Examples

-
- name: Print all CA certificates
+
---
+- name: Print all CA certificates
   ansible.builtin.debug:
     msg: '{{ item }}'
   loop: >-
diff --git a/branch/main/to_serial_filter.html b/branch/main/to_serial_filter.html
index d4b83c8b..07ca7f4a 100644
--- a/branch/main/to_serial_filter.html
+++ b/branch/main/to_serial_filter.html
@@ -234,7 +234,8 @@ To check whether it is installed, run 
 

Examples

-
- name: Convert integer to serial number
+
---
+- name: Convert integer to serial number
   ansible.builtin.debug:
     msg: "{{ 1234567 | community.crypto.to_serial }}"
 
diff --git a/branch/main/x509_certificate_convert_module.html b/branch/main/x509_certificate_convert_module.html index 53edea16..a21214d4 100644 --- a/branch/main/x509_certificate_convert_module.html +++ b/branch/main/x509_certificate_convert_module.html @@ -470,7 +470,8 @@ see

Examples

-
- name: Convert PEM X.509 certificate to DER format
+
---
+- name: Convert PEM X.509 certificate to DER format
   community.crypto.x509_certificate_convert:
     src_path: /etc/ssl/cert/ansible.com.pem
     dest_path: /etc/ssl/cert/ansible.com.der
diff --git a/branch/main/x509_certificate_info_filter.html b/branch/main/x509_certificate_info_filter.html
index 3deb0515..b78cd78c 100644
--- a/branch/main/x509_certificate_info_filter.html
+++ b/branch/main/x509_certificate_info_filter.html
@@ -281,7 +281,8 @@ example: input
 

Examples

-
- name: Show the Subject Alt Names of the certificate
+
---
+- name: Show the Subject Alt Names of the certificate
   ansible.builtin.debug:
     msg: >-
       {{
diff --git a/branch/main/x509_certificate_info_module.html b/branch/main/x509_certificate_info_module.html
index 38c04cfd..1dee4742 100644
--- a/branch/main/x509_certificate_info_module.html
+++ b/branch/main/x509_certificate_info_module.html
@@ -358,7 +358,8 @@ see 
 

Examples

-
- name: Generate a Self Signed OpenSSL certificate
+
---
+- name: Generate a Self Signed OpenSSL certificate
   community.crypto.x509_certificate:
     path: /etc/ssl/crt/ansible.com.crt
     privatekey_path: /etc/ssl/private/ansible.com.pem
diff --git a/branch/main/x509_certificate_module.html b/branch/main/x509_certificate_module.html
index 549fe2c3..f658f4df 100644
--- a/branch/main/x509_certificate_module.html
+++ b/branch/main/x509_certificate_module.html
@@ -902,7 +902,8 @@ see 
 

Examples

-
- name: Generate a Self Signed OpenSSL certificate
+
---
+- name: Generate a Self Signed OpenSSL certificate
   community.crypto.x509_certificate:
     path: /etc/ssl/crt/ansible.com.crt
     privatekey_path: /etc/ssl/private/ansible.com.pem
diff --git a/branch/main/x509_certificate_pipe_module.html b/branch/main/x509_certificate_pipe_module.html
index ad49d4e8..0db0b14f 100644
--- a/branch/main/x509_certificate_pipe_module.html
+++ b/branch/main/x509_certificate_pipe_module.html
@@ -720,7 +720,8 @@ see 
 

Examples

-
- name: Generate a Self Signed OpenSSL certificate
+
---
+- name: Generate a Self Signed OpenSSL certificate
   community.crypto.x509_certificate_pipe:
     provider: selfsigned
     privatekey_path: /etc/ssl/private/ansible.com.pem
diff --git a/branch/main/x509_crl_info_filter.html b/branch/main/x509_crl_info_filter.html
index f61aaf85..63b8004b 100644
--- a/branch/main/x509_crl_info_filter.html
+++ b/branch/main/x509_crl_info_filter.html
@@ -295,7 +295,8 @@ example: input
 

Examples

-
- name: Show the Organization Name of the CRL's subject
+
---
+- name: Show the Organization Name of the CRL's subject
   ansible.builtin.debug:
     msg: >-
       {{
diff --git a/branch/main/x509_crl_info_module.html b/branch/main/x509_crl_info_module.html
index 8e5093ae..1c93466f 100644
--- a/branch/main/x509_crl_info_module.html
+++ b/branch/main/x509_crl_info_module.html
@@ -343,7 +343,8 @@ see 
 

Examples

-
- name: Get information on CRL
+
---
+- name: Get information on CRL
   community.crypto.x509_crl_info:
     path: /etc/ssl/my-ca.crl
   register: result
diff --git a/branch/main/x509_crl_module.html b/branch/main/x509_crl_module.html
index 7a7dc5a0..fe7ec36f 100644
--- a/branch/main/x509_crl_module.html
+++ b/branch/main/x509_crl_module.html
@@ -727,7 +727,8 @@ see 
 

Examples

-
- name: Generate a CRL
+
---
+- name: Generate a CRL
   community.crypto.x509_crl:
     path: /etc/ssl/my-ca.crl
     privatekey_path: /etc/ssl/private/my-ca.pem