Commit Graph

423 Commits

Author SHA1 Message Date
Arjan H
4eb3ad877c Bump boulder version to release-2024-05-06 2024-07-02 19:47:47 +02:00
dependabot[bot]
e6e69beb41 Bump docker/build-push-action from 5 to 6 (#133)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 20:37:02 +02:00
Arjan H
1cc836f575 Bump nginx from 1.25.4 to 1.26.0 2024-05-05 10:04:57 +02:00
Arjan H
5d27e00fa4 Bump boulder version to release-2024-04-30 2024-05-04 21:26:13 +02:00
dependabot[bot]
dd45211df0 Bump golang.org/x/net from 0.21.0 to 0.23.0 in /gui (#128)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 19:48:15 +02:00
Arjan H
e6da46b9af Add docker volume for docker-only setup 2024-04-10 20:28:04 +02:00
hakwerk
bd845d4f16 [skip ci] Commit changes from build-dockers action 2024-04-09 19:54:53 +00:00
Arjan H
8b116d08e2 Bump boulder version to release-2024-04-08 2024-04-09 21:00:36 +02:00
Arjan H
5c41c8eff9 Remove now obsolete version attribute from docker-compose.yml 2024-04-07 14:12:39 +02:00
Arjan H
cbe2f4089c Bump boulder version to release-2024-04-01 2024-04-07 13:47:10 +02:00
dependabot[bot]
f8a358793c Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /gui (#122)
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-07 12:33:35 +02:00
dependabot[bot]
e737977dd5 Bump github.com/jackc/pgx/v4 from 4.18.0 to 4.18.2 in /gui (#121)
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.18.0 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.18.0...v4.18.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-07 12:17:39 +02:00
Arjan H
37d7344e62 Nuance the raspberry pi limitation in README (#124) 2024-03-30 10:40:30 +01:00
Arjan H
75c98926a8 Fix dns server lookup in apply-boulder [#119] 2024-03-17 12:01:21 +01:00
Arjan H
0f75d2e042 Update troubleshooting for rate limit to README.md
As suggested in #117 this may cause some confusion
2024-03-12 19:51:45 +01:00
Arjan H
df520e64f7 Bump boulder version to release-2024-02-26 2024-03-03 11:41:24 +01:00
hakwerk
578a0faaea [skip ci] Commit changes from build-dockers action 2024-02-23 19:34:18 +00:00
Arjan H
5c28148a98 Bump nginx from 1.25.3 to 1.25.4 2024-02-23 20:31:59 +01:00
Arjan H
df3d112d42 Bump boulder version to release-2024-02-20 2024-02-23 20:18:53 +01:00
Arjan H
98871cd6e7 Suppress 'must end in IANA registered TLD' error on renewal (#114)
When using whitelist/lockdown domains, also accept them in va.extractRequestTarget().
Apparently that method only gets used on renewal but not during the original request?
2024-02-23 17:52:38 +01:00
Arjan H
e88b72bb2f Bump boulder version to release-2024-02-06 2024-02-06 20:25:29 +01:00
Arjan H
045a128c2c Option to allow public contact email addresses in lockdown mode
When in lockdown mode, only those domains can be used to request certificates for,
but it also only accepts email addresses in those domains. With this option in the
GUI it is now possible to still allow all public domains in contact addresses.
2024-02-04 13:46:26 +01:00
Arjan H
10c3d6ad6e Use user email as contact address for ACME account 2024-02-04 10:22:56 +01:00
Arjan H
9549ac3cde Decrease health check interval
Prevents flood of messages on slow startup
2024-01-28 08:44:11 +01:00
Arjan H
bef3544d5e Bump boulder version to release-2024-01-22 2024-01-26 20:08:22 +01:00
Arjan H
a1a3230ead Fix several issues with renewing certificates (#109)
URI encode the root_key and passphrase.
Fix name of root_key file.
Stop processing when error has occurred.
2024-01-25 18:49:26 +01:00
Arjan H
059898a4b1 Fix mail-tester config struct to match expiration-mailer (#108) 2024-01-22 19:27:09 +01:00
Arjan H
246d6729a7 Do not run build-dockers.yml on pull_request 2024-01-20 10:00:53 +01:00
dependabot[bot]
1d0eee137e Bump actions/cache from 3 to 4 (#107)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-20 09:55:59 +01:00
Arjan H
65e4ac1944 Set correct tag for boulder-tools image in install 2024-01-13 11:48:07 +01:00
Arjan H
43f0b2cea7 Extend health-checker timeout always (#86) 2024-01-13 11:29:38 +01:00
Arjan H
1f6992cc5c Set correct tag for building docker images 2024-01-13 08:29:59 +01:00
hakwerk
c005dddbb8 [skip ci] Commit changes from build-dockers action 2024-01-12 19:56:17 +00:00
Arjan H
ffb8d01ad1 Fix default Common Name on create certificate 2024-01-12 20:48:01 +01:00
Arjan H
dec3a1b822 Bump boulder version to release-2024-01-08 2024-01-12 20:37:34 +01:00
Arjan H
0adcce1f1f Cosmetic: bump year 2024-01-07 20:25:43 +01:00
Arjan H
33208bf347 Add way to renew (extend lifetime of) CA certificates (#74) 2023-12-26 11:56:45 +01:00
dependabot[bot]
23bcde19f8 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /gui (#106)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 10:34:19 +01:00
Arjan H
80c33ee6ff Fix db migration to preserve existing data 2023-12-09 14:55:33 +01:00
Arjan H
88899cbd67 Bump boulder version to release-2023-12-04 2023-12-09 14:39:50 +01:00
dependabot[bot]
9aa6fa3eb9 Bump actions/setup-go from 4 to 5 (#105)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 08:21:25 +01:00
hakwerk
3fa427c0c3 [skip ci] Commit changes from build-dockers action 2023-11-23 19:30:50 +00:00
Arjan H
8ba3b97bbb Bump boulder version to release-2023-11-20 2023-11-23 20:20:59 +01:00
Arjan H
c32f653adb Bump boulder version to release-2023-10-30 2023-11-03 20:09:56 +01:00
Arjan H
1030dfd204 Bump nginx from 1.25.2 to 1.25.3 2023-10-26 22:23:41 +02:00
dependabot[bot]
573716b019 Bump google.golang.org/grpc from 1.56.2 to 1.56.3 in /gui (#100)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.2...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 21:58:18 +02:00
dependabot[bot]
30b0d075fc Bump golang.org/x/net from 0.12.0 to 0.17.0 in /gui (#98)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 19:14:15 +02:00
dependabot[bot]
4309673c2a Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#97)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 10:38:44 +02:00
Arjan H
abab3a892d Bump boulder version to release-2023-10-04 2023-10-05 19:05:52 +02:00
Arjan H
da63bbfe07 Update README.md with DNS note and move dockeronly hint (#95) 2023-09-24 20:21:27 +02:00