Julien Schmidt
4bb5e265ab
README: use absolute path for sqlite DB in example config ( #116 )
2018-09-28 11:40:50 +03:00
Julien Schmidt
b452d504c8
README: fix NS address in test command ( #115 )
2018-09-28 11:14:31 +03:00
Yannik Sembritzki
f76790426d
fix inconsistency between README and actual config ( #114 )
...
* fix inconsistency between README and actual config
* clarify example config in sync w/ config.cfg
2018-09-28 00:46:07 +03:00
Yannik Sembritzki
f650e47fe5
fix README inconsistencies ( #113 )
2018-09-28 00:33:51 +03:00
Yannik Sembritzki
dc0dd43017
simplify example dns config ( #106 )
2018-09-27 23:58:37 +03:00
Julien Schmidt
c827ee4801
README: fix section of HTTP header vars in example config ( #112 )
2018-09-27 23:51:31 +03:00
Stefan Bethke
db2a6bc288
Cmd line flag -c
for config location ( #108 )
...
Add command line parsing and a flag `-c` to specify where the config
file should be loaded from.
2018-09-21 13:38:23 +03:00
Joona Hoikkala
eeff02e63b
Changelog entries for v0.5 ( #104 )
2018-08-12 20:51:04 +03:00
Daniel McCarney
8aa869b2f8
README: Add Lego to supported clients ( #94 )
...
* README: Add Lego to supported clients
* README: List clients in alpha sort
2018-07-10 00:28:53 +03:00
Daniel McCarney
52e977ce1d
README: Add goacmedns, a Go acme-dns client library to README. ( #92 )
2018-07-01 22:54:37 +03:00
Josh Soref
0bbbf5ed39
Minor ( #90 )
...
* add periods to sentences
* markdown
* reword
* reword: the item _acme-challenge should be a cname, not a cname to _acme-challenge
2018-06-05 11:50:42 +03:00
Josh Soref
fbd5c65a6a
Spelling ( #89 )
...
* spelling: the challenging
* spelling: effects
* spelling: received
* spelling: vagrantfile
2018-06-05 11:42:16 +03:00
Gabe Cook
4646e7f7e5
Add systemd service information ( #83 )
...
* Add systemd service information
* Requested changes for systemd service information
2018-05-27 00:08:55 +03:00
Andrew Meyer
3006cb712b
Make ACME cache directory location configurable ( #81 )
...
* Remove trailing whitespace from README and config
* Make ACME cache directory location configurable
2018-05-14 13:42:39 +03:00
Ryan Bolger
fde566fe67
Added Posh-ACME to client list ( #78 )
...
* Added Posh-ACME to client list
* alphabetical order as requested
2018-05-02 23:15:50 +03:00
Joona Hoikkala
299c520c2b
Add Sewer client
2018-04-24 14:17:59 +03:00
Joona Hoikkala
7744357b61
README: add acme.sh and change Certbot hook URL
2018-04-08 12:51:06 +03:00
Joona Hoikkala
0991b3e3c9
Merge branch 'master' into patch-2
2018-04-08 12:24:24 +03:00
Daniel Lo Nigro
8eed75b495
Explain CNAMEs in DNS records section
2018-03-22 20:37:07 -07:00
Daniel Lo Nigro
46b9c45e1b
Remove unintended newline
2018-03-22 20:33:30 -07:00
Daniel Lo Nigro
ed82e15349
Refactor readme changes
...
- Move DNS config to separate "DNS Records" section
- Move testing to separate "Testing It Out" section
2018-03-22 20:32:56 -07:00
Joona Hoikkala
945013579f
README: Add link to a client hook written in Go
2018-03-20 14:56:35 +02:00
Daniel Lo Nigro
3ee50d0c20
Make installation instructions more comprehensive
2018-03-18 23:47:45 -07:00
Joona Hoikkala
07aa5e0043
README: Add link to the client library
2018-03-18 16:02:25 +02:00
Joona Hoikkala
01f010e35e
README: link to client implementation ( #55 )
2018-03-15 13:40:45 +02:00
Joona Hoikkala
cd3a587e43
Release v0.4 ( #53 )
2018-03-15 00:47:36 +02:00
Joona Hoikkala
5c2e60a828
Add configuration option to disable registration endpoint ( #51 )
2018-03-14 23:35:39 +02:00
Daniel McCarney
11c852ee91
README: simplify installation instructions with go get
. ( #41 )
...
* README: simplify installation instructions with `go get`.
Prior to this commit the installation instructions in the README had you
use `git clone` and then `go build`. This can be collapsed into one step
using a more idiomatic `go get` command. This commit updates the README
accordingly.
* Also mention supported config file locations
* Fix go get URL
2018-02-28 20:38:44 +02:00
Daniel
77b5fda6fb
README: Add example 'ip' in example API config.
...
`acme-dns` supports binding the API to a specific interface instead of
all interfaces by providing an `ip` address in the `[api]` configuration
section. Prior to this commit the `ip` field wasn't shown in the example
configuration in the README. This commit adds an example showing how to
configure `acme-dns` to listen only on `127.0.0.1` to the example config
and describes what the default value (`""`) does.
2018-02-27 21:45:13 -05:00
Joona Hoikkala
830cceb62c
Release v0.3.2 ( #40 )
2018-02-01 16:10:24 +02:00
Joona Hoikkala
562d7cbad4
Make autocert use HTTP-01 challenge instead of TLS-SNI ( #36 )
2018-02-01 10:53:34 +02:00
Joona Hoikkala
5470ba7a41
Remove unused variable and prepare for v0.2 ( #22 )
...
* Remove unused variable and prepare for v0.2
* Added new changes to changelog and feature list
* Modified changelog
2018-01-22 12:47:26 +02:00
Joona Hoikkala
665455d319
Docker instructions and configuration ( #33 )
...
* Added dockerfile
* Docker configuration
* Added Docker images, composer configuration and documentation
2018-01-22 12:35:07 +02:00
Joona Hoikkala
9c639223ce
Added dep vendoring ( #17 )
2017-11-12 23:57:45 +02:00
Joona Hoikkala
c70a6cffb0
Go 1.9 and Iris v8, added possibility to bind to IP ( #15 )
2017-11-12 23:40:15 +02:00
Daniel McCarney
0ec12dbc5f
Update README json examples. ( #12 )
...
This commit fixes the JSON examples in the README. There was a missing
`]` in the example input, a missing IP range in the reflected output,
and a few trailing `,` that shouldn't have been there.
2017-09-01 09:37:22 +03:00
Joona Hoikkala
41b2ff5940
Use iris v6 and Go 1.8+ ( #10 )
...
* Quick fixes to bring framework up to date
* Script for test running, api tests need complete rewrite
* Removed govendor from tests
* Fix for AutoTLS
2017-08-02 19:25:27 +03:00
Joona Hoikkala
872e2b7c6f
Service offline
2017-01-30 09:32:01 +02:00
Joona Hoikkala
33bea973dc
Release 0.1
2016-12-05 00:35:51 +02:00
Santeri Toikka
174cf59fcc
Fixed ipv6 mask.
2016-12-04 19:17:31 +02:00
Santeri Toikka
7510368a46
Comma tuning and added ipv6 example to JSON structure.
2016-12-03 19:36:46 +02:00
Joona Hoikkala
ad4decb0bb
Added new video with the new API
2016-12-03 15:44:50 +02:00
Joona Hoikkala
8d0b08229d
Readme changes
2016-12-03 11:33:43 +02:00
Santeri Toikka
ef64560fe5
Elevated modifications.
2016-12-02 17:48:36 +02:00
Santeri Toikka
77729447d4
Corrections to spelling and structure based on the discussions.
2016-12-02 17:44:58 +02:00
Santeri Toikka
70f45b374a
Updates to instructions.
2016-11-30 08:26:46 +02:00
Joona Hoikkala
a5e95a6044
Update README.md
2016-11-29 12:48:36 +02:00
Joona Hoikkala
5ade14f2bc
Update README.md
2016-11-29 01:15:00 +02:00
Joona Hoikkala
6a22631c4f
Update README.md
2016-11-29 01:09:38 +02:00
Joona Hoikkala
08d3190a6c
Update README.md
2016-11-29 01:06:16 +02:00