gatewayCreateProducerVenafi is a command that creates a Venafi dynamic secret producer to dynamically create certificates generated by Venafi or have Akeyless generated certificates using PKI be monitored by Venafi [Deprecated: Use dynamic-secret-create-venafi command]
Name | Type | Description | Notes |
---|---|---|---|
admin_rotation_interval_days | int | Admin credentials rotation interval (days) | [optional] [default to 0] |
allow_subdomains | bool | Allow subdomains | [optional] |
allowed_domains | list[str] | Allowed domains | [optional] |
auto_generated_folder | str | Auto generated folder | [optional] |
delete_protection | str | Protection from accidental deletion of this object [true/false] | [optional] |
enable_admin_rotation | bool | Automatic admin credentials rotation | [optional] [default to False] |
json | bool | Set output format to JSON | [optional] [default to False] |
name | str | Dynamic secret name | |
producer_encryption_key_name | str | Dynamic producer encryption key | [optional] |
root_first_in_chain | bool | Root first in chain | [optional] |
sign_using_akeyless_pki | bool | Use Akeyless PKI issuer or Venafi issuer | [optional] |
signer_key_name | str | Signer key name | [optional] |
store_private_key | bool | Store private key | [optional] |
tags | list[str] | Add tags attached to this object | [optional] |
target_name | str | Target name | [optional] |
token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |
user_ttl | str | User TTL in time.Duration format (2160h / 129600m / etc...). When using sign-using-akeyless-pki certificates created will have this validity period, otherwise the user-ttl is taken from the Validity Period field of the Zone's' Issuing Template. When using cert-manager it is advised to have a TTL of above 60 days (1440h). For more information - https://cert-manager.io/docs/usage/certificate/ | [optional] [default to '2160h'] |
venafi_access_token | str | Venafi Access Token to use to access the TPP environment (Relevant when using TPP) | [optional] |
venafi_api_key | str | Venafi API key | [optional] |
venafi_baseurl | str | Venafi Baseurl | [optional] |
venafi_client_id | str | Venafi Client ID that was used when the access token was generated | [optional] [default to 'akeyless'] |
venafi_refresh_token | str | Venafi Refresh Token to use when the Access Token is expired (Relevant when using TPP) | [optional] |
venafi_use_tpp | bool | Venafi using TPP | [optional] |
venafi_zone | str | Venafi Zone | [optional] |