We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad82057 commit ef3d1daCopy full SHA for ef3d1da
majordomo.proto
@@ -79,6 +79,13 @@ message ConfigurationRequest {
79
message ConfigurationResponse {
80
repeated linkedca.Provisioner provisioners = 1;
81
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;
89
}
90
91
message CreateProvisionerRequest {
0 commit comments