mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
https://community.buypass.com/t/y4y130p
(cherry picked from commit 1b86848a6f)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -17,8 +17,8 @@ author: "Michael Gruener (@mgruener)"
|
||||
short_description: Create SSL/TLS certificates with the ACME protocol
|
||||
description:
|
||||
- Create and renew SSL/TLS certificates with a CA supporting the L(ACME protocol,https://tools.ietf.org/html/rfc8555), such
|
||||
as L(Let's Encrypt,https://letsencrypt.org/) or L(Buypass,https://www.buypass.com/). The current implementation supports
|
||||
the V(http-01), V(dns-01) and V(tls-alpn-01) challenges.
|
||||
as L(Let's Encrypt,https://letsencrypt.org/).
|
||||
The current implementation supports the V(http-01), V(dns-01) and V(tls-alpn-01) challenges.
|
||||
- To use this module, it has to be executed twice. Either as two different tasks in the same run or during two runs. Note
|
||||
that the output of the first run needs to be recorded and passed to the second run as the module argument O(data).
|
||||
- Between these two tasks you have to fulfill the required steps for the chosen challenge by whatever means necessary. For
|
||||
@@ -40,9 +40,6 @@ seealso:
|
||||
description: Documentation for the Let's Encrypt Certification Authority. Provides useful information for example on rate
|
||||
limits.
|
||||
link: https://letsencrypt.org/docs/
|
||||
- name: Buypass Go SSL
|
||||
description: Documentation for the Buypass Certification Authority. Provides useful information for example on rate limits.
|
||||
link: https://www.buypass.com/ssl/products/acme
|
||||
- name: Automatic Certificate Management Environment (ACME)
|
||||
description: The specification of the ACME protocol (RFC 8555).
|
||||
link: https://tools.ietf.org/html/rfc8555
|
||||
|
||||
@@ -19,9 +19,9 @@ short_description: Create an ACME v2 order
|
||||
description:
|
||||
- Creates an ACME v2 order. This is the first step of obtaining a new certificate
|
||||
with the L(ACME protocol,https://tools.ietf.org/html/rfc8555) from a Certificate
|
||||
Authority such as L(Let's Encrypt,https://letsencrypt.org/) or
|
||||
L(Buypass,https://www.buypass.com/). This module does not support ACME v1, the
|
||||
original version of the ACME protocol before standardization.
|
||||
Authority such as L(Let's Encrypt,https://letsencrypt.org/).
|
||||
This module does not support ACME v1, the original version of the ACME protocol
|
||||
before standardization.
|
||||
- The current implementation supports the V(http-01), V(dns-01) and V(tls-alpn-01)
|
||||
challenges.
|
||||
- This module needs to be used in conjunction with the
|
||||
@@ -60,10 +60,6 @@ seealso:
|
||||
description: Documentation for the Let's Encrypt Certification Authority.
|
||||
Provides useful information for example on rate limits.
|
||||
link: https://letsencrypt.org/docs/
|
||||
- name: Buypass Go SSL
|
||||
description: Documentation for the Buypass Certification Authority.
|
||||
Provides useful information for example on rate limits.
|
||||
link: https://www.buypass.com/ssl/products/acme
|
||||
- name: Automatic Certificate Management Environment (ACME)
|
||||
description: The specification of the ACME protocol (RFC 8555).
|
||||
link: https://tools.ietf.org/html/rfc8555
|
||||
|
||||
@@ -20,9 +20,8 @@ description:
|
||||
- Finalizes an ACME v2 order and obtains the certificate and certificate chains.
|
||||
This is the final step of obtaining a new certificate with the
|
||||
L(ACME protocol,https://tools.ietf.org/html/rfc8555) from a Certificate
|
||||
Authority such as L(Let's Encrypt,https://letsencrypt.org/) or
|
||||
L(Buypass,https://www.buypass.com/). This module does not support ACME v1, the
|
||||
original version of the ACME protocol before standardization.
|
||||
Authority such as L(Let's Encrypt,https://letsencrypt.org/).
|
||||
This module does not support ACME v1, the original version of the ACME protocol before standardization.
|
||||
- This module needs to be used in conjunction with the
|
||||
M(community.crypto.acme_certificate_order_create) and.
|
||||
M(community.crypto.acme_certificate_order_validate) modules.
|
||||
@@ -37,10 +36,6 @@ seealso:
|
||||
description: Documentation for the Let's Encrypt Certification Authority.
|
||||
Provides useful information for example on rate limits.
|
||||
link: https://letsencrypt.org/docs/
|
||||
- name: Buypass Go SSL
|
||||
description: Documentation for the Buypass Certification Authority.
|
||||
Provides useful information for example on rate limits.
|
||||
link: https://www.buypass.com/ssl/products/acme
|
||||
- name: Automatic Certificate Management Environment (ACME)
|
||||
description: The specification of the ACME protocol (RFC 8555).
|
||||
link: https://tools.ietf.org/html/rfc8555
|
||||
|
||||
@@ -20,9 +20,8 @@ description:
|
||||
- Obtain information for an ACME v2 order.
|
||||
This can be used during the process of obtaining a new certificate with the
|
||||
L(ACME protocol,https://tools.ietf.org/html/rfc8555) from a Certificate
|
||||
Authority such as L(Let's Encrypt,https://letsencrypt.org/) or
|
||||
L(Buypass,https://www.buypass.com/). This module does not support ACME v1, the
|
||||
original version of the ACME protocol before standardization.
|
||||
Authority such as L(Let's Encrypt,https://letsencrypt.org/).
|
||||
This module does not support ACME v1, the original version of the ACME protocol before standardization.
|
||||
- This module needs to be used in conjunction with the
|
||||
M(community.crypto.acme_certificate_order_create),
|
||||
M(community.crypto.acme_certificate_order_validate), and
|
||||
|
||||
@@ -20,9 +20,8 @@ description:
|
||||
- Validates pending authorizations of an ACME v2 order.
|
||||
This is the second to last step of obtaining a new certificate with the
|
||||
L(ACME protocol,https://tools.ietf.org/html/rfc8555) from a Certificate
|
||||
Authority such as L(Let's Encrypt,https://letsencrypt.org/) or
|
||||
L(Buypass,https://www.buypass.com/). This module does not support ACME v1, the
|
||||
original version of the ACME protocol before standardization.
|
||||
Authority such as L(Let's Encrypt,https://letsencrypt.org/).
|
||||
This module does not support ACME v1, the original version of the ACME protocol before standardization.
|
||||
- This module needs to be used in conjunction with the
|
||||
M(community.crypto.acme_certificate_order_create) and
|
||||
M(community.crypto.acme_certificate_order_finalize) modules.
|
||||
@@ -37,10 +36,6 @@ seealso:
|
||||
description: Documentation for the Let's Encrypt Certification Authority.
|
||||
Provides useful information for example on rate limits.
|
||||
link: https://letsencrypt.org/docs/
|
||||
- name: Buypass Go SSL
|
||||
description: Documentation for the Buypass Certification Authority.
|
||||
Provides useful information for example on rate limits.
|
||||
link: https://www.buypass.com/ssl/products/acme
|
||||
- name: Automatic Certificate Management Environment (ACME)
|
||||
description: The specification of the ACME protocol (RFC 8555).
|
||||
link: https://tools.ietf.org/html/rfc8555
|
||||
|
||||
Reference in New Issue
Block a user