mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Clarifying documentation about account key being different from certificate's private key. (#35059)
This commit is contained in:
parent
3742ff9230
commit
3a4b69096f
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ options:
|
||||||
- "The CSR may contain multiple Subject Alternate Names, but each one
|
- "The CSR may contain multiple Subject Alternate Names, but each one
|
||||||
will lead to an individual challenge that must be fulfilled for the
|
will lead to an individual challenge that must be fulfilled for the
|
||||||
CSR to be signed."
|
CSR to be signed."
|
||||||
|
- "Note: the private key used to create the CSR I(must not) be the the
|
||||||
|
account key. This is a bad idea from a security point of view, and
|
||||||
|
Let's Encrypt will not accept the CSR."
|
||||||
required: true
|
required: true
|
||||||
aliases: ['src']
|
aliases: ['src']
|
||||||
data:
|
data:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue