Commit Graph

17 Commits

Author SHA1 Message Date
Arjan H
6d72d32398 Use ceremony tool for generating keys and certs; store keys on SoftHSM
Replace openssl certificate / CRL generation with the tool as used by
Let's Encrypt, storing the keys on SoftHSMv2, a simulated HSM (Hardware
Security Module).
Include migration of old setups where key files were also stored on
disk.
2025-01-31 20:44:48 +01:00
Arjan H
4e1c361414 Bump golang.org/x/crypto from 0.21.0 to 0.31.0 2024-12-13 19:56:25 +01: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
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
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
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
Arjan H
33c5fdfee1 Update go.mod dependencies of gui 2023-07-14 19:33:18 +02:00
Arjan H
2653308333 Use go 1.20 in gui go.mod 2023-04-22 11:07:03 +02:00
dependabot[bot]
8bb6fe6600 Bump golang.org/x/crypto in /gui (#71)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20211215153901-e495a2d5b3d3 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.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-03-09 20:56:31 +01:00
dependabot[bot]
dab3e85a1b Bump golang.org/x/net in /gui (#69)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220607020251-c690dde0001d to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.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-02-25 15:48:50 +01:00
Arjan H
e5798fb821 Make standalone gui version for Smallstep step-ca ACME (#55) 2022-09-05 20:52:21 +02:00
Arjan H
1a321e2091 Refactor ACME gui to use more generic structs 2022-09-02 20:18:41 +02:00
Arjan H
d7dee9ca1b Refactor some deprecated code 2022-08-15 19:32:30 +02:00
Arjan H
1d2eea47c7 Update go.mod to go 1.17 2022-04-13 19:06:43 +02:00
Arjan H
f922d2e6f5 Convert to go module because of issue with hcl/printer in GOPATH mode
cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of:
        /usr/local/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT)
        /go/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH)
2021-02-13 11:23:05 +01:00