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.
- Host: GitHub
- URL: https://github.com/tsndr/simple-certificate-authority
- Owner: tsndr
- License: mit
- Created: 2021-06-28T01:01:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T23:36:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T05:24:38.060Z (8 months ago)
- Topics: ca, certificate, certificate-authority, cli, openssl, simple, ssl
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 helpCOMMANDS
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 helpCOMMANDS
list List all certificates
get Get certificate content
create Create a new certificate
delete Delete existing certificate
```