CA set

Synopsis

Clone a CA set.

Syntax

Copy-METSCASet -CASetName <String> [-CloneFromVersion <Int32>] -NewCASetName <String> [-Description <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Copy-METSCASet -CASetID <Int32> [-CloneFromVersion <Int32>] -NewCASetName <String> [-Description <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Clone a CA set. Default uses the latest version. Provide a cloneFromVersion parameter to clone a specific CA set.

Note: The cloned set may include expired certificates from the source version.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑CASetID
Conditionally required

Your CA set's ID. You typically require this or the -CASetName.

‑CASetName
Conditionally required

A human-readable name of the CA set. You typically require this or the -CASetID.

‑CloneFromVersion
Alias: ‑version

Specifies the version number within a given CA set from which the CA set should be cloned. If cloneFromVersion is not provided, the latest version of the CA set is used by default.

‑Description

Any additional comments you can add to the CA set.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑NewCASetName
Required

Name of the new CA set you wish to create.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

Related Links