Add SSH cert flows and user service installer
This commit is contained in:
parent
26f81ff1ef
commit
f302342b1c
21 changed files with 2158 additions and 14 deletions
|
|
@ -57,6 +57,9 @@ string_id!(TopicId);
|
|||
string_id!(AuthOpId);
|
||||
string_id!(KeyId);
|
||||
string_id!(SecretId);
|
||||
string_id!(SshCertRequestId);
|
||||
string_id!(SshCertId);
|
||||
string_id!(SshRevocationId);
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize)]
|
||||
pub struct UnixMillis(pub i64);
|
||||
|
|
|
|||
Loading…
Reference in a new issue