Skip to content

bond/csrtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csrtool

python version of gen-csr (Ruby version available at github.com/bond/gen-csr).

Installation

Can be installed from PyPi: pip install csrtool

Usage

First domain is used as Common-name in addition to DNS-name: csr --org MyOrg my.org www.my-org

For more help: csr --help

Alternate IP-addresses are supported from version 0.0.8, by using syntax "ip:10.0.0.1"

Development

To test the development version use command in repository dir: pip install -e $(pwd)

Pull requests are welcome :)

Uploading package

Uploading package to PyPi

  • Build package for upload: python setup.py bdist_wheel
  • Upload package: twine upload dist/package-version.whl

About

python version of gen-csr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages