Skip to content

codelux/ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

SSL is oftentimes diffucult and/or tedious to install, but it doesn’t need to be. The SSL gem automates creation, validation and installation of ssl certificates on the server. It detects the web sites on the server and creates and sends the certificate requests to an globally trusted certificate authority. Optionally, it does the validation and installation of the signed certificate so that minimal manual work needs to be involved.

Use this command to initialize ssl on your server installation

ssl init

Other examples:

ssl create --cert_domains www.domain.com
ssl install --cert_number 1
gem install ssl

ssl COMMAND [options]

For help use: ssl -h

  • -h, –help Displays help message

  • -v, –version Display the version, then exit

  • -q, –quiet Output as little as possible, overrides verbose

  • -V, –verbose Verbose output

Author

Leo Grove

Copyright

Copyright © 2012 Leo Grove.

License

Licensed under the MIT License: www.opensource.org/licenses/mit-license.php

About

command line tool to allow creation, validation, and installation of ssl certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages