Client cert
Synopsis
Create a client certificate.
Syntax
New-MOKSClientCert -CertificateName <String> -ContractID <String> -GroupID <Int32> [-Geography <String>] -SecureNetwork <String> -Signer <String> -NotificationEmails <String> [-PreferredCA <String>] -KeyAlgorithm <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]New-MOKSClientCert -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Creates a client certificate with the provided name.
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. |
‑BodyConditionally required | A request body, either as a |
‑CertificateNameConditionally required | The name of the client certificate. |
‑CommonNameRequired | The common name of the client certificate. |
‑ContractIDConditionally required | The contract assigned to the client certificate. |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Geography | The type of network to deploy the client certificate. Either |
‑GroupIDConditionally required | The group ID assigned to the client certificate. |
‑NotificationEmailsConditionally required | The email addresses to notify about client certificate-related issues. |
‑PreferredCA | The common name of the account CA certificate selected to sign the client certificate. Omit if you want to add this later. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑SecureNetworkConditionally required | The network deployment type. Either |
‑SignerConditionally required | The signing entity of the client certificate. Either |
Related Links
Updated 20 days ago
