pub async fn client_csr(
conn: &Connection,
endpoint: u16,
nonce: Vec<u8>,
ccdid: Option<u8>,
) -> Result<ClientCSRResponse>Expand description
Invoke ClientCSR command on cluster TLS Certificate Management.
pub async fn client_csr(
conn: &Connection,
endpoint: u16,
nonce: Vec<u8>,
ccdid: Option<u8>,
) -> Result<ClientCSRResponse>Invoke ClientCSR command on cluster TLS Certificate Management.