PowerCLI

 View Only
  • 1.  vCenter Certificate Management via Powershell

    Posted Apr 22, 2019 10:11 PM

    6.7U2 finally introduced a REST API for managing certificates. After a few days of struggling to figure out the exact formats the APIs wanted everything in, I managed to create a set of Powershell cmdlets for managing vCenter certificates.

    I've packaged as a module and published to github here:

    GitHub - azirish1998/vCenterTls

    Please see the README for instruction and usage info.

    This is my first time using GitHub and making a module for public consumption.  If there's anything I should do differently, kindly let me know.

    I hope you find this useful!



  • 2.  RE: vCenter Certificate Management via Powershell

    Posted Apr 23, 2019 04:39 AM

    Great job!
    I would suggest to submit the module to the PowerCLI Community Repository



  • 3.  RE: vCenter Certificate Management via Powershell

    Posted Apr 23, 2019 11:42 PM

    Thanks!  I submitted a pull request (or at least I think I did :smileyhappy: ) Git and Github are still very foreign to me.