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

https://github.com/tsndr/simple-certificate-authority

This is just a simplified CLI for OpenSSL to make it easier to issue self signed certificates.
https://github.com/tsndr/simple-certificate-authority

ca certificate certificate-authority cli openssl simple ssl

Last synced: 3 months ago
JSON representation

This is just a simplified CLI for OpenSSL to make it easier to issue self signed certificates.

Awesome Lists containing this project

README

          

# Simple Certificate Authority

This is just a simplified CLI for OpenSSL to make it easier to issue self signed certificates.

`./ca.py help`
```
USAGE
ca help
ca help
ca help

COMMANDS
init Generate root key and root certificate
key Manage private keys
request Manage certificate requests
certificate Manage certificates
```

`./ca.py certificate help`
```
USAGE
ca certificate help
ca certificate help

COMMANDS
list List all certificates
get Get certificate content
create Create a new certificate
delete Delete existing certificate
```