You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CreateClassicKey.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
**certFileData** | **String** | Certificate in a PEM format. | [optional]
10
10
**certificateCommonName** | **String** | Common name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
11
11
**certificateCountry** | **String** | Country name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
12
-
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. Currently, we support only \"sha256\" so we hide this option for CLI. | [optional]
12
+
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. | [optional]
13
13
**certificateFormat** | **String** | | [optional]
14
14
**certificateLocality** | **String** | Locality for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
15
15
**certificateOrganization** | **String** | Organization name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
21
21
**expirationEventIn** | **[String]** | How many days before the expiration of the certificate would you like to be notified. | [optional]
22
22
**generateSelfSignedCertificate** | **Boolean** | Whether to generate a self signed certificate with the key. If set, --certificate-ttl must be provided. | [optional]
23
23
**gpgAlg** | **String** | gpg alg: Relevant only if GPG key type selected; options: [RSA1024, RSA2048, RSA3072, RSA4096, Ed25519] | [optional]
24
+
**hashAlgorithm** | **String** | Specifies the hash algorithm used for the encryption key's operations, available options: [SHA256, SHA384, SHA512] | [optional][default to 'SHA256']
24
25
**json** | **Boolean** | Set output format to JSON | [optional][default to false]
25
26
**keyData** | **String** | Base64-encoded classic key value | [optional]
26
27
**metadata** | **String** | Deprecated - use description | [optional]
Copy file name to clipboardExpand all lines: docs/CreateDFCKey.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
**autoRotate** | **String** | Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false] | [optional]
9
9
**certificateCommonName** | **String** | Common name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
10
10
**certificateCountry** | **String** | Country name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
11
-
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. Currently, we support only \"sha256\" so we hide this option for CLI. | [optional]
11
+
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. | [optional]
12
12
**certificateFormat** | **String** | | [optional]
13
13
**certificateLocality** | **String** | Locality for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
14
14
**certificateOrganization** | **String** | Organization name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
20
20
**description** | **String** | Description of the object | [optional]
21
21
**expirationEventIn** | **[String]** | How many days before the expiration of the certificate would you like to be notified. | [optional]
22
22
**generateSelfSignedCertificate** | **Boolean** | Whether to generate a self signed certificate with the key. If set, --certificate-ttl must be provided. | [optional]
23
+
**hashAlgorithm** | **String** | Specifies the hash algorithm used for the encryption key's operations, available options: [SHA256, SHA384, SHA512] | [optional][default to 'SHA256']
23
24
**json** | **Boolean** | Set output format to JSON | [optional][default to false]
24
25
**metadata** | **String** | Deprecated - use description | [optional]
**certificateCommonName** | **String** | Common name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
9
9
**certificateCountry** | **String** | Country name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
10
-
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. Currently, we support only \"sha256\" so we hide this option for CLI. | [optional]
10
+
**certificateDigestAlgo** | **String** | Digest algorithm to be used for the certificate key signing. | [optional]
11
11
**certificateLocality** | **String** | Locality for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
12
12
**certificateOrganization** | **String** | Organization name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
13
13
**certificateProvince** | **String** | Province name for the generated certificate. Relevant only for generate-self-signed-certificate. | [optional]
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
17
17
**deleteProtection** | **String** | Protection from accidental deletion of this object [true/false] | [optional]
18
18
**description** | **String** | Description of the object | [optional]
19
19
**generateSelfSignedCertificate** | **Boolean** | Whether to generate a self signed certificate with the key. If set, --certificate-ttl must be provided. | [optional]
20
+
**hashAlgorithm** | **String** | Specifies the hash algorithm used for the encryption key's operations, available options: [SHA256, SHA384, SHA512] | [optional][default to 'SHA256']
20
21
**json** | **Boolean** | Set output format to JSON | [optional][default to false]
21
22
**metadata** | **String** | Deprecated - use description | [optional]
0 commit comments