Skip to content

Commit

Permalink
Merge pull request #196 from algamaes/algamaes/add_intermediateca_to_…
Browse files Browse the repository at this point in the history
…certificate_type

Add IntermediateCA to CertificateType enum in nodeagent
  • Loading branch information
algamaes committed Aug 10, 2023
2 parents d977716 + 1434740 commit 7f1243a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import "moc_common_common.proto";
enum CertificateType {
Client = 0;
Server = 1;
IntermediateCA = 2;
}

message CertificateRequest {
Expand Down
92 changes: 48 additions & 44 deletions rpc/nodeagent/security/moc_nodeagent_certificate.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f1243a

Please sign in to comment.