[][src]Function acme_lib::create_rsa_key

pub fn create_rsa_key(bits: u32) -> (PKey<Private>, PKey<Public>)

Make an RSA private/public key pair.

This library does not check the number of bits used to create the key pair. For Let's Encrypt, the bits must be between 2048 and 4096.