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. |
‑CASetIDConditionally required | Your CA set's ID. You typically require this or the |
‑CASetNameConditionally required | A human-readable name of the CA set. You typically require this or the |
‑CloneFromVersionAlias: ‑version | Specifies the version number within a given CA set from which the CA set should be cloned. If |
‑Description | Any additional comments you can add to the CA set. |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑NewCASetNameRequired | 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 |
Related Links
Updated 5 days ago
