Closed vvb closed 9 months ago
Set-IntersightConfiguration: key file path does not exist. failure is seen when using a combination of ApiKeyString with ECDSA key. When using ApiKeyString the ApiKeyFile must not be mandatory.
Set-IntersightConfiguration: key file path does not exist.
$config = @{ BasePath = "https://intersight.com" ApiKeyId = "redacted" ApiKeyString = "-----BEGIN EC PRIVATE KEY----- redacted -----END EC PRIVATE KEY----- " HttpSigningHeader = @("(request-target)", "Host", "Date", "Digest") } $ Set-IntersightConfiguration @config -SkipCertificateCheck Set-IntersightConfiguration: key file path does not exist.
Fixed the issue with latest Intersight.PowerShell release 1.0.11.14968
Set-IntersightConfiguration: key file path does not exist.
failure is seen when using a combination of ApiKeyString with ECDSA key. When using ApiKeyString the ApiKeyFile must not be mandatory.