Commit graph

4 commits

Author SHA1 Message Date
fox.cpp
80328b8dee
Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
fox.cpp
1de5f0bcdf
libdns: Disable namecheap provider if Go < 1.16 is used
I decided it is not worth bumping version requirement just
for one DNS provider. I would prefer to stick to targeting
Go version available in latest Ubuntu LTS (Go 1.14 currently).
2021-08-28 15:43:20 +03:00
fox.cpp
c0845fb27a
libdns: Add namecheap provider
Closes #392.
2021-08-26 07:30:15 +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