1
0
mirror of https://github.com/moepman/acertmgr.git synced 2025-01-06 06:05:23 +01:00
Commit Graph

22 Commits

Author SHA1 Message Date
Ralf Ramsauer
90af37799e Allow multiple actions
Also update README.md

Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
2016-04-11 21:29:56 +02:00
Ralf Ramsauer
a0e7dd66ea Make key location dynamic
Besides the fact that this removes redundant code, hard coded location
of file is generally no good idea

Also adapt README.md and provide a default location for key files.

Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
2016-04-11 21:29:56 +02:00
Ralf Ramsauer
f6a50f62ca Readme: Add hint for proper permission setting of keys
openssl genrsa > foo will allow group and world read. Add a hint that
these permissions should be adjusted.

Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
2016-04-11 21:29:56 +02:00
David Klaftenegger
321462eb44 Make it a configuration option which ACME authority is used 2016-04-04 19:41:47 +02:00
72ec05cd8e Improve documentation 2016-04-04 09:20:29 +02:00
David Klaftenegger
15467e9f84 Add example for multiple domain names per certificate
The first name will be the Common Name.
All names will be listed as subject alternate names.
2016-04-04 08:32:17 +02:00
David Klaftenegger
6d98a78bf3 Documentation: add more examples 2016-04-04 08:32:17 +02:00
David Klaftenegger
1c083f6ba5 Documentation changes
acme-tiny is no longer required
ca-file needs to be downloaded

minor fixes of inaccuracies
2016-04-04 08:32:17 +02:00
David Klaftenegger
22db50c62d replace acme-tiny
using a pyopenssl implementation of the same functionality instead
2016-04-04 08:32:17 +02:00
7b9cb55bc1 New format: ca to be able to create cert-chains. 2016-02-21 15:27:46 +01:00
980daea649 Rename notify to action and execute them only once. 2016-02-21 11:18:32 +01:00
David Klaftenegger
deeef0d1b9 Initial setup documentation
Adds a section for the initial motions required to get a acertmgr running
2016-02-13 11:38:19 +01:00
e9d57e5572 Improve README 2016-01-21 16:43:05 +01:00
c1740083a4 Merge pull request #3 from davidklaftenegger/master
Improved error checks
2016-01-11 21:44:40 +01:00
54c474da99 Acutally invoke acme_tiny (using the staging API) 2016-01-11 20:51:23 +01:00
5a43733347 Fix markdown in README 2016-01-11 20:22:36 +01:00
55dd798b77 More checks (e.g. for acme_tiny) 2016-01-11 20:15:31 +01:00
285e7c2f1e Split cert_get into cert_get and cert_put 2016-01-10 17:29:26 +01:00
c494fc3ba7 Add a security section to README 2016-01-10 15:56:04 +01:00
933c2e8ed1 Minor code and documentation improvements 2016-01-10 15:48:16 +01:00
72c9fe0115 Fix README mardown syntax 2016-01-10 15:27:08 +01:00
0620cb509d Add README 2016-01-10 15:20:59 +01:00