intercert icon indicating copy to clipboard operation
intercert copied to clipboard

Use Let's Encrypt on private (LAN) servers using DNS validation

Results 21 intercert issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1. Release notes Sourced from github.com/pkg/errors's releases. errors 0.9.1 pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on...

dependencies
go

In order to be a good [twelve-factor app](https://12factor.net/) we should support configuration via environment variables as opposed to a configuration file. This was raised in #29 and needs further investigation...

enhancement
hacktoberfest

Currently insecure communication (no TLS) is used between the client and the server. This is bad a security related application :trollface: A suggested fix would be to: 1. Extend server...

security

Clients should identify themselves to the server.

security

We should not spam the server retrying failed requests for certificates. This should be implemented by adding support for some kind of backoff policy scheme in `client/queue.go`

enhancement

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.4.0 to 1.18.2. Release notes Sourced from github.com/spf13/viper's releases. v1.18.2 tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead. This release fixes a regression that...

dependencies
go

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 1.8.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.0 ✨ Features Support usage as plugin for tools like kubectl by @​nirs in spf13/cobra#2018 - this means...

dependencies
go

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.8.4. Release notes Sourced from github.com/stretchr/testify's releases. v1.8.4 No release notes provided. Minor improvements and bug fixes Minor feature improvements and bug fixes Fixes breaking...

dependencies
go

Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.2 to 1.5.3. Release notes Sourced from github.com/golang/protobuf's releases. v1.5.3 Notable changes *( #1363) jsonpb: accept 'null' as a valid representation of NullValue in unmarshal v1.5.2 Notable...

dependencies
go

Bumps golang from 1.13-alpine to 1.21-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.13-alpine&new-version=1.21-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker