1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

9 Commits

Author SHA1 Message Date
2ee086d41c switch to new go-acme imports from xenolf. Fix api changes (#540)
* switch to new go-acme imports from xenolf. Fix api changes

* update many vault related dependencies
2019-07-29 10:54:32 -04:00
be5b588035 add must_staple option to cert. Default false (#502) 2019-05-29 14:03:36 -04:00
e242f5a152 Increase 'just because' sleep to 60s 2019-05-02 19:31:15 -04:00
5c03761fa6 notifications for get-certs command (#451) 2019-02-21 19:58:50 -05:00
7e5a1fb96d add tls.combined field to vault cert backend 2019-02-06 15:21:08 -05:00
cf7f199462 allow ecc certs if desired (#411) 2018-10-09 18:51:48 -04:00
6764811c5f Abstraction for Certificate Storage (+ vault storage) (#406)
* new abstraction around storage

* re-work completely to fit new acme package pre-solving paradigm

* vault storage plugin

* add some vendor

* delete old vendor pinning mechanism
2018-10-08 16:11:19 -04:00
402fc449e2 Certs: Create directories with execute permissions so they can be opened (#395)
* Create directories with execute permissions so they can be opened
* Use 0700 permissions on certificate directories instead of 0755
2018-08-27 12:12:53 -04:00
2e8c4a758f Let's Encrypt Certificate Generation (#327)
* Manual rebase of get-certs branch

* fix endpoints, add verbose flag

* more stable pre-check behaviour

* start of docs

* docs for get-certs

* don't require cert for dnscontrol

* fix up directory paths

* small doc tweaks
2018-04-26 13:11:13 -04:00