Skip to content

Commit ef3d1da

Browse files
committed
Add RA config to the configuration response.
1 parent ad82057 commit ef3d1da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

majordomo.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ message ConfigurationRequest {
7979
message ConfigurationResponse {
8080
repeated linkedca.Provisioner provisioners = 1;
8181
repeated linkedca.Admin admins = 2;
82+
RegistrationAuthorityConfig ra_config = 3;
83+
}
84+
85+
message RegistrationAuthorityConfig {
86+
string ca_url = 1;
87+
string fingerprint = 2;
88+
linkedca.ProvisionerIdentity provisioner = 3;
8289
}
8390

8491
message CreateProvisionerRequest {

0 commit comments

Comments
 (0)