Skip to content

Commit cc419f3

Browse files
ramesh700Ramesh Rajan
andauthored
Target does zeroize while maintaining certificates. (#118)
Co-authored-by: Ramesh Rajan <[email protected]>
1 parent 1727ed9 commit cc419f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

factory_reset/factory_reset.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ message StartRequest {
3434
bool factory_os = 1;
3535
// Instructs the Target to zero fill persistent storage state data.
3636
bool zero_fill = 2;
37+
// Instructs the Target to retain certificates
38+
bool retain_certs = 3;
3739
}
3840

3941
message ResetSuccess {

0 commit comments

Comments
 (0)