Commit graph

8 commits

Author SHA1 Message Date
fox.cpp
78e4600a17
Upgrade all dependencies
1. go-smtp is replaced by a fork that reverts StartTLS removal.
2. SASL LOGIN is no longer supported by upstream go-sasl, readded disabled by default.
3. Updated endpoint code to match new go-smtp authentication interfaces.
4. certmagic repo had some renames
5. Minimum Go version increased to 1.23 to match dependencies.
2025-01-24 21:29:48 +03:00
fox.cpp
dd5f8a68da
tls/acme: Actually use test_ca 2024-01-29 23:52:05 +03:00
fox.cpp
d9920f0763
tls/acme: Return certmagic.New config in GetConfigForCert
Might have caused partially broken configurations e.g. #619.
2023-08-23 16:55:04 +03:00
fox.cpp
de756c8dc5
tls/acme: Add support for DNS-01 domain delegation
See #588.
2023-05-29 22:19:47 +03:00
fox.cpp
ccec931b6c
go get -u & go mod tidy 2022-06-23 13:16:42 +03:00
ptrcnull
4b1c4f932a tls/acme: set default hostname 2022-03-18 12:01:16 +03:00
fox.cpp
3ce9279f39 tls/acme: Actually use production Let's Encrypt endpoint
Closes #3.
2021-07-13 12:46:20 +03:00
fox.cpp
93cf4f231a Integrate CertMagic ACME client with dns-01 challenge
Support for a subset of libdns providers is added.
Some are enabled by default (assuming they are popular ones). AWS and Google Cloud SDKs take up extra 10 MiB of executable size.

Only filesystem storage is supported as of now.

Closes #3.
2021-07-13 12:38:42 +03:00