You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/StorageGRID-Webscale.psm1
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14343,7 +14343,7 @@ function Global:Update-SgwManagementCertificate {
14343
14343
Position = 4,
14344
14344
ValueFromPipelineByPropertyName = $True,
14345
14345
ParameterSetName = "Path",
14346
-
HelpMessage = "Path to intermediate CA certificate bundle in concatenated PEM-encoding; omit or null when there is no intermediate CA.")][Alias("FullChainFile")][String]$CaBundlePath,
14346
+
HelpMessage = "Path to intermediate CA certificate bundle in concatenated PEM-encoding; omit or null when there is no intermediate CA.")][Alias("ChainFile")][String]$CaBundlePath,
14347
14347
[parameter(Mandatory = $False,
14348
14348
Position = 5,
14349
14349
ValueFromPipelineByPropertyName = $True,
@@ -14386,7 +14386,7 @@ function Global:Update-SgwManagementCertificate {
14386
14386
14387
14387
if ($ServerCertificatePath) {
14388
14388
if ([System.IO.FileInfo]::new($ServerCertificatePath).Exists) {
@@ -14549,7 +14549,7 @@ function Global:Update-SgwObjectCertificate {
14549
14549
Position = 4,
14550
14550
ValueFromPipelineByPropertyName = $True,
14551
14551
ParameterSetName = "Path",
14552
-
HelpMessage = "Path to intermediate CA certificate bundle in concatenated PEM-encoding; omit or null when there is no intermediate CA.")][Alias("FullChainFile")][String]$CaBundlePath,
14552
+
HelpMessage = "Path to intermediate CA certificate bundle in concatenated PEM-encoding; omit or null when there is no intermediate CA.")][Alias("ChainFile")][String]$CaBundlePath,
14553
14553
[parameter(Mandatory = $False,
14554
14554
Position = 5,
14555
14555
ValueFromPipelineByPropertyName = $True,
@@ -14592,7 +14592,7 @@ function Global:Update-SgwObjectCertificate {
14592
14592
14593
14593
if ($ServerCertificatePath) {
14594
14594
if ([System.IO.FileInfo]::new($ServerCertificatePath).Exists) {
0 commit comments