You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rfcs/1020-pki-support.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ and verify that the chosen certificate is able to sign a payload by default by u
116
116
117
117
### Create the local part of the async enrollment
118
118
119
-
[`pki_enrollment_create_local_pending`] create a pending enrollment ([`LocalPendingEnrollment`]) consisting of the following information:
119
+
[`pki_enrollment_create_local_pending`] create a pending enrollment ([`PKILocalPendingEnrollment`]) consisting of the following information:
120
120
121
121
- Certificate ref (provided)
122
122
- Server addr (provided)
@@ -128,7 +128,7 @@ and verify that the chosen certificate is able to sign a payload by default by u
128
128
129
129
The pending enrollment contains almost everything to create a device only missing the organization verification key that will be sent with the "accept" payload response ([`pki_enrollment_load_accept_payload`])
0 commit comments