Skip to content

Commit

Permalink
cmd/gomoteserver: add configuration for GTS certificates
Browse files Browse the repository at this point in the history
This change configures the gomoteserver to generate certificates using
GCP GTS. This only applies to gomotessh.golang.org. The
gomote.golang.org domain certificate is managed by the Kubernetes
cluster.

Change-Id: If8b1b358aa085657d87e1988cabaa67a211af983
Reviewed-on: https://go-review.googlesource.com/c/build/+/641077
Reviewed-by: Roland Shoemaker <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
cagedmantis committed Jan 7, 2025
1 parent c463678 commit 240dfd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/gomoteserver/deployment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ spec:
- "-listen-https-selfsigned=:444"
- "-private-host-key=secret:symbolic-datum-552/gomoteserver-private-host-key"
- "-public-host-key=secret:symbolic-datum-552/gomoteserver-public-host-key"
- "-autocert-directory=https://dv.acme-v02.api.pki.goog/directory"
- "[email protected]"
- "-autocert-eab=secret:symbolic-datum-552/gomoteserver-certificates-eab"
ports:
- containerPort: 80
- containerPort: 443
Expand Down

0 comments on commit 240dfd0

Please sign in to comment.