diff --git a/README-PLAYBOOK.md b/README-PLAYBOOK.md index d910fbab..ad9de986 100644 --- a/README-PLAYBOOK.md +++ b/README-PLAYBOOK.md @@ -182,7 +182,7 @@ The top-level structure of the file is described as follows: | fields | array of [CustomField](#customfield) objects | *Optional* | - Sets the specified custom field on certificate object. Only valid when [Connection.platform](#connection) is `tpp`. | | issuerHint | string | *Optional* | - Used only when [Request.validDays](#request) is specified to determine the correct Specific End Date attribute to set on the TPP certificate object. Valid options are `DIGICERT`, `MICROSOFT`, `ENTRUST`, `ALL_ISSUERS`. If not defined, but `validDays` are set, the attribute 'Specific End Date' will be used. Only valid when [Connection.platform](#connection) is `tpp`. | | keyCurve | string | ***Required*** | when [Request.keyType](#request) is `ECDSA`, `EC`, or `ECC`. Valid values are `P256`, `P384`, `P521`, `ED25519`. | -| keySize | integer | *Optional* | - Specifies the key size when specified [Request.keyType](#request) is `RSA`. Supported values are `1024`, `2048`, `4096`, and `8192`. Defaults to 2048. | +| keySize | integer | *Optional* | - Specifies the key size when specified [Request.keyType](#request) is `RSA`. Supported values are `1024`, `2048`, `3072`, `4096`, and `8192`. Defaults to 2048. | | keyType | string | *Optional* | - Specify the key type of the requested certificate. Valid options are `RSA`, `ECDSA`, `EC`, `ECC` and `ED25519`. Default is `RSA`. | | location | [Location](#location) object | *Optional* | - Use to provide the name/address of the compute instance and an identifier for the workload using the certificate. This results in a device (node) and application (workload) being associated with the certificate in the Venafi Platform.
Example: `node:workload`. | | nickname | string | *Optional* | - Specify the certificate object name to be created in TPP for the requested certificate. If not specified, TPP will use the [Subject.commonName](#subject). Only valid when [Connection.platform](#connection) is `tpp`. |