Skip to content

Commit fa2b67d

Browse files
committed
test: autorotate feature
1 parent f4fcd04 commit fa2b67d

6 files changed

Lines changed: 431 additions & 519 deletions

File tree

crate/kmip/src/kmip_2_1/kmip_operations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ pub struct ReCertify {
10581058
/// and the Activation Date of the new certificate. Per KMIP 2.1 §6.1.45,
10591059
/// the new certificate's Activation Date = Initial Date + Offset.
10601060
#[serde(skip_serializing_if = "Option::is_none")]
1061-
pub offset: Option<i32>,
1061+
pub offset: Option<i64>,
10621062
/// Specifies desired attributes to be associated with the new certificate.
10631063
#[serde(skip_serializing_if = "Option::is_none")]
10641064
pub attributes: Option<Attributes>,

0 commit comments

Comments
 (0)