We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c86de commit 78c4797Copy full SHA for 78c4797
1 file changed
src/StorageGRID-Webscale.psm1
@@ -14416,6 +14416,8 @@ function Global:Update-SgwManagementCertificate {
14416
$Body.caBundleEncoded = $CaBundle
14417
$Body.privateKeyEncoded = $PrivateKey
14418
14419
+ $Body = ConvertTo-Json -InputObject $Body
14420
+
14421
Write-Verbose "Body: $Body"
14422
14423
try {
@@ -14620,6 +14622,8 @@ function Global:Update-SgwObjectCertificate {
14620
14622
14621
14623
14624
14625
14626
14627
14628
14629
0 commit comments