createVaultCertificate
Create a new Vault Certificate
Format
udclient [global-args...] [global-flags...]
createVaultCertificate [JSON file]
Parameters
None.Template
This command takes a JSON request string or file. Use the following template for the request:
{
"certificatePEM": "The certificate to be stored in PEM
format(Required)",
"name": "The Vault Certificate Name (Required, Unique
per Vault store)",
"privateKeyPEM": "The private key to be stored in PEM
format(Required)",
"store": "Name/ID of the Vault store (Required)"
}
Related REST command: Create a new Vault Certificate.