100 Commits

Author SHA1 Message Date
e1b75015e0 Merge pull request #27 from alanpearce/listen-ipv6
enable listening on IPv6 addresses
2025-05-24 14:29:40 +02:00
Alan Pearce
840bbe5ead enable listening on IPv6 addresses 2024-12-07 21:26:21 +01:00
37871fe462 chore: readme update v1.8.8 2024-03-29 10:52:35 +01:00
8fb6331035 chore: upgrade tlsconfig pkg 2024-03-29 10:09:43 +01:00
936760af1d chore: linter feedback 2024-03-28 13:16:13 +01:00
fd16e2ecba chore: updating deps 2024-03-28 13:09:55 +01:00
3abb98306e Merge pull request #26 from nferch/master
chore: upgrade to lego 4.15.0 / go 1.20
2024-03-28 13:01:39 +01:00
Nathan A. Ferch
29cae83c60 chore: upgrade to lego 4.15.0 / go 1.20 2024-03-21 17:21:25 -04:00
9d3a0b6970 Merge pull request #25 from azukaar/master
Update lego to v4.3.1
v1.8.7
2023-07-06 10:33:10 +02:00
Yann Stepienik
e9dcb2ea9a Update lego to v4.3.1 2023-06-16 00:27:40 +01:00
cbc84e96ed feat: when obtaining a new cert due to changed domains failed, init with previously cached one instead v1.8.6 2023-05-09 10:04:48 +02:00
725f4a0a78 fix: invoke failedToRenewCert in case of failure to renew cert on simplecert.Init and keep runnning v1.8.5 2023-04-21 13:17:15 +02:00
9db448f322 Merge pull request #22 from JDLK7/feat/key-types
Allow other key types
v1.8.4
2023-02-10 10:51:14 +01:00
Jose Domenech Leal
8257b4754a Allow other key types in the configuration 2023-02-09 11:03:53 +00:00
8473eac28d updated examples 2021-01-20 17:32:07 +01:00
c45ebd3450 added common container pitfalls to readme 2021-01-20 17:31:49 +01:00
8faf537327 exit cleanly by default if no cleanup function has been provided v1.8.3 2021-01-20 16:54:23 +01:00
b441d911f8 improve config validation 2021-01-20 16:54:00 +01:00
f8617e41f6 add troubleshooting infos to readme 2021-01-20 16:53:47 +01:00
d736598735 upgrade dependencies v1.8.2 2021-01-20 10:56:09 +01:00
c1db697839 update deps, replace deprecated hosts pkg v1.8.1 2020-12-08 09:53:12 +01:00
e4c891b23b upgrade lego to v4 v1.8.0 2020-11-25 23:56:29 +01:00
b8215e9faa dont fatal in simplecert.Init v1.7.7 2020-11-19 11:28:13 +01:00
ef4e749480 add certReloader.ReloadNow() v1.7.6 2020-10-03 11:52:28 +02:00
65bd4f40df only send SIGHUP when no handler was specified to restart the service, updated tests and documented setup v1.7.5 2020-07-06 11:26:00 +02:00
f5c6d48f6d Merge pull request #12 from firefixmaarten/master
allow to override dns resolvers if needed
v1.7.4
2020-06-29 10:22:25 +02:00
Maarten Vanden Branden
820362b2f1 remove misplaced variable in CertStatus 2020-06-23 12:26:56 +02:00
Maarten Vanden Branden
c703796028 allow to override dns resolvers if needed 2020-06-23 12:08:07 +02:00
7259a042dc fix typo in Readme 2020-06-02 16:57:20 +02:00
be5c5db01f prevent a nil pointer exception if the status API is called but the config hasn't been initialized yet v1.7.3 2020-06-02 12:14:27 +02:00
4d0d16d55a Merge pull request #11 from firefixmaarten/master
merge: go mod tidy
v1.7.2
2020-05-29 16:17:37 +02:00
Maarten Vanden Branden
a955ba8cb2 go mod tidy 2020-05-29 16:08:50 +02:00
32ebecf658 bugfix: call DidRenewCertificate only when the cert was exchanged v1.7.1 2020-05-29 14:00:00 +02:00
c084e681d7 bugfix: call WillRenewCertificate only if cert needs to be exchanged v1.7 2020-05-29 13:52:48 +02:00
26d752ea11 cleanup and testing, added unit tests for renewing the certificate locally using the pebble staging server 2020-05-19 18:27:51 +02:00
c1be008bbf update lego to v3.7.0 v1.6.9 2020-05-19 11:12:01 +02:00
61d77a36cc updated status api to return a CertStatus structure 2020-04-24 10:50:23 +02:00
8b5bbd46bd adjust status msg 2020-04-24 10:35:01 +02:00
64d3003cfc fix logging domains from cert for local mode 2020-04-24 10:23:06 +02:00
5575ab63a4 fix parsing local pem bundle 2020-04-24 10:20:52 +02:00
c551998499 handle local cert in status check 2020-04-24 10:12:28 +02:00
61fea6b240 added status api, to retrieve expiration info and renewal interval 2020-04-24 10:01:31 +02:00
65fb00b649 lego pkg update, go mod tidy 2020-04-21 16:54:18 +02:00
0109758fe7 log which challenges have been set v1.6.8 2020-02-22 17:05:39 +01:00
6afb1e7a69 bugfix: syscall.Kill is not available on windows v1.6.7 2020-02-22 13:00:13 +01:00
62fa89f857 add time to backup dir name v1.6.6 2020-02-14 12:58:24 +01:00
c7296f5b4d adjusted default checkInterval to every two days, dont trigger reload via SIGHUP when using dns provider v1.6.5 2020-02-14 12:48:30 +01:00
e438243530 added cleanup function to readme and updated examples 2020-02-11 11:16:26 +01:00
5c57aa6e29 go mod tidy v1.6.4 2019-12-10 10:45:43 +01:00
99679b9d8c updated gitignore 2019-11-19 16:47:04 +01:00