Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cert interface #1212

Merged
merged 14 commits into from
Oct 10, 2024
2 changes: 1 addition & 1 deletion cert/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GO111MODULE = on
export GO111MODULE

cert.pb.go: cert.proto .FORCE
cert_v1.pb.go: cert_v1.proto .FORCE
go build google.golang.org/protobuf/cmd/protoc-gen-go
PATH="$(CURDIR):$(PATH)" protoc --go_out=. --go_opt=paths=source_relative $<
rm protoc-gen-go
Expand Down
140 changes: 0 additions & 140 deletions cert/ca.go

This file was deleted.

Loading
Loading