Skip to content

Tool to Show, Add and Delete SSL certificates on Brocade VTMs

Notifications You must be signed in to change notification settings

BennyG93/BrocadeVTM-cert-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brocade Cert Manager

Tool to Show, Add and Delete SSL certificates on Brocade VTMs

Setup -

This project uses a dependency manager dep - https://github.com/golang/dep To install dep on MacOS:

$ brew install dep
$ brew upgrade dep
Build -

Must use dep to install dependencies

$ dep ensure
$ go build cert-manager.go

Usage:

$ ./cert-manager -h
Usage of ./cert-manager:
  -api string
        Brocade VTM API version number (default "3.8")
  -cert string
        Path to the certificate file
  -key string
        Path to the private key
  -loadbalancer string
        Enter the URL for the Load Balancer
  -name string
        The name of the certificate
  -option string
        Command option. 'show' 'add' 'delete'

Examples:

$ ./cert-manager -option=show -loadbalancer=example-vtm-node-01.com -name=example.cert.com
$ ./cert-manager -option=add -loadbalancer=example-vtm-node-01.com -name=example.cert.com -cert=/path/to/cert -key=/path/to/key
$ ./cert-manager -option=delete -loadbalancer=example-vtm-node-01.com -name=example.cert.com

About

Tool to Show, Add and Delete SSL certificates on Brocade VTMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages