Certificate tool for Sysadmins
Project description
Description
Easy-to-use command-line tool for certificate management.
Features
Simple command-line UI.
Good defaults, sets up common extensions automatically.
PGP- and password-protected private keys.
OCSP and CRL info settings.
Supports EC, RSA and DSA keys.
Dependencies
Python cryptography module (version >= 2.1).
(Optional) gpg command-line tool to decrypt files.
Summary
Generate new key:
sysca new-key [--password-file TXT_FILE] [--out DST] sysca new-key ec[:<curve>] [--password-file TXT_FILE] [--out DST] sysca new-key rsa[:<bits>] [--password-file TXT_FILE] [--out DST] sysca new-key dsa[:<bits>] [--password-file TXT_FILE] [--out DST]
Create certificate signing request:
sysca request --key KEY_FILE [--password-file TXT_FILE]
[--subject DN] [--san ALTNAMES]
[--CA] [--path-length DEPTH]
[--usage FLAGS] [--ocsp-url URLS] [--crl-url URLS]
[--issuer-cert-url URLS]
[--out CSR_FN]
Create selfsigned certificate:
sysca selfsign --key KEY_FILE --days N [--password-file TXT_FILE]
[--subject DN] [--san ALTNAMES]
[--CA] [--path-length DEPTH]
[--usage FLAGS] [--ocsp-url URLS] [--crl-url URLS]
[--issuer-cert-url URLS]
[--out CRT_FN]
Sign certificate signing request:
sysca sign --ca-key KEY_FILE --ca-info CRT_FILE
--request CSR_FILE --days NUM
[--out CRT_FN] [--password-file TXT_FILE]
[--reset ...]
Create or update CRL file:
sysca update-crl [--crl CRL_FILE] [--out CRT_FN]
--ca-key KEY_FILE --ca-info CRT_FILE [--password-file TXT_FILE]
--days NUM [--crl-number NUM] [--delta-crl-number NUM]
[--reason REASON_NAME]
[--revoke-cert CERT_FILE] ...
[--revoke-serial SERIAL] ...
Display contents of CRT, CSR or CRL file:
sysca show FILE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sysca-2.1.tar.gz
(100.6 kB
view details)
File details
Details for the file sysca-2.1.tar.gz.
File metadata
- Download URL: sysca-2.1.tar.gz
- Upload date:
- Size: 100.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d39fb09ce3fe457afe88c4c293a23171ff1e55b26e7bec4c67a655bc1e25a84
|
|
| MD5 |
42cf9be48dca250dc0e297258d8a8acc
|
|
| BLAKE2b-256 |
d3e88746d9ac53f6f0369e483694112e4906fb6cd80d7719b15c76cf27c3c5a8
|