intercert
intercert copied to clipboard
Use Let's Encrypt on private (LAN) servers using DNS validation
The module path `github.com/mholt/certmagic` found in your `go.mod` doesn't match the actual path `github.com/caddyserver/certmagic` found in the dependency's `go.mod`. Updating the module path in your `go.mod` to `github.com/caddyserver/certmagic` should resolve...
Bumps golang from 1.13-alpine to 1.16.6-alpine. [](https://dependabot.com/compatibility-score/?dependency-name=golang&package-manager=docker&previous-version=1.13-alpine&new-version=1.16.6-alpine) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.24.0 to 1.36.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.36.0 New Features xds bootstrap: support config content in env variable (#4153) Bug Fixes encoding/proto: do not...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.7.0. Release notes Sourced from github.com/stretchr/testify's releases. Minor improvements and bug fixes Minor feature improvements and bug fixes Fixes breaking change with HTTPBodyContains A breaking...
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.2 to 1.4.3. Release notes Sourced from github.com/golang/protobuf's releases. v1.4.3 Notable changes: (#1221) jsonpb: Fix marshaling of Duration (#1210) proto: convert integer to rune before converting to...
Bumps [github.com/go-acme/lego/v3](https://github.com/go-acme/lego) from 3.1.0 to 3.9.0. Release notes Sourced from github.com/go-acme/lego/v3's releases. v3.9.0 Added: [dnsprovider] Add Akamai Edgedns. Deprecate FastDNS [dnsprovider] Add DNS provider for HyperOne Changed: [dnsprovider] designate: add...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.4.0 to 1.7.1. Release notes Sourced from github.com/spf13/viper's releases. v1.7.1 This release contains a bugfix for environment variable expansion. See #495 and #940 for details. v1.7.0 This...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.7. Release notes Sourced from github.com/spf13/cobra's releases. v0.0.7 Bug fix to restore previous exit behavior when a command is not runnable. Issue Ref: #1056 Bug...
Bumps [github.com/mholt/certmagic](https://github.com/mholt/certmagic) from 0.8.3 to 0.9.3. Commits 9893774 Fix close signaling 2e1c223 Rewrite HTTP and TLS-ALPN solvers; always use our own solvers 7f07778 Limit one new client at a time...