Skip to content

Commit 55c86de

Browse files
committed
Fixed URL for Object storage certificate update
1 parent 570fa40 commit 55c86de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/StorageGRID-Webscale.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14584,7 +14584,7 @@ function Global:Update-SgwObjectCertificate {
1458414584
}
1458514585

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

1458914589
$Method = "POST"
1459014590

0 commit comments

Comments
 (0)