Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions VMware.CloudFoundation.CertificateManagement.psd1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2023-2024 Broadcom. All Rights Reserved.
# © Broadcom. All Rights Reserved.
# The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
# SPDX-License-Identifier: BSD-2

# Module manifest for module 'VMware.CloudFoundation.CertificateManagement'
Expand All @@ -11,7 +12,7 @@
RootModule = '.\VMware.CloudFoundation.CertificateManagement.psm1'

# Version number of this module.
ModuleVersion = '1.5.4.1003'
ModuleVersion = '1.5.5.1000'

# ID used to uniquely identify this module
GUID = 'ac903c83-c745-44f7-b6bd-1dff133fec92'
Expand All @@ -23,7 +24,7 @@
CompanyName = 'Broadcom'

# Copyright statement for this module
Copyright = 'Copyright 2023-2024 Broadcom. All Rights Reserved.'
Copyright = 'Copyright 2023-2025 Broadcom. All Rights Reserved.'

# Description of the functionality provided by this module
Description = 'PowerShell Module for VMware Cloud Foundation Certificate Management'
Expand Down Expand Up @@ -54,7 +55,7 @@
}
@{
ModuleName = 'PowerValidatedSolutions';
ModuleVersion = '2.11.0'
ModuleVersion = '2.12.0'
}
)

Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/install-module.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.3.0 -Repository PSGallery
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Repository PSGallery
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.12.0 -Repository PSGallery
Install-Module -Name VMware.CloudFoundation.CertificateManagement -Repository PSGallery
4 changes: 2 additions & 2 deletions docs/snippets/save-module-local-linux.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.3 -Path /home/modules -Repository PSGallery
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.0 -Path /home/modules -Repository PSGallery
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path /home/modules -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Path /home/modules -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.12.0 -Path /home/modules -Repository PSGallery
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path /home/modules -Repository PSGallery
4 changes: 2 additions & 2 deletions docs/snippets/save-module-local-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.3 -Path F:\Modules\ -Repository PSGallery
Save-Module -Name VMware.PowerCLI -MinimumVersion 13.3.0 -Path F:\Modules\ -Repository PSGallery
Save-Module -Name PowerVCF -MinimumVersion 2.4.1 -Path F:\Modules\ -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.11.0 -Path F:\Modules\ -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -MinimumVersion 2.12.0 -Path F:\Modules\ -Repository PSGallery
Save-Module -Name VMware.CloudFoundation.CertificateManagement -Path F:\Modules\ -Repository PSGallery
2 changes: 1 addition & 1 deletion docs/snippets/vars-csr-sddc-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
$keySize = "3072"
$keySize = "4096"
$email = "admin@rainpole.io"