pomerium/internal/autocert
dependabot[bot] 7851830c69
chore(deps): bump github.com/caddyserver/certmagic from 0.18.2 to 0.19.1 (#4401)
* chore(deps): bump github.com/caddyserver/certmagic from 0.18.2 to 0.19.1

Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.18.2 to 0.19.1.
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](https://github.com/caddyserver/certmagic/compare/v0.18.2...v0.19.1)

---
updated-dependencies:
- dependency-name: github.com/caddyserver/certmagic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* autocert: update cache method invocation

The method CacheUnmanagedTLSCertificate() now returns a certificate hash
in addition to an error value.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com>
2023-08-01 15:21:56 -07:00
..
certmagic_logger.go autocert: suppress OCSP stapling errors (#4371) 2023-07-19 13:56:36 -06:00
certmagic_logger_test.go autocert: suppress OCSP stapling errors (#4371) 2023-07-19 13:56:36 -06:00
manager.go chore(deps): bump github.com/caddyserver/certmagic from 0.18.2 to 0.19.1 (#4401) 2023-08-01 15:21:56 -07:00
manager_test.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
ocsp.go upgrade to golang-lru v2 (#3771) 2022-12-02 09:25:52 -07:00
ocsp_test.go ocsp: reload on ocsp response changes (#2286) 2021-06-11 15:58:01 -04:00
storage.go autocert: add support for storage in gcs (#3794) 2022-12-09 08:22:32 -07:00
storage_gcs.go autocert: add support for storage in gcs (#3794) 2022-12-09 08:22:32 -07:00
storage_locker.go autocert: add support for storage in gcs (#3794) 2022-12-09 08:22:32 -07:00
storage_s3.go autocert: add support for storage in gcs (#3794) 2022-12-09 08:22:32 -07:00
storage_test.go autocert: add support for storage in gcs (#3794) 2022-12-09 08:22:32 -07:00