mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 22:39:09 -07:00
ACI: Add signature-based authentication (#34451)
ACI: Add signature-based authentication
This commit is contained in:
parent
71ff77e51f
commit
49739dda47
3 changed files with 130 additions and 30 deletions
|
@ -38,6 +38,17 @@ options:
|
|||
description:
|
||||
- The password to use for authentication.
|
||||
required: yes
|
||||
private_key:
|
||||
description:
|
||||
- PEM formatted file that contains your private key to be used for client certificate authentication.
|
||||
- The name of the key (without extension) is used as the certificate name in ACI, unless C(certificate_name) is specified.
|
||||
aliases: [ cert_key ]
|
||||
certificate_name:
|
||||
description:
|
||||
- The X.509 certificate name attached to the APIC AAA user.
|
||||
- It defaults to the C(private_key) basename, without extension.
|
||||
aliases: [ cert_name ]
|
||||
default: C(private_key) basename
|
||||
timeout:
|
||||
description:
|
||||
- The socket level timeout in seconds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue