1
0
mirror of https://github.com/moepman/acertmgr.git synced 2025-01-07 18:25:25 +01:00
Commit Graph

32 Commits

Author SHA1 Message Date
David Klaftenegger
d561351243 Adds support for SubjectAltName in CSR generation
To use this feature, add multiple domain names in the configuration,
separated by spaces
2016-04-04 08:32:17 +02:00
3389fd2c32 Actually add actions to the set. 2016-02-28 22:52:12 +01:00
6c7c9dfd91 Merge pull request #7 from davidklaftenegger/update_all_targets
replace target files based on timestamp
2016-02-28 22:12:29 +01:00
0a66b07945 Fix error if default values are empty. 2016-02-23 17:53:50 +01:00
7b9cb55bc1 New format: ca to be able to create cert-chains. 2016-02-21 15:27:46 +01:00
c314ca07bb Fix accidentally removed TODO. 2016-02-21 12:44:24 +01:00
980daea649 Rename notify to action and execute them only once. 2016-02-21 11:18:32 +01:00
David Klaftenegger
682f5bf252 indentation error
fixes one instance of space-indentation instead of tab-indentation
2016-02-13 11:38:20 +01:00
David Klaftenegger
2621da80e7 Check result of file metadata changes
Changing ownership and permissions is not supported on all filesystems.
This patch prints a warning whenever it fails to set these properties,
but continues without a fatal error.
2016-02-13 11:38:20 +01:00
David Klaftenegger
a225da894a Use whichever python is available
The code is not specific to python2, so any python should do
2016-02-13 11:38:19 +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
David Klaftenegger
a7245b2cea standalone webserver mode
This patch adds the ability to start a simple
webserver that is sufficient to solve the ACME
challenge.
2016-02-13 11:38:19 +01:00
2b23b20baf Implement cert_put and use live API 2016-01-21 16:43:49 +01:00
e9d57e5572 Improve README 2016-01-21 16:43:05 +01:00
e61cabe6bb More fine grained TODOs for cert_put 2016-01-16 18:58:12 +01:00
daeea9ba3f Implement check&copy in cert_get 2016-01-12 17:43:41 +01:00
81ee02f311 Improve error handling and tempfile creation 2016-01-12 17:41:48 +01:00
c6a0458cb7 Use challenge dir from configuration 2016-01-12 17:33:20 +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
386fc5dfac Merge pull request #2 from davidklaftenegger/master
Adds some different small improvements
2016-01-10 23:14:19 +01:00
79f946806c Handle empty domain config 2016-01-10 17:36:20 +01:00
285e7c2f1e Split cert_get into cert_get and cert_put 2016-01-10 17:29:26 +01:00
69e93cfaeb Refactor cert_isValid, minor improvements 2016-01-10 16:40:22 +01:00
c0d88779ca Merge pull request #1 from davidklaftenegger/master
Add minor functionality and code comments
2016-01-10 16:04:52 +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
62addd4e10 Initial commit 2016-01-10 15:00:43 +01:00