hashivault_pki_ca_set – Hashicorp Vault PKI Submit CA Information¶
New in version 4.5.0.
Synopsis¶
This module allows submitting the CA information for the backend via a PEM file containing the CA certificate and its private key, concatenated.
May optionally append additional CA certificates. Useful when creating an intermediate CA to ensure a full chain is returned when signing or generating certificates.
Not needed if you are generating a self-signed root certificate, and not used if you have a signed intermediate CA certificate with a generated key, use the hashivault_pki_set_signed for that. If you have already set a certificate and key, they will be overridden.
Requirements¶
The below requirements are needed on the host that executes this module.
hvac>=0.10.1
ansible>=2.0.0
requests
Parameters¶
Examples¶
---
- hosts: localhost
tasks:
- hashivault_pki_ca_set:
pem_bundle: '-----BEGIN RSA PRIVATE KEY-----\n...\n-----END CERTIFICATE-----'
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]
Authors¶
UNKNOWN
Hint
If you notice any issues in this documentation, you can edit this document to improve it.