Skip to content

Commit

Permalink
Use shorter names for SCEP decrypter properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Sep 22, 2023
1 parent 78fa286 commit 7d2f2f7
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 97 deletions.
181 changes: 88 additions & 93 deletions provisioners.pb.go

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

8 changes: 4 additions & 4 deletions spec/linkedca/provisioners.proto
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ message K8sSAProvisioner {
message SSHPOPProvisioner {}

message SCEPDecrypter {
bytes decrypter_certificate = 1;
bytes decrypter_key = 2;
string decrypter_key_uri = 3;
bytes decrypter_key_password = 4;
bytes certificate = 1;
bytes key = 2;
string key_uri = 3;
bytes key_password = 4;
}

message SCEPProvisioner {
Expand Down

0 comments on commit 7d2f2f7

Please sign in to comment.