Skip to content

Commit 570fa40

Browse files
committed
Another fix for updating certificates
1 parent d9a1eed commit 570fa40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/StorageGRID-Webscale.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14380,7 +14380,7 @@ function Global:Update-SgwManagementCertificate {
1438014380
}
1438114381

1438214382
Process {
14383-
$Uri = $Server.BaseURI + "/grid/management-certificate"
14383+
$Uri = $Server.BaseURI + "/grid/management-certificate/update"
1438414384

1438514385
$Method = "POST"
1438614386

@@ -14584,7 +14584,7 @@ function Global:Update-SgwObjectCertificate {
1458414584
}
1458514585

1458614586
Process {
14587-
$Uri = $Server.BaseURI + "/grid/object-certificate"
14587+
$Uri = $Server.BaseURI + "/grid/object-certificate/update"
1458814588

1458914589
$Method = "POST"
1459014590

0 commit comments

Comments
 (0)