Client cert version
Complete-MOKSClientCertVersion
Synopsis
Upload a signed client certificate.
Syntax
Complete-MOKSClientCertVersion [-CertificateName <String>] -Version <String> [-AcknowledgeAllWarnings] -CertificateFile <String> [-TrustChainFile <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Complete-MOKSClientCertVersion [-CertificateName <String>] -Version <String> [-AcknowledgeAllWarnings] -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Complete-MOKSClientCertVersion [-CertificateID <Int32>] -Version <String> [-AcknowledgeAllWarnings] -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Complete-MOKSClientCertVersion [-CertificateID <Int32>] -Version <String> [-AcknowledgeAllWarnings] -CertificateFile <String> [-TrustChainFile <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Uploads a signed THIRD_PARTY
client certificate with the AWAITING_SIGNED_CERTIFICATE
status. See Client certificates to learn more.
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. |
‑AcknowledgeAllWarnings |
When present, the function uploads the signed certificate ignoring all warnings. When not included in the call, the upload process is stopped and displays any warnings for you to review before proceeding. |
‑Body Conditionally required |
A request body, either as a |
‑CertificateFile Conditionally required |
The file to read the client certificate data from. It needs to be in PEM format. |
‑CertificateID |
Your client certificate's ID. |
‑CertificateName |
Your client certificate's name. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑TrustChainFile |
The file to read the trust chain data from. It needs to be in PEM format. |
‑Version Required |
Your client certificate's version, either as an integer or the word |
Related Links
Updated 14 days ago