Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kohkimakimoto/selfsigned-crt

A script to generate self-signed SSL certificate.
https://github.com/kohkimakimoto/selfsigned-crt

Last synced: 4 months ago
JSON representation

A script to generate self-signed SSL certificate.

Awesome Lists containing this project

README

        

# selfsigned-crt

A script to generate self-signed SSL certificate.

## Usage

```
Usage: selfsigned-crt

Generate self-signed SSL certificate.

Options:
-h Show help.
-v Print version.
-o DIR Specify the output directory.

Example:
selfsigned-crt foo.bar.10.0.0.1.xip.io
selfsigned-crt hoge.10.0.0.1.xip.io foo.bar.10.0.0.1.xip.io

Description:
Copyright (c) Kohki Makimoto
The MIT License (MIT)
```

## Author

Kohki Makimoto

## License

The MIT License (MIT)