This repository was archived by the owner on Nov 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright 2023-2024 Broadcom. All Rights Reserved.
1+ # © Broadcom. All Rights Reserved.
2+ # The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
23# SPDX-License-Identifier: BSD-2
34
45# Module manifest for module 'VMware.CloudFoundation.CertificateManagement'
1112 RootModule = ' .\VMware.CloudFoundation.CertificateManagement.psm1'
1213
1314 # Version number of this module.
14- ModuleVersion = ' 1.5.4.1003 '
15+ ModuleVersion = ' 1.5.5.1000 '
1516
1617 # ID used to uniquely identify this module
1718 GUID = ' ac903c83-c745-44f7-b6bd-1dff133fec92'
2324 CompanyName = ' Broadcom'
2425
2526 # Copyright statement for this module
26- Copyright = ' Copyright 2023-2024 Broadcom. All Rights Reserved.'
27+ Copyright = ' Copyright 2023-2025 Broadcom. All Rights Reserved.'
2728
2829 # Description of the functionality provided by this module
2930 Description = ' PowerShell Module for VMware Cloud Foundation Certificate Management'
5455 }
5556 @ {
5657 ModuleName = ' PowerValidatedSolutions' ;
57- ModuleVersion = ' 2.11 .0'
58+ ModuleVersion = ' 2.12 .0'
5859 }
5960 )
6061
Original file line number Diff line number Diff line change 11Set-PSRepository - Name PSGallery - InstallationPolicy Trusted
22Install-Module - Name VMware.PowerCLI - MinimumVersion 13.3 .0 - Repository PSGallery
33Install-Module - Name PowerVCF - MinimumVersion 2.4 .1 - Repository PSGallery
4- Install-Module - Name PowerValidatedSolutions - MinimumVersion 2.11 .0 - Repository PSGallery
4+ Install-Module - Name PowerValidatedSolutions - MinimumVersion 2.12 .0 - Repository PSGallery
55Install-Module - Name VMware.CloudFoundation.CertificateManagement - Repository PSGallery
Original file line number Diff line number Diff line change 1- Save-Module - Name VMware.PowerCLI - MinimumVersion 13.3 .3 - Path / home/ modules - Repository PSGallery
1+ Save-Module - Name VMware.PowerCLI - MinimumVersion 13.3 .0 - Path / home/ modules - Repository PSGallery
22Save-Module - Name PowerVCF - MinimumVersion 2.4 .1 - Path / home/ modules - Repository PSGallery
3- Save-Module - Name PowerValidatedSolutions - MinimumVersion 2.11 .0 - Path / home/ modules - Repository PSGallery
3+ Save-Module - Name PowerValidatedSolutions - MinimumVersion 2.12 .0 - Path / home/ modules - Repository PSGallery
44Save-Module - Name VMware.CloudFoundation.CertificateManagement - Path / home/ modules - Repository PSGallery
Original file line number Diff line number Diff line change 1- Save-Module - Name VMware.PowerCLI - MinimumVersion 13.3 .3 - Path F:\Modules\ - Repository PSGallery
1+ Save-Module - Name VMware.PowerCLI - MinimumVersion 13.3 .0 - Path F:\Modules\ - Repository PSGallery
22Save-Module - Name PowerVCF - MinimumVersion 2.4 .1 - Path F:\Modules\ - Repository PSGallery
3- Save-Module - Name PowerValidatedSolutions - MinimumVersion 2.11 .0 - Path F:\Modules\ - Repository PSGallery
3+ Save-Module - Name PowerValidatedSolutions - MinimumVersion 2.12 .0 - Path F:\Modules\ - Repository PSGallery
44Save-Module - Name VMware.CloudFoundation.CertificateManagement - Path F:\Modules\ - Repository PSGallery
Original file line number Diff line number Diff line change 1- $keySize = " 3072 "
1+ $keySize = " 4096 "
22$email = " admin@rainpole.io"
You can’t perform that action at this time.
0 commit comments