Merge pull request #95 from nielslaukens/master

Add ability to sign "arbitrary" CSRs
This commit is contained in:
Lukas Schauer
2016-01-22 16:54:47 +01:00
2 changed files with 128 additions and 41 deletions

View File

@@ -8,6 +8,7 @@ Other dependencies are: curl, sed, grep, mktemp (all found on almost any system,
Current features:
- Signing of a list of domains
- Signing of a CSR
- Renewal if a certificate is about to expire or SAN (subdomains) changed
- Certificate revocation
@@ -25,6 +26,7 @@ Default command: help
Commands:
--cron (-c) Sign/renew non-existant/changed/expiring certificates.
--signcsr (-s) path/to/csr.pem Sign a given CSR, output CRT on stdout (advanced usage)
--revoke (-r) path/to/cert.pem Revoke specified certificate
--help (-h) Show help text
--env (-e) Output configuration variables for use in other scripts