Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.58 KB

GenerateCA.md

File metadata and controls

21 lines (17 loc) · 1.58 KB

akeyless.GenerateCA

Properties

Name Type Description Notes
alg String [optional]
allowedDomains String A list of the allowed domains that clients can request to be included in the certificate (in a comma-delimited list)
deleteProtection String Protection from accidental deletion of this object [true/false] [optional]
extendedKeyUsage String A comma sepereted list of extended key usage for the intermediate (serverauth / clientauth / codesigning) [optional] [default to 'serverauth,clientauth']
json Boolean Set output format to JSON [optional] [default to false]
keyType String [optional]
maxPathLen Number The maximum number of intermediate certificates that can appear in a certification path [optional] [default to 1]
pkiChainName String PKI chain name
protectionKeyName String The name of a key that used to encrypt the secrets values (if empty, the account default protectionKey key will be used) [optional]
splitLevel Number The number of fragments that the item will be split into [optional] [default to 3]
token String Authentication token (see `/auth` and `/configure`) [optional]
ttl String The maximum requested Time To Live for issued certificate by default in seconds, supported formats are s,m,h,d
uidToken String The universal identity token, Required only for universal_identity authentication [optional]