Skip to content

Commit

Permalink
Cert interface (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrownus authored Oct 10, 2024
1 parent 16eaae3 commit 08ac653
Show file tree
Hide file tree
Showing 49 changed files with 2,848 additions and 2,819 deletions.
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

0 comments on commit 08ac653

Please sign in to comment.