Revision history for App-CreateSelfSignedSSLCert
0.05 2014-06-19 (SHARYANTO)
- No functional changes.
- Revert previous decision. App dist name should still be the name of
the main module. When binary name is a single word (e.g. foo) then
module name should be App::foo and dist App-foo. When binary name is
multiple words (e.g. foo-bar-baz) then module name should use camel
case App::FooBarBaz and dist App-FooBarBaz.
0.04 2014-06-19 (SHARYANTO)
- No functinal changes.
- Rename dist from App-CreateSelfSignedSSL to
App-create-self-signed-ssl-cert, to reflect the name of the binary.
0.03 2014-05-22 (SHARYANTO)
- Add utility: create-ssl-csr.
- Add options: --csr-only.
- [Bugfix] --wildcard option didn't create CN=*.host.com.
0.02 2014-03-26 (SHARYANTO)
- No functional changes.
- Move function from bin/ to lib/ so it's accessible outside CLI
context.
0.01 2014-03-26 (SHARYANTO)
- First release.