Skip to content

Commit

Permalink
Merge pull request #39 from smallstep/herman/additional-acme-meta-pro…
Browse files Browse the repository at this point in the history
…perties

Add additional ACME Meta object properties
  • Loading branch information
dopey authored Nov 7, 2022
2 parents 5b4d0de + 73cf03d commit 893bc40
Show file tree
Hide file tree
Showing 8 changed files with 119 additions and 85 deletions.
2 changes: 1 addition & 1 deletion admin.pb.go

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

2 changes: 1 addition & 1 deletion config.pb.go

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

2 changes: 1 addition & 1 deletion eab.pb.go

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

2 changes: 1 addition & 1 deletion majordomo.pb.go

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

2 changes: 1 addition & 1 deletion majordomo_grpc.pb.go

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

2 changes: 1 addition & 1 deletion policy.pb.go

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

189 changes: 110 additions & 79 deletions provisioners.pb.go

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions provisioners.proto
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ message ACMEProvisioner {
repeated ChallengeType challenges = 3;
repeated AttestationFormatType attestation_formats = 4;
repeated bytes attestation_roots = 5;
string terms_of_service = 6;
string website = 7;
repeated string caa_identities = 8;
}

message X5CProvisioner {
Expand Down

0 comments on commit 893bc40

Please sign in to comment.