Skip to content

Commit

Permalink
Change SCEP decrypter properties
Browse files Browse the repository at this point in the history
Reorder existing properties and change key properties to have
one for both a PEM as well as an URI.
  • Loading branch information
hslatman committed Sep 22, 2023
1 parent 2442dc2 commit f2f59aa
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
41 changes: 26 additions & 15 deletions provisioners.pb.go

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

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

message SCEPDecrypter {
bytes decrypterCertificate = 2;
string decrypterKey = 3;
string decrypterKeyPassword = 4;
bytes decrypter_certificate = 1;
bytes decrypter_key = 2;
string decrypter_key_uri = 3;
bytes decrypter_key_password = 4;
}

message SCEPProvisioner {
Expand Down

0 comments on commit f2f59aa

Please sign in to comment.